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 Dno_s3tc.c30 * \c GL_COMPRESSED_RGBA_S3TC_DXT1_EXT when GL_EXT_texture_compression_s3tc
74 format = GL_COMPRESSED_RGBA_S3TC_DXT1_EXT;
H A Dtexcompsub.c17 static GLenum CompFormat = GL_COMPRESSED_RGBA_S3TC_DXT1_EXT;
H A Dtexcmp.c54 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 Dtexcompress2.c38 case GL_COMPRESSED_RGBA_S3TC_DXT1_EXT:
39 return "GL_COMPRESSED_RGBA_S3TC_DXT1_EXT";
H A Dgetprocaddress.c307 x == GL_COMPRESSED_RGBA_S3TC_DXT1_EXT ? "GL_COMPRESSED_RGBA_S3TC_DXT1_EXT" : \
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dtexcompress.c116 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 Dtexcompress_s3tc.c141 GL_COMPRESSED_RGBA_S3TC_DXT1_EXT,
H A Dtexcompress_s3tc_tmp.h438 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 Dcopyimage.c445 case GL_COMPRESSED_RGBA_S3TC_DXT1_EXT:
H A Dtextureview.c191 {GL_VIEW_CLASS_S3TC_DXT1_RGBA, GL_COMPRESSED_RGBA_S3TC_DXT1_EXT},
H A Dglformats.c1072 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 Dtexcompress.c116 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 Dtexcompress_s3tc.c144 GL_COMPRESSED_RGBA_S3TC_DXT1_EXT,
H A Dtexcompress_s3tc_tmp.h438 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 Dtextureview.c192 {GL_VIEW_CLASS_S3TC_DXT1_RGBA, GL_COMPRESSED_RGBA_S3TC_DXT1_EXT},
H A Dcopyimage.c450 case GL_COMPRESSED_RGBA_S3TC_DXT1_EXT:
H A Dglformats.c1072 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 Dradeon_texture.c406 case GL_COMPRESSED_RGBA_S3TC_DXT1_EXT:
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_texture.c405 case GL_COMPRESSED_RGBA_S3TC_DXT1_EXT:
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/
H A Dnouveau_texture.c236 case GL_COMPRESSED_RGBA_S3TC_DXT1_EXT:
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_format.c330 { GL_COMPRESSED_RGBA_S3TC_DXT1_EXT, 0 },
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/
H A Dnouveau_texture.c239 case GL_COMPRESSED_RGBA_S3TC_DXT1_EXT:
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_format.c1340 { GL_COMPRESSED_RGBA_S3TC_DXT1_EXT, 0 },
/xsrc/external/mit/MesaLib.old/dist/include/GLES/
H A Dglext.h693 #define GL_COMPRESSED_RGBA_S3TC_DXT1_EXT 0x83F1 macro
/xsrc/external/mit/MesaLib/dist/include/GLES/
H A Dglext.h719 #define GL_COMPRESSED_RGBA_S3TC_DXT1_EXT 0x83F1 macro

Completed in 39 milliseconds

12