Searched refs:m_n_small_textures (Results 1 – 2 of 2) sorted by relevance
40 const int GPUShader5SamplerArrayIndexing::m_n_small_textures = 4; member in glcts::GPUShader5SamplerArrayIndexing127 gl.deleteTextures(m_n_small_textures, m_small_to_ids); in deinit()198 m_small_to_ids = new glw::GLuint[m_n_small_textures]; in initTest()199 memset(m_small_to_ids, 0, m_n_small_textures * sizeof(glw::GLuint)); in initTest()201 gl.genTextures(m_n_small_textures, m_small_to_ids); in initTest()
103 static const int m_n_small_textures; member in glcts::GPUShader5SamplerArrayIndexing