Home
last modified time | relevance | path

Searched defs:compressedImage (Results 1 – 3 of 3) sorted by relevance

/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArraySamplingResources.hpp28 struct compressedImage struct
30 unsigned int width;
31 unsigned int height;
32 unsigned int length;
33 unsigned int level;
34 unsigned int image_size;
35 const glw::GLubyte *const image_data;
/external/libultrahdr/tests/
Djpegr_test.cpp1478 uhdr_compressed_image_t* compressedImage = uhdr_get_encoded_stream(obj); in TEST_P() local
1540 uhdr_compressed_image_t* compressedImage = uhdr_get_encoded_stream(obj); in TEST_P() local
1758 uhdr_compressed_image_t* compressedImage = uhdr_get_encoded_stream(obj); in TEST_P() local
1974 uhdr_compressed_image_t* compressedImage = uhdr_get_encoded_stream(obj); in TEST_P() local
2135 uhdr_compressed_image_t* compressedImage = uhdr_get_encoded_stream(obj); in TEST_P() local
/external/deqp/external/openglcts/modules/common/
DglcCompressedFormatTests.cpp1543 const auto compressedImage = drawTestImage(gl, texIds[1], image0.width, image0.height); in iterate() local