HomeSort by relevance Sort by last modified time
    Searched refs:GL_COMPRESSED_RGB8_ETC2 (Results 1 - 25 of 117) sorted by null

1 2 3 4 5

  /device/generic/goldfish-opengl/system/GLESv2_enc/
GLESv2Validation.cpp 366 COMPRESSED_TEX_IMAGE_SIZE_CASE(GL_COMPRESSED_RGB8_ETC2, 8)
389 COMPRESSED_TEX_IMAGE_IS_COMPRESSED_FORMAT_CASE(GL_COMPRESSED_RGB8_ETC2)
448 COMPRESSED_TEX_IMAGE_SUPPORT_CASE(GL_COMPRESSED_RGB8_ETC2, 2, 0)
788 f(GL_COMPRESSED_RGB8_ETC2) \
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
GLES30Header.java-if 322 public static final int GL_COMPRESSED_RGB8_ETC2 = 0x9274;
  /external/deqp/modules/gles3/functional/
es3fNegativeTextureApiTests.cpp 244 glCompressedTexImage2D(GL_TEXTURE_2D, log2MaxTextureSize, GL_COMPRESSED_RGB8_ETC2, 16, 16, 0, etc2DataSize(16, 16), 0);
466 glCompressedTexImage2D(GL_TEXTURE_2D, 0, GL_COMPRESSED_RGB8_ETC2, 16, 16, 0, 4*4*16, 0);
484 glCompressedTexImage2D (GL_TEXTURE_2D, 0, GL_COMPRESSED_RGB8_ETC2, 4, 4, 0, etc2DataSize(4, 4), 0);
490 glCompressedTexImage2D (GL_TEXTURE_2D, 0, GL_COMPRESSED_RGB8_ETC2, 16, 16, 0, etc2DataSize(16, 16), 0);
    [all...]
es3fImplementationLimitTests.cpp 270 GL_COMPRESSED_RGB8_ETC2,
es3fNegativeStateApiTests.cpp     [all...]
  /external/deqp/framework/opengl/
gluTextureUtil.cpp 246 case tcu::COMPRESSEDTEXFORMAT_ETC2_RGB8: return GL_COMPRESSED_RGB8_ETC2;
305 case GL_COMPRESSED_RGB8_ETC2: return tcu::COMPRESSEDTEXFORMAT_ETC2_RGB8;
355 case GL_COMPRESSED_RGB8_ETC2:
    [all...]
gluStrUtil.inl     [all...]
  /external/deqp/framework/platform/null/
tcuNullRenderContext.cpp 199 GL_COMPRESSED_RGB8_ETC2,
  /external/deqp/modules/gles31/functional/
es31fNegativeTextureApiTests.cpp 239 ctx.glCompressedTexImage2D(GL_TEXTURE_2D, log2MaxTextureSize, GL_COMPRESSED_RGB8_ETC2, 16, 16, 0, etc2DataSize(16, 16), 0);
470 ctx.glCompressedTexImage2D(GL_TEXTURE_2D, 0, GL_COMPRESSED_RGB8_ETC2, 1, 1, 0, divRoundUp(1, 4) * divRoundUp(1, 4) * 8 - 1, 0);
602 ctx.glCompressedTexImage2D (GL_TEXTURE_2D, 0, GL_COMPRESSED_RGB8_ETC2, 4, 4, 0, etc2DataSize(4, 4), 0);
608 ctx.glCompressedTexImage2D (GL_TEXTURE_2D, 0, GL_COMPRESSED_RGB8_ETC2, 16, 16, 0, etc2DataSize(16, 16), 0)
    [all...]
es31fTextureLevelStateQueryTests.cpp 704 level.internalFormat = GL_COMPRESSED_RGB8_ETC2;
769 DE_ASSERT(spec.levels[levelNdx].internalFormat == GL_COMPRESSED_RGB8_ETC2);
779 DE_ASSERT(spec.levels[levelNdx].internalFormat == GL_COMPRESSED_RGB8_ETC2);
    [all...]
es31fNegativeStateApiTests.cpp     [all...]
  /external/swiftshader/src/OpenGL/common/
Image.cpp 563 case GL_COMPRESSED_RGB8_ETC2:
    [all...]
  /external/swiftshader/src/OpenGL/libGLESv2/
Context.h 122 GL_COMPRESSED_RGB8_ETC2,
utilities.cpp 487 case GL_COMPRESSED_RGB8_ETC2:
    [all...]