Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/gl/glx/
DFunctionsGLX.cpp29 static bool GetProc(PFNGETPROCPROC getProc, T *member, const char *name) in GetProc()
145 getProc = reinterpret_cast<PFNGETPROCPROC>(dlsym(sLibHandle, "glXGetProcAddress")); in initialize()
148 getProc = reinterpret_cast<PFNGETPROCPROC>(dlsym(sLibHandle, "glXGetProcAddressARB")); in initialize()
156 getProc = reinterpret_cast<PFNGETPROCPROC>(glXGetProcAddress); in initialize()
Dplatform_glx.h188 typedef void *(*PFNGETPROCPROC)(const char *name); typedef
DFunctionsGLX.h37 PFNGETPROCPROC getProc;
DDisplayGLX.cpp53 FunctionsGLGLX(PFNGETPROCPROC getProc) : mGetProc(getProc) {} in FunctionsGLGLX()
63 PFNGETPROCPROC mGetProc;