Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcNearestEdgeTests.cpp364 tcu::ConstPixelBufferAccess fbAccess {m_texFormat, m_width, m_height, 1, fbData.data()}; in verifyResults() local
380 const auto fbPixel = fbAccess.getPixel(x, y); in verifyResults()
404 log << tcu::TestLog::Image("fb", "Frame Buffer Contents", fbAccess); in verifyResults()
DglcGLSLVectorConstructorTests.cpp503 …tcu::ConstPixelBufferAccess fbAccess { textureFormat, RENDERTARGET_WIDTH, RENDERTARGET_HEIGHT,… in iterate() local
508 if (fbAccess.getPixel(x,y) != expectedColor) in iterate()
/third_party/vk-gl-cts/external/openglcts/modules/gles3/
Des3cNumberParsingTests.cpp402 …tcu::ConstPixelBufferAccess fbAccess { textureFormat, RENDERTARGET_WIDTH, RENDERTARGET_HEIGHT,… in iterate() local
407 if (fbAccess.getPixel(x,y) != expectedColor) in iterate()