Searched refs:reloffset (Results 1 – 6 of 6) sorted by relevance
/device/generic/vulkan-cereal/stream-servers/glestranslator/GLcommon/ |
D | GLESpointer.cpp | 161 GLuint reloffset, in setFormat() argument 166 m_reloffset = reloffset; in setFormat()
|
/device/generic/vulkan-cereal/stream-servers/glestranslator/include/GLcommon/ |
D | GLESpointer.h | 71 GLuint reloffset,
|
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/ |
D | GLClientState.h | 175 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()
|
D | GLClientState.cpp | 214 …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/ |
D | GLESv2Context.h | 64 …uint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint reloffset, bool isInt = fa…
|
D | GLESv2Context.cpp | 698 …(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()
|