Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DGLClientState.h124 GLuint reloffset; member
217 …ormat(int location, int size, GLenum type, GLboolean normalized, GLuint reloffset, bool isInt = fa…
575 *ptr = (T)vertexAttrib.reloffset; in getVertexAttribParameter()
DGLClientState.cpp162 …ibFormat(int location, int size, GLenum type, GLboolean normalized, GLuint reloffset, bool isInt) { in setVertexAttribFormat() argument
166 m_currVaoState[location].reloffset = reloffset; in setVertexAttribFormat()
213 attribState[i].reloffset = 0; in addVertexArrayObject()