Searched refs:texWidth (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)
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 Dvert-tex.c194 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 Ddlist.h64 unsigned texWidth, texHeight; member in struct:gl_bitmap_atlas
H A Ddlist.c962 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 Ddlist.h63 unsigned texWidth, texHeight; member in struct:gl_bitmap_atlas
H A Ddlist.c796 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 Ds_aalinetemp.h81 line->texWidth[attr], line->texHeight[attr]);
185 line.texWidth[attr] = (GLfloat) texImage->Width;
H A Ds_aaline.c70 GLfloat texWidth[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]);
185 line.texWidth[attr] = (GLfloat) texImage->Width;
H A Ds_aaline.c69 GLfloat texWidth[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));
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 Dvia_exa.c681 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 Dst_cb_texture.c3087 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 Dst_cb_texture.c3503 GLint texWidth = texImage->Width; local in function:find_mipmap_level
3509 st_gl_texture_dims_to_pipe_dims(target, texWidth, texHeight, texDepth,

Completed in 50 milliseconds