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

/external/deqp/external/openglcts/modules/gl/
H A Dgl4cCopyImageTests.cpp96 static glw::GLuint getPixelSizeForFormat(glw::GLenum internal_format);
242 * Pixel compatibility depends on pixel size. However value returned by getPixelSizeForFormat
251 GLuint size = Utils::getPixelSizeForFormat(internal_format);
960 GLuint Utils::getPixelSizeForFormat(GLenum internal_format) function in class:gl4cts::CopyImage::Utils
1096 const GLuint pixel_size = Utils::getPixelSizeForFormat(internal_format);
2918 const GLuint left_pixel_size = Utils::getPixelSizeForFormat(left_desc.m_internal_format);
2921 const GLuint right_pixel_size = Utils::getPixelSizeForFormat(right_desc.m_internal_format);
3090 const GLuint pixel_size = Utils::getPixelSizeForFormat(desc.m_internal_format);
3150 const GLuint pixel_size = Utils::getPixelSizeForFormat(desc.m_internal_format);
3446 const GLuint dst_pixel_size = Utils::getPixelSizeForFormat(test_cas
[all...]

Completed in 75 milliseconds