Home
last modified time | relevance | path

Searched defs:PVRGetProcAddress (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
DPVRTgles2Ext.h45 #define PVRGetProcAddress(x) ::x macro
53 #define PVRGetProcAddress(x) SDL_GLES_GetProcAddress(#x) macro
55 #define PVRGetProcAddress(x) NULL macro
59 #define PVRGetProcAddress(x) eglGetProcAddress(#x) macro
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES3/
DPVRTgles3Ext.h33 #define PVRGetProcAddress(x) eglGetProcAddress(#x) macro