Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fVertexAttributeBindingTests.cpp622 const int colorOffsetBinding = 2; in renderTo() local
646 gl.glVertexAttribBinding(colorLoc, colorOffsetBinding); in renderTo()
647 gl.glVertexAttribBinding(offsetLoc, colorOffsetBinding); in renderTo()
662 gl.glVertexBindingDivisor(colorOffsetBinding, divisor); in renderTo()
663 gl.glBindVertexBuffer(colorOffsetBinding, buffer, offset, (glw::GLsizei)stride); in renderTo()