Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/GLESv2_enc/
Dgl2_ftable.h373 {"glVertexAttribIFormat", (void*)glVertexAttribIFormat},
Dgl2_client_context.h409 glVertexAttribIFormat_client_proc_t glVertexAttribIFormat; member
Dgl2_client_context.cpp409glVertexAttribIFormat = (glVertexAttribIFormat_client_proc_t) getProc("glVertexAttribIFormat", use… in initDispatchByName()
Dgl2_entry.cpp404 void glVertexAttribIFormat(GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset);
2840 void glVertexAttribIFormat(GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset) in glVertexAttribIFormat() function
2843 ctx->glVertexAttribIFormat(ctx, attribindex, size, type, relativeoffset); in glVertexAttribIFormat()
DGL2Encoder.cpp338 OVERRIDE(glVertexAttribIFormat); in GL2Encoder()
Dgl2_enc.cpp11446 this->glVertexAttribIFormat = &glVertexAttribIFormat_enc; in gl2_encoder_context_t()
/device/generic/goldfish-opengl/system/include/GLES3/
Dgl31.h1175 GL_APICALL void GL_APIENTRY glVertexAttribIFormat (GLuint attribindex, GLint size, GLenum type, GLu…