Searched refs:__eglMustCastToProperFunctionPointerType (Results 1 – 13 of 13) sorted by relevance
/frameworks/native/opengl/libs/EGL/ |
D | Loader.cpp | 209 static void uninit_api(char const* const* api, __eglMustCastToProperFunctionPointerType* curr) { in uninit_api() 220 (__eglMustCastToProperFunctionPointerType*)&cnx in unload_system_driver() 224 (__eglMustCastToProperFunctionPointerType*)&cnx in unload_system_driver() 227 uninit_api(egl_names, (__eglMustCastToProperFunctionPointerType*)&cnx->egl); in unload_system_driver() 387 __eglMustCastToProperFunctionPointerType* curr, in init_api() 405 __eglMustCastToProperFunctionPointerType f = in init_api() 406 (__eglMustCastToProperFunctionPointerType)dlsym(dso, name); in init_api() 417 f = (__eglMustCastToProperFunctionPointerType)dlsym(dso, scrap); in init_api() 426 f = (__eglMustCastToProperFunctionPointerType)dlsym(dso, scrap); in init_api() 432 f = (__eglMustCastToProperFunctionPointerType)gl_unimplemented; in init_api() [all …]
|
D | egl_platform_entries.cpp | 62 __eglMustCastToProperFunctionPointerType address; 156 { "eglLockSurfaceKHR", (__eglMustCastToProperFunctionPointerType)&eglLockSurfaceKHR }, 157 { "eglUnlockSurfaceKHR", (__eglMustCastToProperFunctionPointerType)&eglUnlockSurfaceKHR }, 160 { "eglCreateImageKHR", (__eglMustCastToProperFunctionPointerType)&eglCreateImageKHR }, 161 { "eglDestroyImageKHR", (__eglMustCastToProperFunctionPointerType)&eglDestroyImageKHR }, 164 { "eglCreateSyncKHR", (__eglMustCastToProperFunctionPointerType)&eglCreateSyncKHR }, 165 { "eglDestroySyncKHR", (__eglMustCastToProperFunctionPointerType)&eglDestroySyncKHR }, 166 { "eglClientWaitSyncKHR", (__eglMustCastToProperFunctionPointerType)&eglClientWaitSyncKHR }, 167 { "eglSignalSyncKHR", (__eglMustCastToProperFunctionPointerType)&eglSignalSyncKHR }, 168 { "eglGetSyncAttribKHR", (__eglMustCastToProperFunctionPointerType)&eglGetSyncAttribKHR }, [all …]
|
D | Loader.h | 28 typedef __eglMustCastToProperFunctionPointerType (* getProcAddressType)(const char*); 64 __eglMustCastToProperFunctionPointerType* curr,
|
D | egl_platform_entries.h | 22 typedef __eglMustCastToProperFunctionPointerType EGLFuncPointer;
|
D | egl_object.cpp | 330 __eglMustCastToProperFunctionPointerType* f; in onMakeCurrent() 331 f = (__eglMustCastToProperFunctionPointerType*)&gEGLImpl.hooks[version] in onMakeCurrent() 334 f = (__eglMustCastToProperFunctionPointerType*)&gEGLImpl.hooks[version] in onMakeCurrent() 337 f = (__eglMustCastToProperFunctionPointerType*)&gEGLImpl.hooks[version] in onMakeCurrent()
|
D | egl_layers.h | 32 typedef __eglMustCastToProperFunctionPointerType EGLFuncPointer;
|
D | getProcAddress.cpp | 202 extern const __eglMustCastToProperFunctionPointerType
|
D | egl_entries.in | 26 EGL_ENTRY(__eglMustCastToProperFunctionPointerType, eglGetProcAddress, const char *)
|
D | eglApi.cpp | 236 __eglMustCastToProperFunctionPointerType eglGetProcAddress(const char* procname) { in eglGetProcAddress()
|
/frameworks/native/opengl/libs/ |
D | hooks.h | 75 __eglMustCastToProperFunctionPointerType extensions[MAX_NUMBER_OF_GL_EXTENSIONS];
|
D | platform_entries.in | 26 EGL_ENTRY(__eglMustCastToProperFunctionPointerType, eglGetProcAddress, const char*)
|
/frameworks/native/opengl/include/EGL/ |
D | egl.h | 61 typedef void (*__eglMustCastToProperFunctionPointerType)(void); typedef 135 EGLAPI __eglMustCastToProperFunctionPointerType EGLAPIENTRY eglGetProcAddress (const char *procname…
|
/frameworks/libs/native_bridge_support/android_api/libEGL/proxy/ |
D | egl_trampolines.cc | 204 using EGLFuncPointer = __eglMustCastToProperFunctionPointerType;
|