Home
last modified time | relevance | path

Searched refs:GL_ETC1_RGB8_OES (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/src/mesa/main/
Dtexcompress.c94 case GL_ETC1_RGB8_OES: in _mesa_gl_compressed_format_base_format()
271 formats[n++] = GL_ETC1_RGB8_OES; in _mesa_get_compressed_formats()
355 case GL_ETC1_RGB8_OES: in _mesa_glenum_to_compressed_format()
424 return GL_ETC1_RGB8_OES; in _mesa_compressed_format_to_glenum()
Dglheader.h143 #define GL_ETC1_RGB8_OES 0x8D64 macro
Dglformats.c574 case GL_ETC1_RGB8_OES: in _mesa_is_color_format()
829 case GL_ETC1_RGB8_OES: in _mesa_is_compressed_format()
Dtexformat.c973 case GL_ETC1_RGB8_OES: in _mesa_choose_tex_format()
Dteximage.c521 case GL_ETC1_RGB8_OES: in _mesa_base_tex_format()
1431 case GL_ETC1_RGB8_OES: in compressedteximage_only_format()
/external/deqp/framework/opengl/
DgluTextureUtil.cpp241 case tcu::COMPRESSEDTEXFORMAT_ETC1_RGB8: return GL_ETC1_RGB8_OES; in getGLFormat()
300 case GL_ETC1_RGB8_OES: return tcu::COMPRESSEDTEXFORMAT_ETC1_RGB8; in mapGLCompressedTexFormat()
350 case GL_ETC1_RGB8_OES: in isCompressedFormat()
/external/deqp/framework/platform/null/
DtcuNullRenderContext.cpp194 GL_ETC1_RGB8_OES, in Context()
/external/mesa3d/src/mesa/state_tracker/
Dst_format.c1115 { GL_ETC1_RGB8_OES, 0 },
/external/mesa3d/include/GLES/
Dglext.h48 #define GL_ETC1_RGB8_OES 0x8D64 macro
/external/mesa3d/include/GLES2/
Dgl2ext.h25 #define GL_ETC1_RGB8_OES 0x8D64 macro
/external/deqp/framework/opengl/wrapper/
DglwEnums.inl1021 #define GL_ETC1_RGB8_OES 0x8D64 macro