Searched refs:m_text_coord_vbo_id (Results 1 - 2 of 2) sorted by relevance

/external/deqp/external/openglcts/modules/glesext/texture_border_clamp/
H A DesextcTextureBorderClampSamplingTexture.cpp135 , m_text_coord_vbo_id(0)
200 gl.genBuffers(1, &m_text_coord_vbo_id);
204 gl.bindBuffer(GL_ARRAY_BUFFER, m_text_coord_vbo_id);
418 gl.bindBuffer(GL_ARRAY_BUFFER, m_text_coord_vbo_id);
656 if (m_text_coord_vbo_id != 0)
658 gl.deleteBuffers(1, &m_text_coord_vbo_id);
659 m_text_coord_vbo_id = 0;
H A DesextcTextureBorderClampSamplingTexture.hpp334 glw::GLuint m_text_coord_vbo_id; member in class:glcts::TextureBorderClampSamplingTexture

Completed in 212 milliseconds