Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/GLESv2_enc/
Dgl2_client_context.h110 glShaderBinary_client_proc_t glShaderBinary;
Dgl2_client_context.cpp110 glShaderBinary = (glShaderBinary_client_proc_t) getProc("glShaderBinary", userData); in initDispatchByName()
Dgl2_client_proc.h109 typedef void (gl2_APIENTRY *glShaderBinary_client_proc_t) (void * ctx, GLsizei, const GLuint*, GLen… typedef
Dgl2_enc.cpp11147 this->glShaderBinary = (glShaderBinary_client_proc_t) &enc_unsupported; in gl2_encoder_context_t()