Home
last modified time | relevance | path

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

/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.cpp3039 …tcu::PixelBufferAccess dst = tcu::getSubregion(getDrawColorbuffer().toSinglesampleAccess(), … in blitResolveMultisampleFramebuffer()
3137 RC_IF_ERROR(getDrawColorbuffer().getNumSamples() != 1, GL_INVALID_OPERATION, RC_RET_VOID); in blitFramebuffer()
3146 …FFER_BIT) RC_IF_ERROR(getReadColorbuffer().raw().getFormat() != getDrawColorbuffer().raw().getF… in blitFramebuffer()
3157 …dstRect = (mask & GL_COLOR_BUFFER_BIT) ? intersect(dstRect, getBufferRect(getDrawColorbuffer())) … in blitFramebuffer()
3189 …tcu::PixelBufferAccess dst = tcu::getSubregion(getDrawColorbuffer().toSinglesampleAccess(), ds… in blitFramebuffer()
3317 rr::MultisamplePixelBufferAccess buf = isColor ? getDrawColorbuffer() : in invalidateSubFramebuffer()
3339 rr::MultisampleConstPixelBufferAccess colorBuf0 = getDrawColorbuffer(); in invalidateFramebuffer()
3360 rr::MultisamplePixelBufferAccess colorBuf0 = getDrawColorbuffer(); in clear()
3425 rr::MultisamplePixelBufferAccess colorBuf = getDrawColorbuffer(); in clearBufferiv()
3475 rr::MultisamplePixelBufferAccess colorBuf = getDrawColorbuffer(); in clearBufferfv()
[all …]
DsglrReferenceContext.hpp788 …rr::MultisamplePixelBufferAccess getDrawColorbuffer (void) { return (m_drawFramebufferBinding) ? … in getDrawColorbuffer() function in sglr::ReferenceContext