Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DGLESpointer.cpp161 GLuint reloffset, in setFormat() argument
166 m_reloffset = reloffset; in setFormat()
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/include/GLcommon/
DGLESpointer.h71 GLuint reloffset,
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Context.h72 …uint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint reloffset, bool isInt = fa…
DGLESv2Context.cpp711 …(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/
DGLClientState.h167 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/
DGLClientState.cpp212 …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()