Home
last modified time | relevance | path

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

/device/generic/goldfish/opengl/system/GLESv2_enc/
Dgl2_client_context.h157 glGetProgramBinaryOES_client_proc_t glGetProgramBinaryOES;
Dgl2_client_context.cpp157 …glGetProgramBinaryOES = (glGetProgramBinaryOES_client_proc_t) getProc("glGetProgramBinaryOES", use… in initDispatchByName()
Dgl2_client_proc.h156 typedef void (gl2_APIENTRY *glGetProgramBinaryOES_client_proc_t) (void * ctx, GLuint, GLsizei, GLsi… typedef
Dgl2_enc.cpp5126 this->glGetProgramBinaryOES = (glGetProgramBinaryOES_client_proc_t) &enc_unsupported; in gl2_encoder_context_t()