Home
last modified time | relevance | path

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

/aosp_15_r20/hardware/google/gfxstream/guest/GLESv2_enc/
Dgl2_client_context.h335 glGetProgramBinary_client_proc_t glGetProgramBinary;
Dgl2_client_context.cpp335 glGetProgramBinary = (glGetProgramBinary_client_proc_t) getProc("glGetProgramBinary", userData); in initDispatchByName()
Dgl2_client_proc.h337 typedef void (gl2_APIENTRY *glGetProgramBinary_client_proc_t) (void * ctx, GLuint, GLsizei, GLsizei… typedef
DGL2Encoder.h657 glGetProgramBinary_client_proc_t m_glGetProgramBinary_enc;