/device/generic/vulkan-cereal/third-party/angle/samples/multiview/ |
D | Multiview.cpp | 54 mColorTexture(0), in MultiviewSample() 83 glGenTextures(1, &mColorTexture); in initialize() 84 glBindTexture(GL_TEXTURE_2D_ARRAY, mColorTexture); in initialize() 98 glFramebufferTextureMultiviewOVR(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, mColorTexture, 0, 0, in initialize() 243 glDeleteTextures(1, &mColorTexture); in destroy() 364 GLuint mColorTexture; member in MultiviewSample
|
/device/generic/vulkan-cereal/third-party/angle/src/tests/gl_tests/ |
D | DepthStencilTest.cpp | 38 glBindTexture(GL_TEXTURE_2D, mColorTexture); in testSetUp() 45 glFramebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, mColorTexture, in testSetUp() 62 mColorTexture, 0); in testSetUp() 100 GLTexture mColorTexture; member in __anonfd8637910111::DepthStencilTest
|
D | BuiltinVariableTest.cpp | 224 glBindTexture(GL_TEXTURE_2D, mColorTexture); in testSetUp() 235 glFramebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, mColorTexture, in testSetUp() 272 GLTexture mColorTexture; member in BuiltinVariableFragDepthClampingFloatRBOTest
|
D | MultiviewDrawTest.cpp | 69 mColorTexture(0u), in MultiviewFramebufferTestBase() 94 glGenTextures(1, &mColorTexture); in updateFBOs() 97 CreateMultiviewBackingTextures(mSamples, viewWidth, height, numLayers, mColorTexture, in updateFBOs() 105 mColorTexture, mDepthTexture, 0u); in updateFBOs() 116 glFramebufferTextureLayer(GL_READ_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, mColorTexture, 0, in updateFBOs() 234 GLuint mColorTexture; member in MultiviewFramebufferTestBase 270 if (mColorTexture) in freeFBOs() 272 glDeleteTextures(1, &mColorTexture); in freeFBOs() 273 mColorTexture = 0; in freeFBOs()
|
D | ClearTest.cpp | 233 glBindTexture(GL_TEXTURE_2D, mColorTexture); in testSetUp() 240 glFramebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, mColorTexture, in testSetUp() 257 mColorTexture, 0); in testSetUp() 290 GLTexture mColorTexture; member in __anona3f3b1110111::VulkanClearTest
|
/device/generic/vulkan-cereal/third-party/angle/src/tests/perf_tests/ |
D | MultiviewPerf.cpp | 199 GLTexture mColorTexture; member in __anon8acd01170111::MultiviewBenchmark 233 glBindTexture(GL_TEXTURE_2D, mColorTexture); in initializeBenchmark() 243 mColorTexture, 0); in initializeBenchmark() 251 glBindTexture(GL_TEXTURE_2D_ARRAY, mColorTexture); in initializeBenchmark() 260 glFramebufferTextureMultiviewOVR(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, mColorTexture, 0, in initializeBenchmark()
|