/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
D | texcompress.c | 94 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()
|
D | glheader.h | 143 #define GL_ETC1_RGB8_OES 0x8D64 macro
|
D | glformats.c | 574 case GL_ETC1_RGB8_OES: in _mesa_is_color_format() 829 case GL_ETC1_RGB8_OES: in _mesa_is_compressed_format()
|
D | texformat.c | 973 case GL_ETC1_RGB8_OES: in _mesa_choose_tex_format()
|
D | teximage.c | 521 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/ |
D | texcompress.c | 94 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()
|
D | glheader.h | 143 #define GL_ETC1_RGB8_OES 0x8D64 macro
|
D | glformats.c | 574 case GL_ETC1_RGB8_OES: in _mesa_is_color_format() 829 case GL_ETC1_RGB8_OES: in _mesa_is_compressed_format()
|
D | texformat.c | 973 case GL_ETC1_RGB8_OES: in _mesa_choose_tex_format()
|
D | teximage.c | 521 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/ |
D | WebGLCompressedTextureETC1.cpp | 17 context->addCompressedTextureFormat(GL_ETC1_RGB8_OES); in WebGLCompressedTextureETC1()
|
D | WebGLRenderingContextBase.cpp | 4876 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/ |
D | gl_bindings.h | 158 #define GL_ETC1_RGB8_OES 0x8D64 macro
|
/external/chromium_org/gpu/command_buffer/service/ |
D | feature_info_unittest.cc | 264 GL_ETC1_RGB8_OES)); in TEST_F() 846 GL_ETC1_RGB8_OES)); in TEST_F() 848 GL_ETC1_RGB8_OES)); in TEST_F()
|
D | feature_info.cc | 626 validators_.compressed_texture_format.AddValue(GL_ETC1_RGB8_OES); in InitializeFeatures()
|
D | gles2_cmd_decoder_unittest_textures.cc | 848 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/ |
D | gles2_cmd_utils_unittest.cc | 239 EXPECT_EQ(0u, GLES2Util::GetChannelsForFormat(GL_ETC1_RGB8_OES)); in TEST_F()
|
/external/chromium_org/cc/resources/ |
D | resource_provider.h | 700 GL_ETC1_RGB8_OES // ETC1 in GLDataFormat()
|
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/ |
D | st_format.c | 1115 { GL_ETC1_RGB8_OES, 0 },
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_format.c | 1115 { GL_ETC1_RGB8_OES, 0 },
|
/external/deqp/framework/opengl/ |
D | gluTextureUtil.cpp | 231 case tcu::CompressedTexture::ETC1_RGB8: return GL_ETC1_RGB8_OES; in getGLFormat()
|
/external/chromium_org/third_party/mesa/src/include/GLES/ |
D | glext.h | 48 #define GL_ETC1_RGB8_OES 0x8D64 macro
|
/external/mesa3d/include/GLES/ |
D | glext.h | 48 #define GL_ETC1_RGB8_OES 0x8D64 macro
|
/external/chromium_org/third_party/mesa/src/include/GLES2/ |
D | gl2ext.h | 25 #define GL_ETC1_RGB8_OES 0x8D64 macro
|
/external/mesa3d/include/GLES2/ |
D | gl2ext.h | 25 #define GL_ETC1_RGB8_OES 0x8D64 macro
|