Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DGLClientState.h564 const VertexAttribState& vertexAttrib = getState(index); in getVertexAttribParameter() local
566 m_currVaoState.bufferBindings_const()[vertexAttrib.bindingindex]; in getVertexAttribParameter()
571 *ptr = (T)vertexAttrib.bindingindex; in getVertexAttribParameter()
575 *ptr = (T)vertexAttrib.reloffset; in getVertexAttribParameter()
581 *ptr = (T)(vertexAttrib.enabled); in getVertexAttribParameter()
585 *ptr = (T)(vertexAttrib.isInt); in getVertexAttribParameter()
588 *ptr = (T)(vertexAttrib.size); in getVertexAttribParameter()
594 *ptr = (T)(vertexAttrib.type); in getVertexAttribParameter()
597 *ptr = (T)(vertexAttrib.normalized); in getVertexAttribParameter()