Searched refs:GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x8 (Results 1 - 9 of 9) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcExtTokens.cpp | 134 COMPRESSED_SRGB8_ALPHA8_ASTC_8x8 = GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x8; in init()
|
H A D | glcCompressedFormatTests.cpp | 111 { gles32, "srgb8_alpha8_astc_8x8" , GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x8 , GL_RGBA , GL_SRGB8_ALPHA8 , true , { 8, 8 } }, 151 GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x5, GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x6, GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x8, 177 { { GL_COMPRESSED_RGBA_ASTC_8x8 , GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x8 }, {} },
|
/third_party/astc-encoder/Source/ |
H A D | astcenccli_image_load_store.cpp | 758 #define GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x8 0x93D7 macro 822 { 8, 8, 1, true, GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x8},
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fCopyImageTests.cpp | 2576 compressedTextureFormatViewClasses[VIEWCLASS_ASTC_8x8_RGBA].push_back(GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x8); 2639 mixedViewClasses[VIEWCLASS_128_BITS].second.push_back(GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x8);
|
H A D | es31fNegativeTextureApiTests.cpp | 537 ctx.glCompressedTexImage2D(GL_TEXTURE_2D, 0, GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x8, 1, 1, 0, divRoundUp(1, 8) * divRoundUp(1, 8) * 16 - 1, 0); in compressedteximage2d_invalid_size()
|
/third_party/mesa3d/include/GLES3/ |
H A D | gl32.h | 1710 #define GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x8 0x93D7 macro
|
/third_party/openGLES/api/GLES3/ |
H A D | gl32.h | 1691 #define GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x8 0x93D7 macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GLES3/ |
H A D | gl32.h | 1712 #define GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x8 0x93D7 macro
|
/third_party/skia/third_party/externals/angle2/include/GLES3/ |
H A D | gl32.h | 1691 #define GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x8 0x93D7 macro
|
Completed in 41 milliseconds