Searched refs:m_texture_size (Results 1 – 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/glesext/gpu_shader5/ |
D | esextcGPUShader5TextureGatherOffset.cpp | 487 const unsigned int GPUShader5TextureGatherOffsetColorTestBase::m_texture_size = 64; member in glcts::GPUShader5TextureGatherOffsetColorTestBase 490 const unsigned int GPUShader5TextureGatherOffsetDepthTestBase::m_texture_size = 64; member in glcts::GPUShader5TextureGatherOffsetDepthTestBase 523 , m_texture_size(0) in GPUShader5TextureGatherOffsetTestBase() 913 getTextureInfo(m_texture_size, m_texture_internal_format, m_texture_format, m_texture_type, in prepareTexture() 925 if (m_texture_size > (glw::GLuint)max_texture_size) in prepareTexture() 944 …e3D(GL_TEXTURE_2D_ARRAY, 1 /* levels */, m_texture_internal_format, m_texture_size, m_texture_size, in prepareTexture() 953 …torage2D(GL_TEXTURE_2D, 1 /* levels */, m_texture_internal_format, m_texture_size, m_texture_size); in prepareTexture() 960 texture_data.resize(m_texture_size * m_texture_size * m_texture_bytes_per_pixel); in prepareTexture() 970 gl.texSubImage3D(GL_TEXTURE_2D_ARRAY, 0 /* level */, 0 /* x */, 0 /* y */, z, m_texture_size, in prepareTexture() 971 m_texture_size, 1 /* depth */, m_texture_format, m_texture_type, &texture_data[0]); in prepareTexture() [all …]
|
D | esextcGPUShader5TextureGatherOffset.hpp | 144 glw::GLuint m_texture_size; member in glcts::GPUShader5TextureGatherOffsetTestBase 220 unsigned int m_texture_size) = 0; 227 static const glw::GLuint m_texture_size; member in glcts::GPUShader5TextureGatherOffsetColorTestBase 281 static const glw::GLuint m_texture_size; member in glcts::GPUShader5TextureGatherOffsetDepthTestBase
|