Searched refs:texHeight (Results 1 - 14 of 14) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/tests/
H A Dmipmap_view.c231 int texWidth = TexWidth, texHeight = TexHeight; local in function:Display
261 if (texWidth == 1 && texHeight == 1)
264 texHeight = TexHeight >> bias;
267 if (texHeight < 1)
268 texHeight = 1;
280 texWidth, texHeight);
293 glTexCoord2f(1, 1); glVertex2f(texWidth, texHeight);
294 glTexCoord2f(0, 1); glVertex2f(0, texHeight);
/xsrc/external/mit/mesa-demos/dist/src/glsl/
H A Dvert-tex.c194 const GLuint texWidth = 64, texHeight = 64; local in function:MakeTexture
199 for (i = 0; i < texHeight; i++) {
200 GLfloat y = 2.0 * (i / (float) (texHeight - 1)) - 1.0;
210 glTexImage2D(GL_TEXTURE_2D, 0, GL_INTENSITY, texWidth, texHeight, 0,
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Ddlist.h64 unsigned texWidth, texHeight; member in struct:gl_bitmap_atlas
H A Ddlist.c963 atlas->texHeight = 0; /* determined below */
1029 atlas->texHeight = ypos + row_height;
1031 if (atlas->texHeight == 0) {
1035 else if (atlas->texHeight > ctx->Const.MaxTextureRectSize) {
1062 atlas->texWidth, atlas->texHeight, 1, 0,
1066 atlas->texWidth, atlas->texHeight, 1, 0,
1076 0, 0, atlas->texWidth, atlas->texHeight,
1083 memset(map, 0xff, map_stride * atlas->texHeight);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Ddlist.h63 unsigned texWidth, texHeight; member in struct:gl_bitmap_atlas
H A Ddlist.c797 atlas->texHeight = 0; /* determined below */
863 atlas->texHeight = ypos + row_height;
865 if (atlas->texHeight == 0) {
869 else if (atlas->texHeight > ctx->Const.MaxTextureRectSize) {
892 atlas->texWidth, atlas->texHeight, 1, 0,
902 0, 0, atlas->texWidth, atlas->texHeight,
909 memset(map, 0xff, map_stride * atlas->texHeight);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_aalinetemp.h81 line->texWidth[attr], line->texHeight[attr]);
186 line.texHeight[attr] = (GLfloat) texImage->Height;
H A Ds_aaline.c71 GLfloat texHeight[VARYING_SLOT_MAX]; member in struct:LineInfo
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_aalinetemp.h81 line->texWidth[attr], line->texHeight[attr]);
186 line.texHeight[attr] = (GLfloat) texImage->Height;
H A Ds_aaline.c70 GLfloat texHeight[VARYING_SLOT_MAX]; member in struct:LineInfo
/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Dprojtex.c259 static int texWidth = 64, texHeight = 64; local in function:loadSpotlightTexture
268 texData = (GLubyte *) malloc(texWidth * texHeight * 4 * sizeof(GLubyte));
271 for (j = 0; j < texHeight; ++j) {
272 float dy = (texHeight * 0.5 - j + 0.5) / (texHeight * 0.5);
300 gluBuild2DMipmaps(GL_TEXTURE_2D, 4, texWidth, texHeight,
/xsrc/external/mit/xf86-video-openchrome/dist/src/
H A Dvia_exa.c681 CARD32 texWidth, texHeight, texPitch; local in function:viaExaTexUploadToScreen
740 texHeight = height << 1;
748 pVia->nPOT[0], texWidth, texHeight, format,
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_cb_texture.c3088 GLint texHeight = texImage->Height; local in function:find_mipmap_level
3093 st_gl_texture_dims_to_pipe_dims(target, texWidth, texHeight, texDepth,
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_cb_texture.c3504 GLint texHeight = texImage->Height; local in function:find_mipmap_level
3509 st_gl_texture_dims_to_pipe_dims(target, texWidth, texHeight, texDepth,

Completed in 51 milliseconds