Searched defs:compressedImage (Results 1 – 2 of 2) sorted by relevance
28 struct compressedImage struct30 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;
1631 const auto compressedImage = drawTestImage(gl, texIds[1], image0.width, image0.height); in iterate() local