Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/stream-servers/glestranslator/GLcommon/
DGLESpointer.cpp161 GLuint reloffset, in setFormat() argument
166 m_reloffset = reloffset; in setFormat()
/device/generic/vulkan-cereal/stream-servers/glestranslator/include/GLcommon/
DGLESpointer.h71 GLuint reloffset,
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DGLClientState.h175 GLuint reloffset; member
275 …ormat(int location, int size, GLenum type, GLboolean normalized, GLuint reloffset, bool isInt = fa…
772 *ptr = (T)vertexAttrib.reloffset; in getVertexAttribParameter()
DGLClientState.cpp214 …ibFormat(int location, int size, GLenum type, GLboolean normalized, GLuint reloffset, bool isInt) { in setVertexAttribFormat() argument
218 m_currVaoState[location].reloffset = reloffset; in setVertexAttribFormat()
265 attribState[i].reloffset = 0; in addVertexArrayObject()
/device/generic/vulkan-cereal/stream-servers/glestranslator/GLES_V2/
DGLESv2Context.h64 …uint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint reloffset, bool isInt = fa…
DGLESv2Context.cpp698 …(GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint reloffset, bool isInt) { in setVertexAttribFormat() argument
700 …m_currVaoState.attribInfo()[attribindex].setFormat(size, type, normalized == GL_TRUE, reloffset, i… in setVertexAttribFormat()