Home
last modified time | relevance | path

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

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