Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fVertexAttributeBindingTests.cpp848 glw::GLuint m_posBuffer; member in deqp::gles31::Functional::__anona3fc6fae0111::MixedBindingCase
855 , m_posBuffer (0) in MixedBindingCase()
873 if (m_posBuffer) in deinit()
875 m_context.getRenderContext().getFunctions().deleteBuffers(1, &m_posBuffer); in deinit()
876 m_posBuffer = DE_NULL; in deinit()
912 gl.glBindVertexBuffer(positionLoc, m_posBuffer, 0, (glw::GLsizei)sizeof(tcu::Vec4)); in renderTo()
935 gl.glBindBuffer(GL_ARRAY_BUFFER, m_posBuffer); in renderTo()
962 gl.glBindVertexBuffer(positionLoc, m_posBuffer, 0, (glw::GLsizei)sizeof(tcu::Vec4)); in renderTo()
1040 gl.genBuffers(1, &m_posBuffer); in createBuffers()
1041 gl.bindBuffer(GL_ARRAY_BUFFER, m_posBuffer); in createBuffers()