Searched refs:GL_COMPRESSED_RGBA_S3TC_DXT1_EXT (Results 1 - 25 of 32) sorted by relevance
12
| /xsrc/external/mit/mesa-demos/dist/src/tests/ |
| H A D | no_s3tc.c | 30 * \c GL_COMPRESSED_RGBA_S3TC_DXT1_EXT when GL_EXT_texture_compression_s3tc 74 format = GL_COMPRESSED_RGBA_S3TC_DXT1_EXT;
|
| H A D | texcompsub.c | 17 static GLenum CompFormat = GL_COMPRESSED_RGBA_S3TC_DXT1_EXT;
|
| H A D | texcmp.c | 54 case GL_COMPRESSED_RGBA_S3TC_DXT1_EXT: 55 return "GL_COMPRESSED_RGBA_S3TC_DXT1_EXT"; 357 if (dxtc) ReInit(GL_COMPRESSED_RGBA_S3TC_DXT1_EXT, Tx);
|
| H A D | texcompress2.c | 38 case GL_COMPRESSED_RGBA_S3TC_DXT1_EXT: 39 return "GL_COMPRESSED_RGBA_S3TC_DXT1_EXT";
|
| H A D | getprocaddress.c | 307 x == GL_COMPRESSED_RGBA_S3TC_DXT1_EXT ? "GL_COMPRESSED_RGBA_S3TC_DXT1_EXT" : \
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | texcompress.c | 116 case GL_COMPRESSED_RGBA_S3TC_DXT1_EXT: 229 * (GL_COMPRESSED_RGBA_S3TC_DXT1_EXT) is not exposed in the list (at 295 * above, this means GL_COMPRESSED_RGBA_S3TC_DXT1_EXT is not 317 formats[n++] = GL_COMPRESSED_RGBA_S3TC_DXT1_EXT; 497 case GL_COMPRESSED_RGBA_S3TC_DXT1_EXT: 698 return GL_COMPRESSED_RGBA_S3TC_DXT1_EXT;
|
| H A D | texcompress_s3tc.c | 141 GL_COMPRESSED_RGBA_S3TC_DXT1_EXT,
|
| H A D | texcompress_s3tc_tmp.h | 438 if (type == GL_COMPRESSED_RGB_S3TC_DXT1_EXT || type == GL_COMPRESSED_RGBA_S3TC_DXT1_EXT) { 451 if ((type == GL_COMPRESSED_RGBA_S3TC_DXT1_EXT) && (srccolors[j][i][3] <= ALPHACUT)) { 527 if ((type != GL_COMPRESSED_RGBA_S3TC_DXT1_EXT) || (srccolors[j][i][3] > ALPHACUT)) { 921 case GL_COMPRESSED_RGBA_S3TC_DXT1_EXT:
|
| H A D | copyimage.c | 445 case GL_COMPRESSED_RGBA_S3TC_DXT1_EXT:
|
| H A D | textureview.c | 191 {GL_VIEW_CLASS_S3TC_DXT1_RGBA, GL_COMPRESSED_RGBA_S3TC_DXT1_EXT},
|
| H A D | glformats.c | 1072 case GL_COMPRESSED_RGBA_S3TC_DXT1_EXT: 2831 internalFormat == GL_COMPRESSED_RGBA_S3TC_DXT1_EXT ||
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | texcompress.c | 116 case GL_COMPRESSED_RGBA_S3TC_DXT1_EXT: 229 * (GL_COMPRESSED_RGBA_S3TC_DXT1_EXT) is not exposed in the list (at 295 * above, this means GL_COMPRESSED_RGBA_S3TC_DXT1_EXT is not 317 formats[n++] = GL_COMPRESSED_RGBA_S3TC_DXT1_EXT; 497 case GL_COMPRESSED_RGBA_S3TC_DXT1_EXT: 698 return GL_COMPRESSED_RGBA_S3TC_DXT1_EXT;
|
| H A D | texcompress_s3tc.c | 144 GL_COMPRESSED_RGBA_S3TC_DXT1_EXT,
|
| H A D | texcompress_s3tc_tmp.h | 438 if (type == GL_COMPRESSED_RGB_S3TC_DXT1_EXT || type == GL_COMPRESSED_RGBA_S3TC_DXT1_EXT) { 451 if ((type == GL_COMPRESSED_RGBA_S3TC_DXT1_EXT) && (srccolors[j][i][3] <= ALPHACUT)) { 527 if ((type != GL_COMPRESSED_RGBA_S3TC_DXT1_EXT) || (srccolors[j][i][3] > ALPHACUT)) { 921 case GL_COMPRESSED_RGBA_S3TC_DXT1_EXT:
|
| H A D | textureview.c | 192 {GL_VIEW_CLASS_S3TC_DXT1_RGBA, GL_COMPRESSED_RGBA_S3TC_DXT1_EXT},
|
| H A D | copyimage.c | 450 case GL_COMPRESSED_RGBA_S3TC_DXT1_EXT:
|
| H A D | glformats.c | 1072 case GL_COMPRESSED_RGBA_S3TC_DXT1_EXT: 2854 internalFormat == GL_COMPRESSED_RGBA_S3TC_DXT1_EXT ||
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/ |
| H A D | radeon_texture.c | 406 case GL_COMPRESSED_RGBA_S3TC_DXT1_EXT:
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/ |
| H A D | radeon_texture.c | 405 case GL_COMPRESSED_RGBA_S3TC_DXT1_EXT:
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/ |
| H A D | nouveau_texture.c | 236 case GL_COMPRESSED_RGBA_S3TC_DXT1_EXT:
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_format.c | 330 { GL_COMPRESSED_RGBA_S3TC_DXT1_EXT, 0 },
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/ |
| H A D | nouveau_texture.c | 239 case GL_COMPRESSED_RGBA_S3TC_DXT1_EXT:
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_format.c | 1340 { GL_COMPRESSED_RGBA_S3TC_DXT1_EXT, 0 },
|
| /xsrc/external/mit/MesaLib.old/dist/include/GLES/ |
| H A D | glext.h | 693 #define GL_COMPRESSED_RGBA_S3TC_DXT1_EXT 0x83F1 macro
|
| /xsrc/external/mit/MesaLib/dist/include/GLES/ |
| H A D | glext.h | 719 #define GL_COMPRESSED_RGBA_S3TC_DXT1_EXT 0x83F1 macro
|
Completed in 39 milliseconds
12