Searched refs:m_small_texture_width (Results 1 – 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/glesext/gpu_shader5/ |
D | esextcGPUShader5SamplerArrayIndexing.cpp | 46 const int GPUShader5SamplerArrayIndexing::m_small_texture_width = 1; member in glcts::GPUShader5SamplerArrayIndexing 205 …gl.texImage2D(GL_TEXTURE_2D, 0, GL_RGBA32F, m_small_texture_width, m_small_texture_height, 0 /* bo… in initTest() 213 …gl.texImage2D(GL_TEXTURE_2D, 0, GL_RGBA32F, m_small_texture_width, m_small_texture_height, 0 /* bo… in initTest() 221 …gl.texImage2D(GL_TEXTURE_2D, 0, GL_RGBA32F, m_small_texture_width, m_small_texture_height, 0 /* bo… in initTest() 229 …gl.texImage2D(GL_TEXTURE_2D, 0, GL_RGBA32F, m_small_texture_width, m_small_texture_height, 0 /* bo… in initTest()
|
D | esextcGPUShader5SamplerArrayIndexing.hpp | 109 static const int m_small_texture_width; member in glcts::GPUShader5SamplerArrayIndexing
|