Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/glesext/gpu_shader5/
DesextcGPUShader5SamplerArrayIndexing.cpp40 const int GPUShader5SamplerArrayIndexing::m_n_small_textures = 4; member in glcts::GPUShader5SamplerArrayIndexing
127 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()
DesextcGPUShader5SamplerArrayIndexing.hpp103 static const int m_n_small_textures; member in glcts::GPUShader5SamplerArrayIndexing