Searched refs:getDrawColorbuffer (Results 1 - 2 of 2) sorted by relevance

/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.cpp3002 tcu::PixelBufferAccess dst = tcu::getSubregion(getDrawColorbuffer().toSinglesampleAccess(), dstRect.x(), dstRect.y(), dstRect.z(), dstRect.w());
3099 RC_IF_ERROR(getDrawColorbuffer().getNumSamples() != 1, GL_INVALID_OPERATION, RC_RET_VOID);
3108 if (mask & GL_COLOR_BUFFER_BIT) RC_IF_ERROR(getReadColorbuffer().raw().getFormat() != getDrawColorbuffer().raw().getFormat(), GL_INVALID_OPERATION, RC_RET_VOID);
3119 dstRect = (mask & GL_COLOR_BUFFER_BIT) ? intersect(dstRect, getBufferRect(getDrawColorbuffer())) : dstRect;
3151 tcu::PixelBufferAccess dst = tcu::getSubregion(getDrawColorbuffer().toSinglesampleAccess(), dstRect.x(), dstRect.y(), dstRect.z(), dstRect.w());
3278 rr::MultisamplePixelBufferAccess buf = isColor ? getDrawColorbuffer() :
3320 rr::MultisampleConstPixelBufferAccess colorBuf0 = getDrawColorbuffer();
3341 rr::MultisamplePixelBufferAccess colorBuf0 = getDrawColorbuffer();
3442 rr::MultisamplePixelBufferAccess colorBuf = getDrawColorbuffer();
3492 rr::MultisamplePixelBufferAccess colorBuf = getDrawColorbuffer();
[all...]
H A DsglrReferenceContext.hpp783 rr::MultisamplePixelBufferAccess getDrawColorbuffer (void) { return (m_drawFramebufferBinding) ? (rr::MultisamplePixelBufferAccess::fromSinglesampleAccess(getFboAttachment(*m_drawFramebufferBinding, rc::Framebuffer::ATTACHMENTPOINT_COLOR0))) : (m_defaultColorbuffer); } function in class:sglr::ReferenceContext

Completed in 75 milliseconds