Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/gles3/functional/
Des3fFramebufferBlitTests.cpp774 int sourceFbo = -1; in render() local
793sourceFbo = (m_blitDir == BLIT_DEFAULT_TO_TARGET) ? (m_context.getRenderContext().getDefaultFrameb… in render()
817 glBindFramebuffer(GL_FRAMEBUFFER, sourceFbo); in render()
828 glBindFramebuffer(GL_READ_FRAMEBUFFER, sourceFbo); in render()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DTextureTest.cpp3693 GLFramebuffer sourceFbo; in TEST_P() local
3694 glBindFramebuffer(GL_FRAMEBUFFER, sourceFbo); in TEST_P()
3705 glBindFramebuffer(GL_READ_FRAMEBUFFER, sourceFbo); in TEST_P()