Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/gles1_dec/
DGLESv1Decoder.h43 typedef void *(*get_proc_func_t)(const char *name, void *userData); typedef
47 int initGL(get_proc_func_t getProcFunc, void *getProcFuncData);
DGLESv1Decoder.cpp64 static GLESv1Decoder::get_proc_func_t sGetProcFunc;
93 int GLESv1Decoder::initGL(get_proc_func_t getProcFunc, void *getProcFuncData) in initGL()
/hardware/google/gfxstream/host/gl/gles2_dec/
DGLESv2Decoder.h45 typedef void *(*get_proc_func_t)(const char *name, void *userData); typedef
48 int initGL(get_proc_func_t getProcFunc, void *getProcFuncData);
DGLESv2Decoder.cpp48 GLESv2Decoder::get_proc_func_t getProc, void *userData) { in initDispatch()
60 static GLESv2Decoder::get_proc_func_t sGetProcFunc;
110 int GLESv2Decoder::initGL(get_proc_func_t getProcFunc, void *getProcFuncData) in initGL()