Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/
DYUVConverter.cpp825 GLint attributeLocPos, in doYUVConversionDraw() argument
844 s_gles2.glEnableVertexAttribArray(attributeLocPos); in doYUVConversionDraw()
847 s_gles2.glVertexAttribPointer(attributeLocPos, 3, GL_FLOAT, false, in doYUVConversionDraw()
857 s_gles2.glDisableVertexAttribArray(attributeLocPos); in doYUVConversionDraw()