Home
last modified time | relevance | path

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

/device/generic/goldfish/opengl/system/GLESv2_enc/
Dgl2_client_context.h41 glDeleteProgram_client_proc_t glDeleteProgram;
DGL2Encoder.h127 glDeleteProgram_client_proc_t m_glDeleteProgram_enc;
Dgl2_client_context.cpp43 glDeleteProgram = (glDeleteProgram_client_proc_t) getProc("glDeleteProgram", userData); in initDispatchByName()
Dgl2_client_proc.h42 typedef void (gl2_APIENTRY *glDeleteProgram_client_proc_t) (void * ctx, GLuint); typedef