Home
last modified time | relevance | path

Searched refs:glAttachShader_client_proc_t (Results 1 – 4 of 4) sorted by relevance

/device/generic/goldfish-opengl/system/GLESv2_enc/
Dgl2_client_context.h14 glAttachShader_client_proc_t glAttachShader;
Dgl2_client_context.cpp14 glAttachShader = (glAttachShader_client_proc_t) getProc("glAttachShader", userData); in initDispatchByName()
DGL2Encoder.h220 glAttachShader_client_proc_t m_glAttachShader_enc;
Dgl2_client_proc.h13 typedef void (gl2_APIENTRY *glAttachShader_client_proc_t) (void * ctx, GLuint, GLuint); typedef