Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DFramebufferGL.cpp757 GLsizei readAttachmentSamples = 0; in blit() local
764 readAttachmentSamples = colorReadAttachment->getResourceSamples(); in blit()
822 if (needManualColorBlit && (mask & GL_COLOR_BUFFER_BIT) && readAttachmentSamples <= 1) in blit()