Home
last modified time | relevance | path

Searched refs:glVertexAttribPointer (Results 1 – 6 of 6) sorted by relevance

/device/generic/goldfish/opengl/system/GLESv2_enc/
Dgl2_ftable.h151 {"glVertexAttribPointer", (void*)glVertexAttribPointer},
Dgl2_client_context.h151 glVertexAttribPointer_client_proc_t glVertexAttribPointer; member
Dgl2_client_context.cpp153glVertexAttribPointer = (glVertexAttribPointer_client_proc_t) getProc("glVertexAttribPointer", use… in initDispatchByName()
Dgl2_entry.cpp149 …void glVertexAttribPointer(GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei str…
1074 void glVertexAttribPointer(GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stri… in glVertexAttribPointer() function
1077 ctx->glVertexAttribPointer(ctx, indx, size, type, normalized, stride, ptr); in glVertexAttribPointer()
DGL2Encoder.cpp67 OVERRIDE(glVertexAttribPointer); in GL2Encoder()
Dgl2_enc.cpp3066 this->glVertexAttribPointer = (glVertexAttribPointer_client_proc_t) &enc_unsupported; in gl2_encoder_context_t()