Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fVertexAttributeBindingTests.cpp621 const int positionBinding = 1; in renderTo() local
645 gl.glVertexAttribBinding(positionLoc, positionBinding); in renderTo()
653 gl.glVertexBindingDivisor(positionBinding, 0); in renderTo()
654 gl.glBindVertexBuffer(positionBinding, m_primitiveBuf, 0, sizeof(tcu::Vec4)); in renderTo()