Lines Matching refs:MultisampleConstPixelBufferAccess
87 static inline bool isEmpty (const rr::MultisampleConstPixelBufferAccess& access) in isEmpty()
236 static inline tcu::IVec4 getBufferRect (const rr::MultisampleConstPixelBufferAccess& access) in getBufferRect()
1448 rr::MultisampleConstPixelBufferAccess src = getReadColorbuffer(); in copyTexImage1D()
1496 rr::MultisampleConstPixelBufferAccess src = getReadColorbuffer(); in copyTexImage2D()
1582 rr::MultisampleConstPixelBufferAccess src = getReadColorbuffer(); in copyTexSubImage1D()
1613 rr::MultisampleConstPixelBufferAccess src = getReadColorbuffer(); in copyTexSubImage2D()
3077 …rr::MultisampleConstPixelBufferAccess src = rr::getSubregion(getReadColorbuffer(), srcRect.x(), … in blitResolveMultisampleFramebuffer()
3093 src = rr::MultisampleConstPixelBufferAccess::fromMultisampleAccess(srcRaw); in blitResolveMultisampleFramebuffer()
3116 …rr::MultisampleConstPixelBufferAccess src = rr::getSubregion(getReadDepthbuffer(), srcRect.x(), sr… in blitResolveMultisampleFramebuffer()
3131 …rr::MultisampleConstPixelBufferAccess src = getStencilMultisampleAccess(rr::getSubregion(getReadSt… in blitResolveMultisampleFramebuffer()
3277 …rr::MultisampleConstPixelBufferAccess src = getDepthMultisampleAccess(rr::getSubregion(getReadDep… in blitFramebuffer()
3298 …rr::MultisampleConstPixelBufferAccess src = getStencilMultisampleAccess(rr::getSubregion(getReadSt… in blitFramebuffer()
3378 rr::MultisampleConstPixelBufferAccess colorBuf0 = getDrawColorbuffer(); in invalidateFramebuffer()
3379 rr::MultisampleConstPixelBufferAccess depthBuf = getDrawDepthbuffer(); in invalidateFramebuffer()
3380 rr::MultisampleConstPixelBufferAccess stencilBuf = getDrawStencilbuffer(); in invalidateFramebuffer()