Lines Matching refs:MultisampleConstPixelBufferAccess
84 static inline bool isEmpty (const rr::MultisampleConstPixelBufferAccess& access)
233 static inline tcu::IVec4 getBufferRect (const rr::MultisampleConstPixelBufferAccess& access)
1428 rr::MultisampleConstPixelBufferAccess src = getReadColorbuffer();
1476 rr::MultisampleConstPixelBufferAccess src = getReadColorbuffer();
1562 rr::MultisampleConstPixelBufferAccess src = getReadColorbuffer();
1593 rr::MultisampleConstPixelBufferAccess src = getReadColorbuffer();
3038 rr::MultisampleConstPixelBufferAccess src = rr::getSubregion(getReadColorbuffer(), srcRect.x(), srcRect.y(), srcRect.z(), srcRect.w());
3054 src = rr::MultisampleConstPixelBufferAccess::fromMultisampleAccess(srcRaw);
3077 rr::MultisampleConstPixelBufferAccess src = rr::getSubregion(getReadDepthbuffer(), srcRect.x(), srcRect.y(), srcRect.z(), srcRect.w());
3092 rr::MultisampleConstPixelBufferAccess src = getStencilMultisampleAccess(rr::getSubregion(getReadStencilbuffer(), srcRect.x(), srcRect.y(), srcRect.z(), srcRect.w()));
3238 rr::MultisampleConstPixelBufferAccess src = getDepthMultisampleAccess(rr::getSubregion(getReadDepthbuffer(), srcRect.x(), srcRect.y(), srcRect.z(), srcRect.w()));
3259 rr::MultisampleConstPixelBufferAccess src = getStencilMultisampleAccess(rr::getSubregion(getReadStencilbuffer(), srcRect.x(), srcRect.y(), srcRect.z(), srcRect.w()));
3339 rr::MultisampleConstPixelBufferAccess colorBuf0 = getDrawColorbuffer();
3340 rr::MultisampleConstPixelBufferAccess depthBuf = getDrawDepthbuffer();
3341 rr::MultisampleConstPixelBufferAccess stencilBuf = getDrawStencilbuffer();