Searched refs:m_texture_cube_array_stencil_id (Results 1 – 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/ |
D | esextcTextureCubeMapArrayStencilAttachments.cpp | 158 , 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()
|
D | esextcTextureCubeMapArrayStencilAttachments.hpp | 135 glw::GLuint m_texture_cube_array_stencil_id; member in glcts::TextureCubeMapArrayStencilAttachments
|