Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/EGL/
Degl_platform_entries.cpp218 #define FILTER_EXTENSIONS(procname) (!strcmp((procname), "eglSetBlobCacheFuncsANDROID")) argument
1140 static __eglMustCastToProperFunctionPointerType findBuiltinWrapper(const char* procname) { in findBuiltinWrapper()
1156 __eglMustCastToProperFunctionPointerType eglGetProcAddressImpl(const char* procname) { in eglGetProcAddressImpl()
DeglApi.cpp236 __eglMustCastToProperFunctionPointerType eglGetProcAddress(const char* procname) { in eglGetProcAddress()