/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/ |
D | gles31_only.entries | 69 …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/ |
D | GL2Encoder.h | 742 …d* self, GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset); 743 …ertexAttribIFormat(void* self, GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset);
|
D | gl2_entry.cpp | 403 …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()
|
D | GL2Encoder.cpp | 5283 …* 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()
|
D | gl2_enc.cpp | 10605 …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/ |
D | gl31.h | 1174 …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/ |
D | gles3.in | 534 …ibFormat, GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset) 535 …RY(void, glVertexAttribIFormat, GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset)
|