Home
last modified time | relevance | path

Searched refs:fboMS (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DMultisampledRenderToTextureTest.cpp1100 GLFramebuffer fboMS; in blitFramebufferTestCommon() local
1101 glBindFramebuffer(GL_FRAMEBUFFER, fboMS); in blitFramebufferTestCommon()
1140 glBindFramebuffer(GL_READ_FRAMEBUFFER, fboMS); in blitFramebufferTestCommon()
1225 GLFramebuffer fboMS; in drawCopyThenBlendCommon() local
1226 glBindFramebuffer(GL_FRAMEBUFFER, fboMS); in drawCopyThenBlendCommon()
1299 GLFramebuffer fboMS; in clearDrawCopyThenBlendSameProgramCommon() local
1300 glBindFramebuffer(GL_FRAMEBUFFER, fboMS); in clearDrawCopyThenBlendSameProgramCommon()
1403 GLFramebuffer fboMS; in TEST_P() local
1404 glBindFramebuffer(GL_FRAMEBUFFER, fboMS); in TEST_P()
1517 GLFramebuffer fboMS; in drawCopyDrawThenMaskedClearCommon() local
1595 GLFramebuffer fboMS; drawCopyDrawAttachInvalidatedThenDrawCommon() local
1704 GLFramebuffer fboMS; drawCopyDrawAttachDepthStencilClearThenDrawCommon() local
1811 GLFramebuffer fboMS; TEST_P() local
1892 GLFramebuffer fboMS; TEST_P() local
1970 GLFramebuffer fboMS; clearThenBlendCommon() local
2032 GLFramebuffer fboMS; depthStencilClearThenDrawCommon() local
2323 GLFramebuffer fboMS; TEST_P() local
2437 GLFramebuffer fboMS; TEST_P() local
2554 GLFramebuffer fboMS; TEST_P() local
2708 GLFramebuffer fboMS; TEST_P() local
2819 GLFramebuffer fboMS; colorAttachment1Common() local
2910 GLFramebuffer fboMS; colorAttachments0And3Common() local
3021 GLFramebuffer fboMS; TEST_P() local
3095 GLFramebuffer fboMS; TEST_P() local
3162 GLFramebuffer fboMS; blitFramebufferAttachment1Common() local
3249 GLFramebuffer fboMS; blitFramebufferMixedColorAndDepthCommon() local
3358 GLFramebuffer fboMS; TEST_P() local
3577 GLFramebuffer fboMS; drawCopyThenBlendAllAttachmentsMixed() local
3882 GLFramebuffer fboMS; TEST_P() local
[all...]
H A DOcclusionQueriesTest.cpp307 GLFramebuffer fboMS; in TEST_P() local
308 glBindFramebuffer(GL_FRAMEBUFFER, fboMS); in TEST_P()
H A DVulkanPerformanceCounterTest.cpp1994 GLFramebuffer fboMS; in TEST_P() local
1995 glBindFramebuffer(GL_FRAMEBUFFER, fboMS); in TEST_P()
2125 GLFramebuffer fboMS; in TEST_P() local
2126 glBindFramebuffer(GL_FRAMEBUFFER, fboMS); in TEST_P()
2247 GLFramebuffer fboMS; in TEST_P() local
2248 glBindFramebuffer(GL_FRAMEBUFFER, fboMS); in TEST_P()
2366 GLFramebuffer fboMS; in TEST_P() local
2367 glBindFramebuffer(GL_FRAMEBUFFER, fboMS); in TEST_P()
H A DBlitFramebufferANGLETest.cpp2609 GLFramebuffer fboMS[2]; in TEST_P() local
2642 glBindFramebuffer(GL_FRAMEBUFFER, fboMS[fboIndex]); in TEST_P()
2654 glBindFramebuffer(GL_READ_FRAMEBUFFER, fboMS[0]); in TEST_P()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cGlSpirvTests.cpp2880 GLuint fboMS; in validMultiSamplingFunc() local
2897 gl.genFramebuffers(1, &fboMS); in validMultiSamplingFunc()
2899 gl.bindFramebuffer(GL_FRAMEBUFFER, fboMS); in validMultiSamplingFunc()
2911 gl.bindFramebuffer(GL_FRAMEBUFFER, fboMS); in validMultiSamplingFunc()
2941 gl.bindFramebuffer(GL_READ_FRAMEBUFFER, fboMS); in validMultiSamplingFunc()
2991 if (fboMS) in validMultiSamplingFunc()
2993 gl.deleteFramebuffers(1, &fboMS); in validMultiSamplingFunc()

Completed in 16 milliseconds