Searched refs:m_small_to_id (Results 1 – 2 of 2) sorted by relevance
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/ |
D | esextcTextureCubeMapArrayFBOIncompleteness.cpp | 53 , m_small_to_id(0) in TextureCubeMapArrayFBOIncompleteness() 115 if (m_small_to_id != 0) in deinit() 117 gl.deleteTextures(1, &m_small_to_id); in deinit() 119 m_small_to_id = 0; in deinit() 146 gl.genTextures(1, &m_small_to_id); in initTest() 175 gl.bindTexture(GL_TEXTURE_CUBE_MAP_ARRAY, m_small_to_id); in iterate() 188 gl.framebufferTextureLayer(GL_DRAW_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, m_small_to_id, 0, /* level */ in iterate() 270 gl.framebufferTexture(GL_DRAW_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, m_small_to_id, 0); /* level */ in iterate()
|
D | esextcTextureCubeMapArrayFBOIncompleteness.hpp | 90 glw::GLuint m_small_to_id; member in glcts::TextureCubeMapArrayFBOIncompleteness
|