Searched refs:GL_COMPRESSED_RGBA_BPTC_UNORM (Results 1 - 13 of 13) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
H A Dgl4cGetTextureSubImageTests.cpp865 gl.compressedTexImage2D(target, 0, GL_COMPRESSED_RGBA_BPTC_UNORM, s_texture_data_width, s_texture_data_height, 0,
871 GL_TEXTURE_CUBE_MAP_POSITIVE_X, 0, GL_COMPRESSED_RGBA_BPTC_UNORM, s_texture_data_width, s_texture_data_height,
875 GL_TEXTURE_CUBE_MAP_NEGATIVE_X, 0, GL_COMPRESSED_RGBA_BPTC_UNORM, s_texture_data_width, s_texture_data_height,
879 GL_TEXTURE_CUBE_MAP_POSITIVE_Y, 0, GL_COMPRESSED_RGBA_BPTC_UNORM, s_texture_data_width, s_texture_data_height,
883 GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, 0, GL_COMPRESSED_RGBA_BPTC_UNORM, s_texture_data_width, s_texture_data_height,
887 GL_TEXTURE_CUBE_MAP_POSITIVE_Z, 0, GL_COMPRESSED_RGBA_BPTC_UNORM, s_texture_data_width, s_texture_data_height,
891 GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, GL_COMPRESSED_RGBA_BPTC_UNORM, s_texture_data_width, s_texture_data_height,
897 gl.compressedTexImage3D(target, 0, GL_COMPRESSED_RGBA_BPTC_UNORM, s_texture_data_width, s_texture_data_height, 6,
903 gl.compressedTexImage3D(target, 0, GL_COMPRESSED_RGBA_BPTC_UNORM, s_texture_data_width, s_texture_data_height,
H A Dgl4cTextureViewTests.cpp69 GL_COMPRESSED_RGBA_BPTC_UNORM, VIEW_CLASS_BPTC_UNORM, GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM, VIEW_CLASS_BPTC_UNORM,
153 GL_COMPRESSED_RGBA_BPTC_UNORM, /* >= GL 4.2 */
199 case GL_COMPRESSED_RGBA_BPTC_UNORM:
325 case GL_COMPRESSED_RGBA_BPTC_UNORM:
763 case GL_COMPRESSED_RGBA_BPTC_UNORM:
889 case GL_COMPRESSED_RGBA_BPTC_UNORM:
1508 case GL_COMPRESSED_RGBA_BPTC_UNORM:
1509 result = "GL_COMPRESSED_RGBA_BPTC_UNORM";
1695 case GL_COMPRESSED_RGBA_BPTC_UNORM:
2388 case GL_COMPRESSED_RGBA_BPTC_UNORM
[all...]
H A Dgl4cDirectStateAccessTexturesTests.cpp4889 is_ok &= Test<2>(GL_COMPRESSED_RGBA_BPTC_UNORM);
4908 is_ok &= Test<3>(GL_COMPRESSED_RGBA_BPTC_UNORM);
7462 gl.compressedTexImage2D(GL_TEXTURE_2D, 0, GL_COMPRESSED_RGBA_BPTC_UNORM, s_texture_width, s_texture_height,
8507 GL_COMPRESSED_RGBA_BPTC_UNORM,
/external/mesa3d/src/mesa/main/
H A Dtexcompress.c556 case GL_COMPRESSED_RGBA_BPTC_UNORM:
744 return GL_COMPRESSED_RGBA_BPTC_UNORM;
H A Dcopyimage.c358 case GL_COMPRESSED_RGBA_BPTC_UNORM:
H A Dglformats.c1111 case GL_COMPRESSED_RGBA_BPTC_UNORM:
H A Dteximage.c4354 case GL_COMPRESSED_RGBA_BPTC_UNORM:
/external/mesa3d/src/mesa/state_tracker/
H A Dst_format.c1535 { GL_COMPRESSED_RGBA_BPTC_UNORM, 0 },
/external/deqp/framework/opengl/wrapper/
H A DglwEnums.inl1313 #define GL_COMPRESSED_RGBA_BPTC_UNORM 0x8E8C
/external/mesa3d/include/GL/
H A Dglcorearb.h2223 #define GL_COMPRESSED_RGBA_BPTC_UNORM 0x8E8C macro
H A Dglext.h2170 #define GL_COMPRESSED_RGBA_BPTC_UNORM 0x8E8C macro
/external/swiftshader/include/GL/
H A Dglcorearb.h2223 #define GL_COMPRESSED_RGBA_BPTC_UNORM 0x8E8C macro
H A Dglext.h2170 #define GL_COMPRESSED_RGBA_BPTC_UNORM 0x8E8C macro

Completed in 2135 milliseconds