Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cCopyImageTests.cpp96 static glw::GLuint getPixelSizeForFormat(glw::GLenum internal_format);
251 GLuint size = Utils::getPixelSizeForFormat(internal_format); in getPixelSizeForCompatibilityVerification()
960 GLuint Utils::getPixelSizeForFormat(GLenum internal_format) in getPixelSizeForFormat() function in gl4cts::CopyImage::Utils
1096 const GLuint pixel_size = Utils::getPixelSizeForFormat(internal_format); in getPixelString()
2918 const GLuint left_pixel_size = Utils::getPixelSizeForFormat(left_desc.m_internal_format); in compareImages()
2921 const GLuint right_pixel_size = Utils::getPixelSizeForFormat(right_desc.m_internal_format); in compareImages()
3090 const GLuint pixel_size = Utils::getPixelSizeForFormat(desc.m_internal_format); in prepareDstPxls()
3150 const GLuint pixel_size = Utils::getPixelSizeForFormat(desc.m_internal_format); in prepareSrcPxls()
3446 const GLuint dst_pixel_size = Utils::getPixelSizeForFormat(test_case.m_dst.m_internal_format); in verify()
3450 const GLuint src_pixel_size = Utils::getPixelSizeForFormat(src_desc.m_internal_format); in verify()
[all …]