Lines Matching refs:funcName
24 void* AndroidGLESLayer_GetProcAddress(const char *funcName, EGLFuncPointer next)
128 EGLAPI EGLFuncPointer EGLAPIENTRY eglGPA(const char* funcName) {
130 #define GETPROCADDR(func) if(!strcmp(funcName, #func)) { \
146 const char* funcName, EGLFuncPointer next) {
147 EGLFuncPointer entry = eglGPA(funcName);
149 funcMap[std::string(funcName)] = next;
163 const char *funcName, EGLFuncPointer next) {
164 return (void*)glesLayer_GetLayerProcAddress(funcName, next);
189 EGLAPI EGLFuncPointer EGLAPIENTRY eglGPA(const char* funcName) {
191 #define GETPROCADDR(func) if(!strcmp(funcName, #func)) { \
210 const char* funcName, EGLFuncPointer next) {
211 EGLFuncPointer entry = eglGPA(funcName);
227 const char *funcName, EGLFuncPointer next) {
228 return (void*)glesLayer_GetLayerProcAddress(funcName, next);