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

/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.cpp3039 tcu::PixelBufferAccess dst = tcu::getSubregion(getDrawColorbuffer().toSinglesampleAccess(), dstRect.x(), dstRect.y(), dstRect.z(), dstRect.w());
3137 RC_IF_ERROR(getDrawColorbuffer().getNumSamples() != 1, GL_INVALID_OPERATION, RC_RET_VOID);
3146 if (mask & GL_COLOR_BUFFER_BIT) RC_IF_ERROR(getReadColorbuffer().raw().getFormat() != getDrawColorbuffer().raw().getFormat(), GL_INVALID_OPERATION, RC_RET_VOID);
3157 dstRect = (mask & GL_COLOR_BUFFER_BIT) ? intersect(dstRect, getBufferRect(getDrawColorbuffer())) : dstRect;
3189 tcu::PixelBufferAccess dst = tcu::getSubregion(getDrawColorbuffer().toSinglesampleAccess(), dstRect.x(), dstRect.y(), dstRect.z(), dstRect.w());
3317 rr::MultisamplePixelBufferAccess buf = isColor ? getDrawColorbuffer() :
3339 rr::MultisampleConstPixelBufferAccess colorBuf0 = getDrawColorbuffer();
3360 rr::MultisamplePixelBufferAccess colorBuf0 = getDrawColorbuffer();
3425 rr::MultisamplePixelBufferAccess colorBuf = getDrawColorbuffer();
3475 rr::MultisamplePixelBufferAccess colorBuf = getDrawColorbuffer();
[all...]
H A DsglrReferenceContext.hpp788 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 156 milliseconds