Searched refs:GL_COMPRESSED_R11_EAC (Results 1 – 10 of 10) sorted by relevance
/external/deqp/framework/opengl/ |
D | gluTextureUtil.cpp | 242 case tcu::COMPRESSEDTEXFORMAT_EAC_R11: return GL_COMPRESSED_R11_EAC; in getGLFormat() 301 case GL_COMPRESSED_R11_EAC: return tcu::COMPRESSEDTEXFORMAT_EAC_R11; in mapGLCompressedTexFormat() 351 case GL_COMPRESSED_R11_EAC: in isCompressedFormat()
|
D | gluStrUtil.inl | 898 case GL_COMPRESSED_R11_EAC: return "GL_COMPRESSED_R11_EAC"; 1740 case GL_COMPRESSED_R11_EAC: return "GL_COMPRESSED_R11_EAC";
|
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/ |
D | GL30.java | 319 public final int GL_COMPRESSED_R11_EAC = 0x9270; field
|
/external/deqp/modules/gles3/functional/ |
D | es3fImplementationLimitTests.cpp | 266 GL_COMPRESSED_R11_EAC,
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContext.cpp | 195 GL_COMPRESSED_R11_EAC, in Context()
|
/external/deqp/modules/gles31/functional/ |
D | es31fNegativeTextureApiTests.cpp | 462 …ctx.glCompressedTexImage2D(GL_TEXTURE_2D, 0, GL_COMPRESSED_R11_EAC, 1, 1, 0, divRoundUp(1, 4) * di… in compressedteximage2d_invalid_size() 548 ctx.glCompressedTexImage2D(GL_TEXTURE_2D, 0, GL_COMPRESSED_R11_EAC, 0, 0, 0, -1, 0); in compressedteximage2d_neg_size() 558 …ctx.glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_X, 0, GL_COMPRESSED_R11_EAC, 1, 2, 0, divR… in compressedteximage2d_invalid_width_height() 563 …ctx.glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Y, 0, GL_COMPRESSED_R11_EAC, 1, 2, 0, divR… in compressedteximage2d_invalid_width_height() 568 …ctx.glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, 0, GL_COMPRESSED_R11_EAC, 1, 2, 0, divR… in compressedteximage2d_invalid_width_height() 573 …ctx.glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_X, 0, GL_COMPRESSED_R11_EAC, 1, 2, 0, divR… in compressedteximage2d_invalid_width_height() 578 …ctx.glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, 0, GL_COMPRESSED_R11_EAC, 1, 2, 0, divR… in compressedteximage2d_invalid_width_height() 583 …ctx.glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, GL_COMPRESSED_R11_EAC, 1, 2, 0, divR… in compressedteximage2d_invalid_width_height()
|
D | es31fCopyImageTests.cpp | 2334 compressedTextureFormatViewClasses[VIEWCLASS_EAC_R11].push_back(GL_COMPRESSED_R11_EAC); in init() 2466 mixedViewClasses[VIEWCLASS_64_BITS].second.push_back(GL_COMPRESSED_R11_EAC); in init()
|
D | es31fTextureBorderClampTests.cpp | 2373 { "compressed_r11_eac", GL_COMPRESSED_R11_EAC, tcu::Sampler::MODE_LAST }, in init() 2731 { "compressed_r11_eac", GL_COMPRESSED_R11_EAC, tcu::Sampler::MODE_LAST }, in init()
|
/external/deqp/framework/opengl/wrapper/ |
D | glwEnums.inl | 1428 #define GL_COMPRESSED_R11_EAC 0x9270 macro
|
/external/mesa3d/include/GL/ |
D | glext.h | 2794 #define GL_COMPRESSED_R11_EAC 0x9270 macro
|