Home
last modified time | relevance | path

Searched refs:glVertexAttribIFormat (Results 1 – 9 of 9) 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);
2855 void glVertexAttribIFormat(GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset) in glVertexAttribIFormat() function
2858 ctx->glVertexAttribIFormat(ctx, attribindex, size, type, relativeoffset); in glVertexAttribIFormat()
DGL2Encoder.cpp361 OVERRIDE(glVertexAttribIFormat); in GL2Encoder()
Dgl2_enc.cpp11969 this->glVertexAttribIFormat = &glVertexAttribIFormat_enc; in gl2_encoder_context_t()
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/
Dgles31_only.entries70 void glVertexAttribIFormat(GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset);
/device/generic/goldfish-opengl/system/include/GLES3/
Dgl31.h1175 GL_APICALL void GL_APIENTRY glVertexAttribIFormat (GLuint attribindex, GLint size, GLenum type, GLu…
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv3_dec/
Dgles3.in535 GL_ENTRY(void, glVertexAttribIFormat, GLuint attribindex, GLint size, GLenum type, GLuint relativeo…