Home
last modified time | relevance | path

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

/sdk/emulator/opengl/host/libs/GLESv2_dec/
DGL2Decoder.cpp37 void *GL2Decoder::s_getProc(const char *name, void *userData) in s_getProc() function in GL2Decoder
68 this->initDispatchByName(s_getProc, this); in initGL()
DGL2Decoder.h40 static void *s_getProc(const char *name, void *userData);
/sdk/emulator/opengl/host/libs/GLESv1_dec/
DGLDecoder.cpp56 this->initDispatchByName(s_getProc, this); in initGL()
226 void *GLDecoder::s_getProc(const char *name, void *userData) in s_getProc() function in GLDecoder
DGLDecoder.h65 static void * s_getProc(const char *name, void *userData);