Searched refs:reloffset (Results 1 – 6 of 6) sorted by relevance
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/ |
D | GLESpointer.cpp | 161 GLuint reloffset, in setFormat() argument 166 m_reloffset = reloffset; in setFormat()
|
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/include/GLcommon/ |
D | GLESpointer.h | 71 GLuint reloffset,
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | GLESv2Context.h | 72 …uint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint reloffset, bool isInt = fa…
|
D | GLESv2Context.cpp | 711 …(GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint reloffset, bool isInt) { in setVertexAttribFormat() argument 713 …m_currVaoState.attribInfo()[attribindex].setFormat(size, type, normalized == GL_TRUE, reloffset, i… in setVertexAttribFormat()
|
/hardware/google/gfxstream/guest/OpenglCodecCommon/include/gfxstream/guest/ |
D | GLClientState.h | 167 GLuint reloffset; member 267 …ormat(int location, int size, GLenum type, GLboolean normalized, GLuint reloffset, bool isInt = fa… 762 *ptr = (T)vertexAttrib.reloffset; in getVertexAttribParameter()
|
/hardware/google/gfxstream/guest/OpenglCodecCommon/ |
D | GLClientState.cpp | 212 …ibFormat(int location, int size, GLenum type, GLboolean normalized, GLuint reloffset, bool isInt) { in setVertexAttribFormat() argument 216 m_currVaoState[location].reloffset = reloffset; in setVertexAttribFormat() 263 attribState[i].reloffset = 0; in addVertexArrayObject()
|