Home | History | Annotate | Download | only in jni

Lines Matching defs:EGLFuncPointer

43 typedef __eglMustCastToProperFunctionPointerType EGLFuncPointer;
48 std::unordered_map<std::string, EGLFuncPointer> funcMap;
56 EGLFuncPointer entry = funcMap["glCompileShader"];
69 EGLFuncPointer entry = funcMap["glCompileShader"];
82 EGLFuncPointer entry = funcMap["glDrawArraysInstanced"];
95 EGLFuncPointer entry = funcMap["glBindBuffer"];
108 EGLFuncPointer entry = funcMap["glGetString"];
121 EGLFuncPointer entry = funcMap["eglGetDisplay"];
135 EGLFuncPointer entry = funcMap["eglInitialize"];
151 EGLFuncPointer entry = funcMap["eglChooseConfig"];
167 EGLFuncPointer entry = funcMap["eglSwapBuffersWithDamageKHR"];
183 EGLFuncPointer entry = funcMap["eglGetProcAddress"];
191 EGLAPI EGLFuncPointer EGLAPIENTRY eglGPA(const char* funcName) {
195 return (EGLFuncPointer)glesLayer_##func; \
203 return (EGLFuncPointer)glesLayer_glCompileShaderA;
213 return (EGLFuncPointer)glesLayer_glCompileShaderB;
257 EGLAPI EGLFuncPointer EGLAPIENTRY glesLayer_GetLayerProcAddress(const char* funcName, EGLFuncPointer next) {
259 EGLFuncPointer entry = eglGPA(funcName);
280 __attribute((visibility("default"))) EGLAPI void* AndroidGLESLayer_GetProcAddress(const char *funcName, EGLFuncPointer next) {