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.cpp216 #define FILTER_EXTENSIONS(procname) (!strcmp((procname), "eglSetBlobCacheFuncsANDROID")) argument
1125 static __eglMustCastToProperFunctionPointerType findBuiltinWrapper(const char* procname) { in findBuiltinWrapper()
1141 __eglMustCastToProperFunctionPointerType eglGetProcAddressImpl(const char* procname) { in eglGetProcAddressImpl()
DeglApi.cpp236 __eglMustCastToProperFunctionPointerType eglGetProcAddress(const char* procname) { in eglGetProcAddress()