Searched refs:getReadColorbuffer (Results 1 – 2 of 2) sorted by relevance
1428 rr::MultisampleConstPixelBufferAccess src = getReadColorbuffer(); in copyTexImage1D()1476 rr::MultisampleConstPixelBufferAccess src = getReadColorbuffer(); in copyTexImage2D()1562 rr::MultisampleConstPixelBufferAccess src = getReadColorbuffer(); in copyTexSubImage1D()1593 rr::MultisampleConstPixelBufferAccess src = getReadColorbuffer(); in copyTexSubImage2D()3038 …rr::MultisampleConstPixelBufferAccess src = rr::getSubregion(getReadColorbuffer(), srcRect.x(), … in blitResolveMultisampleFramebuffer()3140 if (getReadColorbuffer().getNumSamples() != 1) in blitFramebuffer()3146 …if (mask & GL_COLOR_BUFFER_BIT) RC_IF_ERROR(getReadColorbuffer().raw().getFormat() != getDrawCo… in blitFramebuffer()3152 …srcRect = (mask & GL_COLOR_BUFFER_BIT) ? intersect(srcRect, getBufferRect(getReadColorbuffer())) … in blitFramebuffer()3166 if (getReadColorbuffer().getNumSamples() != 1) in blitFramebuffer()3188 …tcu::ConstPixelBufferAccess src = tcu::getSubregion(getReadColorbuffer().toSinglesampleAccess()… in blitFramebuffer()[all …]
791 …rr::MultisamplePixelBufferAccess getReadColorbuffer (void) { return (m_readFramebufferBinding) ? … in getReadColorbuffer() function in sglr::ReferenceContext