Home
last modified time | relevance | path

Searched refs:mColorTexture (Results 1 – 6 of 6) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/samples/multiview/
DMultiview.cpp54 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/
DDepthStencilTest.cpp38 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
DBuiltinVariableTest.cpp224 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
DMultiviewDrawTest.cpp69 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()
DClearTest.cpp233 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/
DMultiviewPerf.cpp199 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()