Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/gl/
DFramebufferGL.cpp756 GLsizei readAttachmentSamples = 0; in blit() local
763 readAttachmentSamples = colorReadAttachment->getResourceSamples(); in blit()
821 if (needManualColorBlit && (mask & GL_COLOR_BUFFER_BIT) && readAttachmentSamples <= 1) in blit()