Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.cpp1542 rr::MultisampleConstPixelBufferAccess src = getReadColorbuffer(); in copyTexImage1D()
1591 rr::MultisampleConstPixelBufferAccess src = getReadColorbuffer(); in copyTexImage2D()
1674 rr::MultisampleConstPixelBufferAccess src = getReadColorbuffer(); in copyTexSubImage1D()
1706 rr::MultisampleConstPixelBufferAccess src = getReadColorbuffer(); in copyTexSubImage2D()
3259 … rr::getSubregion(getReadColorbuffer(), srcRect.x(), srcRect.y(), srcRect.z(), srcRect.w()); in blitResolveMultisampleFramebuffer()
3371 if (getReadColorbuffer().getNumSamples() != 1) in blitFramebuffer()
3378 … RC_IF_ERROR(getReadColorbuffer().raw().getFormat() != getDrawColorbuffer().raw().getFormat(), in blitFramebuffer()
3389 …srcRect = (mask & GL_COLOR_BUFFER_BIT) ? intersect(srcRect, getBufferRect(getReadColorbuffer())) :… in blitFramebuffer()
3403 if (getReadColorbuffer().getNumSamples() != 1) in blitFramebuffer()
3425 …tcu::ConstPixelBufferAccess src = tcu::getSubregion(getReadColorbuffer().toSinglesampleAccess(),… in blitFramebuffer()
[all …]
H A DsglrReferenceContext.hpp1029 rr::MultisamplePixelBufferAccess getReadColorbuffer(void) in getReadColorbuffer() function in sglr::ReferenceContext