Home
last modified time | relevance | path

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

/device/generic/goldfish/opengl/shared/OpenglCodecCommon/
DGLClientState.h233 const VertexAttribState *vertexAttrib = getState(index); in getVertexAttribParameter() local
234 if (vertexAttrib == NULL) { in getVertexAttribParameter()
242 *ptr = (T)(vertexAttrib->bufferObject); in getVertexAttribParameter()
245 *ptr = (T)(vertexAttrib->enabled); in getVertexAttribParameter()
248 *ptr = (T)(vertexAttrib->size); in getVertexAttribParameter()
251 *ptr = (T)(vertexAttrib->stride); in getVertexAttribParameter()
254 *ptr = (T)(vertexAttrib->type); in getVertexAttribParameter()
257 *ptr = (T)(vertexAttrib->normalized); in getVertexAttribParameter()