Home
last modified time | relevance | path

Searched refs:glVertexAttribPointer_client_proc_t (Results 1 – 5 of 5) sorted by relevance

/device/generic/goldfish-opengl/system/GLESv2_enc/
Dgl2_client_context.h153 glVertexAttribPointer_client_proc_t glVertexAttribPointer;
Dgl2_client_context.cpp153 …glVertexAttribPointer = (glVertexAttribPointer_client_proc_t) getProc("glVertexAttribPointer", use… in initDispatchByName()
DGL2Encoder.h174 glVertexAttribPointer_client_proc_t m_glVertexAttribPointer_enc;
Dgl2_client_proc.h152 typedef void (gl2_APIENTRY *glVertexAttribPointer_client_proc_t) (void * ctx, GLuint, GLint, GLenum… typedef
Dgl2_enc.cpp11190 this->glVertexAttribPointer = (glVertexAttribPointer_client_proc_t) &enc_unsupported; in gl2_encoder_context_t()