Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_buffer/
DesextcTextureBufferOperations.cpp846 , m_position_location(-1) in TextureBufferOperationsViaFrambufferReadBack()
936 m_position_location = gl.getAttribLocation(m_fb_po_id, "inPosition"); in initializeBufferObjectData()
938 if (m_position_location == -1) in initializeBufferObjectData()
943 gl.vertexAttribPointer(m_position_location, 4, GL_FLOAT, GL_FALSE, 0, 0); in initializeBufferObjectData()
946 gl.enableVertexAttribArray(m_position_location); in initializeBufferObjectData()
994 gl.disableVertexAttribArray(m_position_location); in initializeBufferObjectData()
998 m_position_location = -1; in initializeBufferObjectData()
1073 if (m_position_location != -1) in deinit()
1075 gl.disableVertexAttribArray(m_position_location); in deinit()
1076 m_position_location = -1; in deinit()
[all …]
DesextcTextureBufferOperations.hpp375 glw::GLint m_position_location; member in glcts::TextureBufferOperationsViaFrambufferReadBack
405 glw::GLint m_position_location; member in glcts::TextureBufferOperationsViaTransformFeedback