Searched refs:IntFormat (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/mesa-demos/dist/src/tests/ |
| H A D | texdown.c | 81 GLenum IntFormat; member in struct:FormatRec 87 /* Format Type IntFormat TexelSize */ 262 FormatTable[Format].IntFormat, w, h, TexBorder, 325 sprintf(s, "Format[f]: %s Type: %s IntFormat: %s", 328 FormatStr(FormatTable[Format].IntFormat));
|
| H A D | subtexrate.c | 20 static GLenum IntFormat = GL_RGBA8; variable in typeref:typename:GLenum 308 glTexImage2D(GL_TEXTURE_2D, 0, IntFormat, TexWidth, TexHeight, 0,
|
| /xsrc/external/mit/mesa-demos/dist/src/demos/ |
| H A D | gearbox.c | 21 static GLenum IntFormat = GL_RGB; variable in typeref:typename:GLenum 447 glTexImage2D(GL_TEXTURE_2D, 0, IntFormat, TexWidth, TexHeight, 0,
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/common/ |
| H A D | meta.h | 209 GLenum IntFormat; member in struct:temp_texture
|
| H A D | meta.c | 1338 intFormat != tex->IntFormat) { 1358 tex->IntFormat = intFormat; 1404 _mesa_CopyTexImage2D(tex->Target, 0, tex->IntFormat, 1409 _mesa_TexImage2D(tex->Target, 0, tex->IntFormat, 1453 _mesa_TexImage2D(tex->Target, 0, tex->IntFormat, 1463 _mesa_TexImage2D(tex->Target, 0, tex->IntFormat,
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/common/ |
| H A D | meta.h | 208 GLenum IntFormat; member in struct:temp_texture
|
| H A D | meta.c | 1342 intFormat != tex->IntFormat) { 1362 tex->IntFormat = intFormat; 1408 _mesa_CopyTexImage2D(tex->Target, 0, tex->IntFormat, 1413 _mesa_TexImage2D(tex->Target, 0, tex->IntFormat, 1457 _mesa_TexImage2D(tex->Target, 0, tex->IntFormat, 1467 _mesa_TexImage2D(tex->Target, 0, tex->IntFormat,
|
Completed in 19 milliseconds