Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DGLClientState.h593 const VertexAttribState& vertexAttrib = getState(index); in getVertexAttribParameter() local
595 m_currVaoState.bufferBindings_const()[vertexAttrib.bindingindex]; in getVertexAttribParameter()
600 *ptr = (T)vertexAttrib.bindingindex; in getVertexAttribParameter()
604 *ptr = (T)vertexAttrib.reloffset; in getVertexAttribParameter()
610 *ptr = (T)(vertexAttrib.enabled); in getVertexAttribParameter()
614 *ptr = (T)(vertexAttrib.isInt); in getVertexAttribParameter()
617 *ptr = (T)(vertexAttrib.size); in getVertexAttribParameter()
623 *ptr = (T)(vertexAttrib.type); in getVertexAttribParameter()
626 *ptr = (T)(vertexAttrib.normalized); in getVertexAttribParameter()