Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/gles3/functional/
Des3fMultiviewTests.cpp80 deUint32 m_arrayTexture; member in deqp::gles3::Functional::MultiviewCase
94 , m_arrayTexture(0) in MultiviewCase()
114 gl.genTextures(1, &m_arrayTexture); in setupFramebufferObjects()
115 gl.bindTexture(GL_TEXTURE_2D_ARRAY, m_arrayTexture); in setupFramebufferObjects()
125 …gl.framebufferTextureMultiviewOVR(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, m_arrayTexture, 0 /* mip l… in setupFramebufferObjects()
130 gl.framebufferTextureMultisampleMultiviewOVR(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, m_arrayTexture, in setupFramebufferObjects()
149 gl.deleteTextures(1, &m_arrayTexture); in deleteFramebufferObjects()
291 gl.bindTexture(GL_TEXTURE_2D_ARRAY, m_arrayTexture); in iterate()