Home
last modified time | relevance | path

Searched refs:relativeoffset (Results 1 – 7 of 7) sorted by relevance

/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/
Dgles31_only.entries69 …ibFormat(GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset);
70 void glVertexAttribIFormat(GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset);
/device/generic/goldfish-opengl/system/GLESv2_enc/
DGL2Encoder.h742 …d* self, GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset);
743 …ertexAttribIFormat(void* self, GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset);
Dgl2_entry.cpp403 …ibFormat(GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset);
404 void glVertexAttribIFormat(GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset);
2849 …ribFormat(GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset) in glVertexAttribFormat() argument
2852 ctx->glVertexAttribFormat(ctx, attribindex, size, type, normalized, relativeoffset); in glVertexAttribFormat()
2855 void glVertexAttribIFormat(GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset) in glVertexAttribIFormat() argument
2858 ctx->glVertexAttribIFormat(ctx, attribindex, size, type, relativeoffset); in glVertexAttribIFormat()
DGL2Encoder.cpp5283 …* self, GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset) { in s_glVertexAttribFormat() argument
5290 state->setVertexAttribFormat(attribindex, size, type, normalized, relativeoffset, false); in s_glVertexAttribFormat()
5291 ctx->m_glVertexAttribFormat_enc(ctx, attribindex, size, type, normalized, relativeoffset); in s_glVertexAttribFormat()
5294 …rtexAttribIFormat(void* self, GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset) { in s_glVertexAttribIFormat() argument
5301 state->setVertexAttribFormat(attribindex, size, type, GL_FALSE, relativeoffset, true); in s_glVertexAttribIFormat()
5302 ctx->m_glVertexAttribIFormat_enc(ctx, attribindex, size, type, relativeoffset); in s_glVertexAttribIFormat()
Dgl2_enc.cpp10605 …d *self , GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset) in glVertexAttribFormat_enc() argument
10627 memcpy(ptr, &relativeoffset, 4); ptr += 4; in glVertexAttribFormat_enc()
10634 …xAttribIFormat_enc(void *self , GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset) in glVertexAttribIFormat_enc() argument
10655 memcpy(ptr, &relativeoffset, 4); ptr += 4; in glVertexAttribIFormat_enc()
/device/generic/goldfish-opengl/system/include/GLES3/
Dgl31.h1174 …bFormat (GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset);
1175 …PIENTRY glVertexAttribIFormat (GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset);
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv3_dec/
Dgles3.in534 …ibFormat, GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset)
535 …RY(void, glVertexAttribIFormat, GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset)