Home
last modified time | relevance | path

Searched refs:colorBuf0 (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fShaderFragDataTests.cpp276 const glu::Renderbuffer colorBuf0 (renderCtx); in iterate() local
309 const deUint32 rbo = ndx == 0 ? *colorBuf0 : *colorBuf1; in iterate()
/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.cpp3339 rr::MultisampleConstPixelBufferAccess colorBuf0 = getDrawColorbuffer(); in invalidateFramebuffer() local
3345 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() local
3364 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() local
4289 const rr::RenderTarget renderTarget(colorBuf0, depthBuf, stencilBuf); in drawWithReference()
4293 rr::RenderState state ((rr::ViewportState)(colorBuf0)); in drawWithReference()