Searched refs:getDrawColorbuffer (Results 1 – 2 of 2) sorted by relevance
3260 …tcu::PixelBufferAccess dst = tcu::getSubregion(getDrawColorbuffer().toSinglesampleAccess(),… in blitResolveMultisampleFramebuffer()3368 RC_IF_ERROR(getDrawColorbuffer().getNumSamples() != 1, GL_INVALID_OPERATION, RC_RET_VOID); in blitFramebuffer()3378 … RC_IF_ERROR(getReadColorbuffer().raw().getFormat() != getDrawColorbuffer().raw().getFormat(), in blitFramebuffer()3394 …dstRect = (mask & GL_COLOR_BUFFER_BIT) ? intersect(dstRect, getBufferRect(getDrawColorbuffer())) :… in blitFramebuffer()3427 …tcu::PixelBufferAccess dst = tcu::getSubregion(getDrawColorbuffer().toSinglesampleAccess(),… in blitFramebuffer()3568 rr::MultisamplePixelBufferAccess buf = isColor ? getDrawColorbuffer() : in invalidateSubFramebuffer()3591 rr::MultisampleConstPixelBufferAccess colorBuf0 = getDrawColorbuffer(); in invalidateFramebuffer()3613 rr::MultisamplePixelBufferAccess colorBuf0 = getDrawColorbuffer(); in clear()3681 rr::MultisamplePixelBufferAccess colorBuf = getDrawColorbuffer(); in clearBufferiv()3734 rr::MultisamplePixelBufferAccess colorBuf = getDrawColorbuffer(); in clearBufferfv()[all …]
1011 rr::MultisamplePixelBufferAccess getDrawColorbuffer(void) in getDrawColorbuffer() function in sglr::ReferenceContext