Searched refs:m_sampler_object_id (Results 1 – 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/glesext/gpu_shader5/ |
D | esextcGPUShader5TextureGatherOffset.cpp | 517 , m_sampler_object_id(0) in GPUShader5TextureGatherOffsetTestBase() 594 if (0 != m_sampler_object_id) in deinit() 596 gl.deleteSamplers(1, &m_sampler_object_id); in deinit() 598 m_sampler_object_id = 0; in deinit() 1029 gl.genSamplers(1, &m_sampler_object_id); in prepareTexture() 1033 gl.bindSampler(1, m_sampler_object_id); in prepareTexture() 1037 gl.samplerParameteri(m_sampler_object_id, GL_TEXTURE_MIN_FILTER, GL_NEAREST); in prepareTexture() 1038 gl.samplerParameteri(m_sampler_object_id, GL_TEXTURE_MAG_FILTER, GL_NEAREST); in prepareTexture() 1039 gl.samplerParameteri(m_sampler_object_id, GL_TEXTURE_WRAP_S, m_glExtTokens.CLAMP_TO_BORDER); in prepareTexture() 1040 gl.samplerParameteri(m_sampler_object_id, GL_TEXTURE_WRAP_T, m_glExtTokens.CLAMP_TO_BORDER); in prepareTexture() [all …]
|
D | esextcGPUShader5TextureGatherOffset.hpp | 124 glw::GLuint m_sampler_object_id; member in glcts::GPUShader5TextureGatherOffsetTestBase
|