Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArrayStencilAttachments.cpp158 , m_texture_cube_array_stencil_id(0) in TextureCubeMapArrayStencilAttachments()
483 if (m_texture_cube_array_stencil_id != 0) in cleanAfterTest()
485 gl.deleteTextures(1, &m_texture_cube_array_stencil_id); in cleanAfterTest()
487 m_texture_cube_array_stencil_id = 0; in cleanAfterTest()
780 gl.genTextures(1, &m_texture_cube_array_stencil_id); in initTestIteration()
783 gl.bindTexture(GL_TEXTURE_CUBE_MAP_ARRAY, m_texture_cube_array_stencil_id); in initTestIteration()
885 …amebufferTexture(GL_DRAW_FRAMEBUFFER, GL_DEPTH_STENCIL_ATTACHMENT, m_texture_cube_array_stencil_id, in setupLayeredFramebuffer()
899 …fferTextureLayer(GL_DRAW_FRAMEBUFFER, GL_DEPTH_STENCIL_ATTACHMENT, m_texture_cube_array_stencil_id, in setupNonLayeredFramebuffer()
H A DesextcTextureCubeMapArrayStencilAttachments.hpp135 glw::GLuint m_texture_cube_array_stencil_id; member in glcts::TextureCubeMapArrayStencilAttachments