Searched refs:m_texture_object_id (Results 1 – 4 of 4) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/glesext/gpu_shader5/ |
D | esextcGPUShader5TextureGatherOffset.cpp | 516 , m_texture_object_id(0) in GPUShader5TextureGatherOffsetTestBase() 587 if (0 != m_texture_object_id) in deinit() 589 gl.deleteTextures(1, &m_texture_object_id); in deinit() 591 m_texture_object_id = 0; in deinit() 936 gl.genTextures(1, &m_texture_object_id); in prepareTexture() 941 gl.bindTexture(GL_TEXTURE_2D_ARRAY, m_texture_object_id); in prepareTexture() 950 gl.bindTexture(GL_TEXTURE_2D, m_texture_object_id); in prepareTexture() 1025 gl.bindTexture(texture_target, m_texture_object_id); in prepareTexture()
|
D | esextcGPUShader5TextureGatherOffset.hpp | 121 glw::GLuint m_texture_object_id; member in glcts::GPUShader5TextureGatherOffsetTestBase
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/ |
D | esextcTextureCubeMapArraySampling.cpp | 4892 : m_gl(0), m_texture_object_id(m_invalid_texture_object_id) 4901 if (m_invalid_texture_object_id != m_texture_object_id) 4905 m_gl->deleteTextures(1, &m_texture_object_id); 4910 m_texture_object_id = m_invalid_texture_object_id; 4925 m_gl->bindTexture(binding_point, m_texture_object_id); 4935 return m_texture_object_id; 4947 gl.genTextures(1, &m_texture_object_id); 4958 if ((0 == m_gl) || (m_invalid_texture_object_id == m_texture_object_id)) 4963 …m_gl->bindImageTexture(image_unit, m_texture_object_id, 0, GL_FALSE, 0, GL_WRITE_ONLY, internal_fo… 4979 if ((0 == m_gl) || (m_invalid_texture_object_id == m_texture_object_id)) [all …]
|
D | esextcTextureCubeMapArraySampling.hpp | 375 glw::GLuint m_texture_object_id; member in glcts::TextureCubeMapArraySamplingTest::textureDefinition
|