Searched refs:GL_COMPRESSED_RGBA_ASTC_8x5 (Results 1 - 11 of 11) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcExtTokens.cpp | 118 COMPRESSED_RGBA_ASTC_8x5 = GL_COMPRESSED_RGBA_ASTC_8x5; in init()
|
H A D | glcCompressedFormatTests.cpp | 95 { gles32, "rgba_astc_8x5" , GL_COMPRESSED_RGBA_ASTC_8x5 , GL_RGBA , GL_RGBA8 , false , { 8, 5 } }, 175 { { GL_COMPRESSED_RGBA_ASTC_8x5 , GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x5 }, {} },
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | SRGBTextureTest.cpp | 322 GL_COMPRESSED_RGBA_ASTC_8x5, in TEST_P()
|
/third_party/astc-encoder/Source/ |
H A D | astcenccli_image_load_store.cpp | 741 #define GL_COMPRESSED_RGBA_ASTC_8x5 0x93B5 macro 805 { 8, 5, 1, false, GL_COMPRESSED_RGBA_ASTC_8x5},
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | vk_caps_utils.cpp | 123 GL_COMPRESSED_RGBA_ASTC_8x5, in GetTextureSRGBOverrideSupport()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fCopyImageTests.cpp | 2567 compressedTextureFormatViewClasses[VIEWCLASS_ASTC_8x5_RGBA].push_back(GL_COMPRESSED_RGBA_ASTC_8x5); 2623 mixedViewClasses[VIEWCLASS_128_BITS].second.push_back(GL_COMPRESSED_RGBA_ASTC_8x5);
|
H A D | es31fNegativeTextureApiTests.cpp | 505 ctx.glCompressedTexImage2D(GL_TEXTURE_2D, 0, GL_COMPRESSED_RGBA_ASTC_8x5, 1, 1, 0, divRoundUp(1, 8) * divRoundUp(1, 5) * 16 - 1, 0); in compressedteximage2d_invalid_size()
|
/third_party/mesa3d/include/GLES3/ |
H A D | gl32.h | 1694 #define GL_COMPRESSED_RGBA_ASTC_8x5 0x93B5 macro
|
/third_party/openGLES/api/GLES3/ |
H A D | gl32.h | 1675 #define GL_COMPRESSED_RGBA_ASTC_8x5 0x93B5 macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GLES3/ |
H A D | gl32.h | 1696 #define GL_COMPRESSED_RGBA_ASTC_8x5 0x93B5 macro
|
/third_party/skia/third_party/externals/angle2/include/GLES3/ |
H A D | gl32.h | 1675 #define GL_COMPRESSED_RGBA_ASTC_8x5 0x93B5 macro
|
Completed in 41 milliseconds