Searched refs:colorBuf0 (Results 1 – 2 of 2) sorted by relevance
276 const glu::Renderbuffer colorBuf0 (renderCtx); in iterate() local309 const deUint32 rbo = ndx == 0 ? *colorBuf0 : *colorBuf1; in iterate()
3339 rr::MultisampleConstPixelBufferAccess colorBuf0 = getDrawColorbuffer(); in invalidateFramebuffer() local3345 width = de::max(width, colorBuf0.raw().getHeight()); in invalidateFramebuffer()3349 height = de::max(height, colorBuf0.raw().getDepth()); in invalidateFramebuffer()3360 rr::MultisamplePixelBufferAccess colorBuf0 = getDrawColorbuffer(); in clear() local3364 IVec4 colorArea = intersect(baseArea, getBufferRect(colorBuf0)); in clear()3373 …rr::MultisamplePixelBufferAccess access = rr::getSubregion(colorBuf0, colorArea.x(), colorArea.y(… in clear()3374 bool isSRGB = tcu::isSRGB(colorBuf0.raw().getFormat()); in clear()4283 rr::MultisamplePixelBufferAccess colorBuf0 = getDrawColorbuffer(); in drawWithReference() local4289 const rr::RenderTarget renderTarget(colorBuf0, depthBuf, stencilBuf); in drawWithReference()4293 rr::RenderState state ((rr::ViewportState)(colorBuf0)); in drawWithReference()