Home
last modified time | relevance | path

Searched refs:relativeoffset (Results 1 – 9 of 9) 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.h733 …d* self, GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset);
734 …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);
2847 …ribFormat(GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset) in glVertexAttribFormat() argument
2850 ctx->glVertexAttribFormat(ctx, attribindex, size, type, normalized, relativeoffset); in glVertexAttribFormat()
2853 void glVertexAttribIFormat(GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset) in glVertexAttribIFormat() argument
2856 ctx->glVertexAttribIFormat(ctx, attribindex, size, type, relativeoffset); in glVertexAttribIFormat()
DGL2Encoder.cpp5297 …* self, GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset) { in s_glVertexAttribFormat() argument
5304 state->setVertexAttribFormat(attribindex, size, type, normalized, relativeoffset, false); in s_glVertexAttribFormat()
5305 ctx->m_glVertexAttribFormat_enc(ctx, attribindex, size, type, normalized, relativeoffset); in s_glVertexAttribFormat()
5308 …rtexAttribIFormat(void* self, GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset) { in s_glVertexAttribIFormat() argument
5315 state->setVertexAttribFormat(attribindex, size, type, GL_FALSE, relativeoffset, true); in s_glVertexAttribIFormat()
5316 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/google/cuttlefish_common/guest/libs/eglwrapper/
Dgles3_wrapper_entry.cpp403 …ibFormat(GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset);
404 void glVertexAttribIFormat(GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset);
2797 …ribFormat(GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset) in glVertexAttribFormat() argument
2800 ctx->glVertexAttribFormat( attribindex, size, type, normalized, relativeoffset); in glVertexAttribFormat()
2803 void glVertexAttribIFormat(GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset) in glVertexAttribIFormat() argument
2806 ctx->glVertexAttribIFormat( attribindex, size, type, relativeoffset); in glVertexAttribIFormat()
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)
/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)