Home
last modified time | relevance | path

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

12

/external/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/WebKit/Source/core/html/canvas/
DWebGLCompressedTextureETC1.cpp17 context->addCompressedTextureFormat(GL_ETC1_RGB8_OES); in WebGLCompressedTextureETC1()
DWebGLRenderingContextBase.cpp4876 case GL_ETC1_RGB8_OES: in validateCompressedTexFuncData()
4943 case GL_ETC1_RGB8_OES: { in validateCompressedTexDimensions()
5003 case GL_ETC1_RGB8_OES: { in validateCompressedTexSubDimensions()
/external/chromium_org/ui/gl/
Dgl_bindings.h158 #define GL_ETC1_RGB8_OES 0x8D64 macro
/external/chromium_org/gpu/command_buffer/service/
Dfeature_info_unittest.cc264 GL_ETC1_RGB8_OES)); in TEST_F()
846 GL_ETC1_RGB8_OES)); in TEST_F()
848 GL_ETC1_RGB8_OES)); in TEST_F()
Dfeature_info.cc626 validators_.compressed_texture_format.AddValue(GL_ETC1_RGB8_OES); in InitializeFeatures()
Dgles2_cmd_decoder_unittest_textures.cc848 const GLenum kFormat = GL_ETC1_RGB8_OES; in TEST_P()
2774 const GLenum formats[] = {GL_ETC1_RGB8_OES}; in TEST_P()
/external/chromium_org/gpu/command_buffer/common/
Dgles2_cmd_utils_unittest.cc239 EXPECT_EQ(0u, GLES2Util::GetChannelsForFormat(GL_ETC1_RGB8_OES)); in TEST_F()
/external/chromium_org/cc/resources/
Dresource_provider.h700 GL_ETC1_RGB8_OES // ETC1 in GLDataFormat()
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
Dst_format.c1115 { GL_ETC1_RGB8_OES, 0 },
/external/mesa3d/src/mesa/state_tracker/
Dst_format.c1115 { GL_ETC1_RGB8_OES, 0 },
/external/deqp/framework/opengl/
DgluTextureUtil.cpp231 case tcu::CompressedTexture::ETC1_RGB8: return GL_ETC1_RGB8_OES; in getGLFormat()
/external/chromium_org/third_party/mesa/src/include/GLES/
Dglext.h48 #define GL_ETC1_RGB8_OES 0x8D64 macro
/external/mesa3d/include/GLES/
Dglext.h48 #define GL_ETC1_RGB8_OES 0x8D64 macro
/external/chromium_org/third_party/mesa/src/include/GLES2/
Dgl2ext.h25 #define GL_ETC1_RGB8_OES 0x8D64 macro
/external/mesa3d/include/GLES2/
Dgl2ext.h25 #define GL_ETC1_RGB8_OES 0x8D64 macro

12