Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DvalidationES.cpp1505 const FramebufferAttachment *readColorBuffer = readFramebuffer->getReadColorAttachment(); in ValidateBlitFramebufferParameters() local
1508 if (readColorBuffer) in ValidateBlitFramebufferParameters()
1510 const Format &readFormat = readColorBuffer->getFormat(); in ValidateBlitFramebufferParameters()
1569 if (readColorBuffer->getResourceSamples() > 0 && in ValidateBlitFramebufferParameters()
1578 *readColorBuffer == *attachment) in ValidateBlitFramebufferParameters()
/external/angle/src/tests/gl_tests/
DStateChangeTest.cpp2663 GLRenderbuffer readColorBuffer; in TEST_P() local
2664 glBindRenderbuffer(GL_RENDERBUFFER, readColorBuffer); in TEST_P()
2678 readColorBuffer); in TEST_P()