Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/opengl/simplereference/
H A DsglrReferenceContext.cpp3078 tcu::PixelBufferAccess dst = tcu::getSubregion(getDrawColorbuffer().toSinglesampleAccess(), dstRect.x(), dstRect.y(), dstRect.z(), dstRect.w());
3176 RC_IF_ERROR(getDrawColorbuffer().getNumSamples() != 1, GL_INVALID_OPERATION, RC_RET_VOID);
3185 if (mask & GL_COLOR_BUFFER_BIT) RC_IF_ERROR(getReadColorbuffer().raw().getFormat() != getDrawColorbuffer().raw().getFormat(), GL_INVALID_OPERATION, RC_RET_VOID);
3196 dstRect = (mask & GL_COLOR_BUFFER_BIT) ? intersect(dstRect, getBufferRect(getDrawColorbuffer())) : dstRect;
3228 tcu::PixelBufferAccess dst = tcu::getSubregion(getDrawColorbuffer().toSinglesampleAccess(), dstRect.x(), dstRect.y(), dstRect.z(), dstRect.w());
3356 rr::MultisamplePixelBufferAccess buf = isColor ? getDrawColorbuffer() :
3378 rr::MultisampleConstPixelBufferAccess colorBuf0 = getDrawColorbuffer();
3399 rr::MultisamplePixelBufferAccess colorBuf0 = getDrawColorbuffer();
3464 rr::MultisamplePixelBufferAccess colorBuf = getDrawColorbuffer();
3514 rr::MultisamplePixelBufferAccess colorBuf = getDrawColorbuffer();
[all...]
H A DsglrReferenceContext.hpp790 rr::MultisamplePixelBufferAccess getDrawColorbuffer (void) { return (m_drawFramebufferBinding) ? (rr::MultisamplePixelBufferAccess::fromSinglesampleAccess(getFboAttachment(*m_drawFramebufferBinding, rc::Framebuffer::ATTACHMENTPOINT_COLOR0))) : (m_defaultColorbuffer); } in getDrawColorbuffer() function in sglr::ReferenceContext

Completed in 8 milliseconds