Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/GLESv2_enc/
Dgl2_client_context.h111 glShaderSource_client_proc_t glShaderSource;
Dgl2_client_context.cpp111 glShaderSource = (glShaderSource_client_proc_t) getProc("glShaderSource", userData); in initDispatchByName()
Dgl2_client_proc.h110 typedef void (gl2_APIENTRY *glShaderSource_client_proc_t) (void * ctx, GLuint, GLsizei, const GLcha… typedef
Dgl2_enc.cpp11148 this->glShaderSource = (glShaderSource_client_proc_t) &enc_unsupported; in gl2_encoder_context_t()