Home
last modified time | relevance | path

Searched refs:GL_COMPRESSED_RG11_EAC (Results 1 – 10 of 10) sorted by relevance

/external/deqp/framework/opengl/
DgluTextureUtil.cpp244 case tcu::COMPRESSEDTEXFORMAT_EAC_RG11: return GL_COMPRESSED_RG11_EAC; in getGLFormat()
303 case GL_COMPRESSED_RG11_EAC: return tcu::COMPRESSEDTEXFORMAT_EAC_RG11; in mapGLCompressedTexFormat()
353 case GL_COMPRESSED_RG11_EAC: in isCompressedFormat()
DgluStrUtil.inl900 case GL_COMPRESSED_RG11_EAC: return "GL_COMPRESSED_RG11_EAC";
1742 case GL_COMPRESSED_RG11_EAC: return "GL_COMPRESSED_RG11_EAC";
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/
DGL30.java321 public final int GL_COMPRESSED_RG11_EAC = 0x9272; field
/external/deqp/modules/gles3/functional/
Des3fImplementationLimitTests.cpp268 GL_COMPRESSED_RG11_EAC,
/external/deqp/framework/platform/null/
DtcuNullRenderContext.cpp197 GL_COMPRESSED_RG11_EAC, in Context()
/external/deqp/modules/gles31/functional/
Des31fTextureBorderClampTests.cpp2375 { "compressed_rg11_eac", GL_COMPRESSED_RG11_EAC, tcu::Sampler::MODE_LAST }, in init()
2456 { "compressed_color", GL_COMPRESSED_RG11_EAC, tcu::Sampler::MODE_LAST }, in init()
2496 { "compressed_color", GL_COMPRESSED_RG11_EAC, tcu::Sampler::MODE_LAST }, in init()
Des31fCopyImageTests.cpp2338 compressedTextureFormatViewClasses[VIEWCLASS_EAC_RG11].push_back(GL_COMPRESSED_RG11_EAC); in init()
2423 mixedViewClasses[VIEWCLASS_128_BITS].second.push_back(GL_COMPRESSED_RG11_EAC); in init()
Des31fNegativeTextureApiTests.cpp466 …ctx.glCompressedTexImage2D(GL_TEXTURE_2D, 0, GL_COMPRESSED_RG11_EAC, 1, 1, 0, divRoundUp(1, 4) * d… in compressedteximage2d_invalid_size()
/external/deqp/framework/opengl/wrapper/
DglwEnums.inl1430 #define GL_COMPRESSED_RG11_EAC 0x9272 macro
/external/mesa3d/include/GL/
Dglext.h2796 #define GL_COMPRESSED_RG11_EAC 0x9272 macro