Searched refs:reloffset (Results 1 – 2 of 2) sorted by relevance
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/ |
D | GLClientState.h | 124 GLuint reloffset; member 224 …ormat(int location, int size, GLenum type, GLboolean normalized, GLuint reloffset, bool isInt = fa… 604 *ptr = (T)vertexAttrib.reloffset; in getVertexAttribParameter()
|
D | GLClientState.cpp | 184 …ibFormat(int location, int size, GLenum type, GLboolean normalized, GLuint reloffset, bool isInt) { in setVertexAttribFormat() argument 188 m_currVaoState[location].reloffset = reloffset; in setVertexAttribFormat() 235 attribState[i].reloffset = 0; in addVertexArrayObject()
|