Home
last modified time | relevance | path

Searched refs:fboIndex (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H A DFramebufferAttachmentPerfTest.cpp117 for (size_t fboIndex = 0; fboIndex < fboCount; fboIndex++) in drawBenchmark()
119 glBindFramebuffer(GL_FRAMEBUFFER, mFbo[fboIndex]); in drawBenchmark()
129 for (size_t fboIndex = 0; fboIndex < fboCount; fboIndex++) in drawBenchmark()
131 glBindFramebuffer(GL_FRAMEBUFFER, mFbo[fboIndex]); in drawBenchmark()
162 for (size_t fboIndex = 0; fboIndex < mAdditionalFb in initializeBenchmark()
[all...]
H A DVulkanBarriersPerf.cpp73 void createFramebuffer(uint32_t fboIndex, uint32_t textureIndex, uint32_t sizeIndex);
212 void VulkanBarriersPerfBenchmark::createFramebuffer(uint32_t fboIndex, in createFramebuffer() argument
218 glBindFramebuffer(GL_FRAMEBUFFER, mFbos[fboIndex]); in createFramebuffer()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DBlitFramebufferANGLETest.cpp2634 for (size_t fboIndex = 0; fboIndex < 2; ++fboIndex) in TEST_P()
2636 const GLsizei width = fboIndex == 0 ? kLargeWidth : kSmallWidth; in TEST_P()
2637 const GLsizei height = fboIndex == 0 ? kLargeHeight : kSmallHeight; in TEST_P()
2639 glBindTexture(GL_TEXTURE_2D_MULTISAMPLE, textureMS[fboIndex]); in TEST_P()
2642 glBindFramebuffer(GL_FRAMEBUFFER, fboMS[fboIndex]); in TEST_P()
2644 textureMS[fboIndex], 0); in TEST_P()

Completed in 5 milliseconds