HomeSort by relevance Sort by last modified time
    Searched refs:m_texture_cube_array_stencil_id (Results 1 - 2 of 2) sorted by null

  /external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
esextcTextureCubeMapArrayStencilAttachments.cpp 158 , m_texture_cube_array_stencil_id(0)
483 if (m_texture_cube_array_stencil_id != 0)
485 gl.deleteTextures(1, &m_texture_cube_array_stencil_id);
487 m_texture_cube_array_stencil_id = 0;
780 gl.genTextures(1, &m_texture_cube_array_stencil_id);
783 gl.bindTexture(GL_TEXTURE_CUBE_MAP_ARRAY, m_texture_cube_array_stencil_id);
885 gl.framebufferTexture(GL_DRAW_FRAMEBUFFER, GL_DEPTH_STENCIL_ATTACHMENT, m_texture_cube_array_stencil_id,
899 gl.framebufferTextureLayer(GL_DRAW_FRAMEBUFFER, GL_DEPTH_STENCIL_ATTACHMENT, m_texture_cube_array_stencil_id,
esextcTextureCubeMapArrayStencilAttachments.hpp 135 glw::GLuint m_texture_cube_array_stencil_id; member in class:glcts::TextureCubeMapArrayStencilAttachments

Completed in 46 milliseconds