| /xsrc/external/mit/mesa-demos/dist/src/tests/ |
| H A D | mipmap_view.c | 231 int texWidth = TexWidth, texHeight = TexHeight; local in function:Display 261 if (texWidth == 1 && texHeight == 1) 263 texWidth = TexWidth >> bias; 265 if (texWidth < 1) 266 texWidth = 1; 280 texWidth, texHeight); 292 glTexCoord2f(1, 0); glVertex2f(texWidth, 0); 293 glTexCoord2f(1, 1); glVertex2f(texWidth, texHeight);
|
| /xsrc/external/mit/mesa-demos/dist/src/glsl/ |
| H A D | vert-tex.c | 194 const GLuint texWidth = 64, texHeight = 64; local in function:MakeTexture 201 for (j = 0; j < texWidth; j++) { 202 GLfloat x = 2.0 * (j / (float) (texWidth - 1)) - 1.0; 210 glTexImage2D(GL_TEXTURE_2D, 0, GL_INTENSITY, texWidth, texHeight, 0,
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | dlist.h | 64 unsigned texWidth, texHeight; member in struct:gl_bitmap_atlas
|
| H A D | dlist.c | 962 atlas->texWidth = 1024; 1005 if (xpos + bitmap_width > atlas->texWidth) { 1062 atlas->texWidth, atlas->texHeight, 1, 0, 1066 atlas->texWidth, atlas->texHeight, 1, 0, 1076 0, 0, atlas->texWidth, atlas->texHeight,
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | dlist.h | 63 unsigned texWidth, texHeight; member in struct:gl_bitmap_atlas
|
| H A D | dlist.c | 796 atlas->texWidth = 1024; 839 if (xpos + bitmap_width > atlas->texWidth) { 892 atlas->texWidth, atlas->texHeight, 1, 0, 902 0, 0, atlas->texWidth, atlas->texHeight,
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/ |
| H A D | s_aalinetemp.h | 81 line->texWidth[attr], line->texHeight[attr]); 185 line.texWidth[attr] = (GLfloat) texImage->Width;
|
| H A D | s_aaline.c | 70 GLfloat texWidth[VARYING_SLOT_MAX]; member in struct:LineInfo
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/ |
| H A D | s_aalinetemp.h | 81 line->texWidth[attr], line->texHeight[attr]); 185 line.texWidth[attr] = (GLfloat) texImage->Width;
|
| H A D | s_aaline.c | 69 GLfloat texWidth[VARYING_SLOT_MAX]; member in struct:LineInfo
|
| /xsrc/external/mit/mesa-demos/dist/src/demos/ |
| H A D | projtex.c | 259 static int texWidth = 64, texHeight = 64; local in function:loadSpotlightTexture 268 texData = (GLubyte *) malloc(texWidth * texHeight * 4 * sizeof(GLubyte)); 274 for (i = 0; i < texWidth; ++i) { 275 float dx = (texWidth * 0.5 - i + 0.5) / (texWidth * 0.5); 300 gluBuild2DMipmaps(GL_TEXTURE_2D, 4, texWidth, texHeight,
|
| /xsrc/external/mit/xf86-video-openchrome/dist/src/ |
| H A D | via_exa.c | 681 CARD32 texWidth, texHeight, texPitch; local in function:viaExaTexUploadToScreen 737 viaOrder(w, &texWidth); 738 texWidth = 1 << texWidth; 748 pVia->nPOT[0], texWidth, texHeight, format,
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_cb_texture.c | 3087 GLint texWidth = texImage->Width; 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 D | st_cb_texture.c | 3503 GLint texWidth = texImage->Width; local in function:find_mipmap_level 3509 st_gl_texture_dims_to_pipe_dims(target, texWidth, texHeight, texDepth,
|