Home
last modified time | relevance | path

Searched refs:m_tf_vao_id (Results 1 – 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_buffer/
DesextcTextureBufferOperations.cpp1141 , m_tf_vao_id(0) in TextureBufferOperationsViaTransformFeedback()
1160 gl.genVertexArrays(1, &m_tf_vao_id); in initializeBufferObjectData()
1163 gl.bindVertexArray(m_tf_vao_id); in initializeBufferObjectData()
1335 if (0 != m_tf_vao_id) in deinit()
1337 gl.deleteVertexArrays(1, &m_tf_vao_id); in deinit()
1338 m_tf_vao_id = 0; in deinit()
DesextcTextureBufferOperations.hpp402 glw::GLuint m_tf_vao_id; member in glcts::TextureBufferOperationsViaTransformFeedback