Searched refs:GL_COMPRESSED_RGB_S3TC_DXT1_EXT (Results 1 - 25 of 32) sorted by relevance

12

/xsrc/external/mit/mesa-demos/dist/src/tests/
H A Dmipmap_comp.c89 glTexImage2D(GL_TEXTURE_2D, level, GL_COMPRESSED_RGB_S3TC_DXT1_EXT, width, height, 0,
110 GL_COMPRESSED_RGB_S3TC_DXT1_EXT,
H A Dtexcompress2.c36 case GL_COMPRESSED_RGB_S3TC_DXT1_EXT:
37 return "GL_COMPRESSED_RGB_S3TC_DXT1_EXT";
126 CompFormat = GL_COMPRESSED_RGB_S3TC_DXT1_EXT;
H A Dmipmap_comp_tests.c133 GL_COMPRESSED_RGB_S3TC_DXT1_EXT,
H A Dtexcmp.c52 case GL_COMPRESSED_RGB_S3TC_DXT1_EXT:
53 return "GL_COMPRESSED_RGB_S3TC_DXT1_EXT";
354 if (dxtc) ReInit(GL_COMPRESSED_RGB_S3TC_DXT1_EXT, Tx);
H A Dgetprocaddress.c306 x == GL_COMPRESSED_RGB_S3TC_DXT1_EXT ? "GL_COMPRESSED_RGB_S3TC_DXT1_EXT" : \
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dtexcompress.c97 case GL_COMPRESSED_RGB_S3TC_DXT1_EXT:
283 formats[n++] = GL_COMPRESSED_RGB_S3TC_DXT1_EXT;
493 case GL_COMPRESSED_RGB_S3TC_DXT1_EXT:
696 return GL_COMPRESSED_RGB_S3TC_DXT1_EXT;
H A Dtexcompress_s3tc.c88 GL_COMPRESSED_RGB_S3TC_DXT1_EXT,
H A Dcopyimage.c443 case GL_COMPRESSED_RGB_S3TC_DXT1_EXT:
H A Dtextureview.c189 {GL_VIEW_CLASS_S3TC_DXT1_RGB, GL_COMPRESSED_RGB_S3TC_DXT1_EXT},
H A Dtexcompress_s3tc_tmp.h438 if (type == GL_COMPRESSED_RGB_S3TC_DXT1_EXT || type == GL_COMPRESSED_RGBA_S3TC_DXT1_EXT) {
920 case GL_COMPRESSED_RGB_S3TC_DXT1_EXT:
H A Dglformats.c1071 case GL_COMPRESSED_RGB_S3TC_DXT1_EXT:
2830 (internalFormat == GL_COMPRESSED_RGB_S3TC_DXT1_EXT ||
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dtexcompress.c97 case GL_COMPRESSED_RGB_S3TC_DXT1_EXT:
283 formats[n++] = GL_COMPRESSED_RGB_S3TC_DXT1_EXT;
493 case GL_COMPRESSED_RGB_S3TC_DXT1_EXT:
696 return GL_COMPRESSED_RGB_S3TC_DXT1_EXT;
H A Dtexcompress_s3tc.c88 GL_COMPRESSED_RGB_S3TC_DXT1_EXT,
H A Dtextureview.c190 {GL_VIEW_CLASS_S3TC_DXT1_RGB, GL_COMPRESSED_RGB_S3TC_DXT1_EXT},
H A Dcopyimage.c448 case GL_COMPRESSED_RGB_S3TC_DXT1_EXT:
H A Dtexcompress_s3tc_tmp.h438 if (type == GL_COMPRESSED_RGB_S3TC_DXT1_EXT || type == GL_COMPRESSED_RGBA_S3TC_DXT1_EXT) {
920 case GL_COMPRESSED_RGB_S3TC_DXT1_EXT:
H A Dglformats.c1071 case GL_COMPRESSED_RGB_S3TC_DXT1_EXT:
2853 (internalFormat == GL_COMPRESSED_RGB_S3TC_DXT1_EXT ||
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_texture.c403 case GL_COMPRESSED_RGB_S3TC_DXT1_EXT:
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_texture.c402 case GL_COMPRESSED_RGB_S3TC_DXT1_EXT:
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/
H A Dnouveau_texture.c233 case GL_COMPRESSED_RGB_S3TC_DXT1_EXT:
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_format.c326 { GL_RGB_S3TC, GL_RGB4_S3TC, GL_COMPRESSED_RGB_S3TC_DXT1_EXT, 0 },
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/
H A Dnouveau_texture.c236 case GL_COMPRESSED_RGB_S3TC_DXT1_EXT:
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_format.c1336 { GL_RGB_S3TC, GL_RGB4_S3TC, GL_COMPRESSED_RGB_S3TC_DXT1_EXT, 0 },
/xsrc/external/mit/MesaLib.old/dist/include/GLES/
H A Dglext.h692 #define GL_COMPRESSED_RGB_S3TC_DXT1_EXT 0x83F0 macro
/xsrc/external/mit/MesaLib/dist/include/GLES/
H A Dglext.h718 #define GL_COMPRESSED_RGB_S3TC_DXT1_EXT 0x83F0 macro

Completed in 41 milliseconds

12