Searched refs:__eglMustCastToProperFunctionPointerType (Results 1 – 12 of 12) sorted by relevance
/frameworks/native/opengl/libs/EGL/ |
D | Loader.cpp | 167 static void uninit_api(char const* const* api, __eglMustCastToProperFunctionPointerType* curr) { in uninit_api() 178 (__eglMustCastToProperFunctionPointerType*)&cnx in unload_system_driver() 182 (__eglMustCastToProperFunctionPointerType*)&cnx in unload_system_driver() 185 uninit_api(egl_names, (__eglMustCastToProperFunctionPointerType*)&cnx->egl); in unload_system_driver() 319 __eglMustCastToProperFunctionPointerType* curr, in init_api() 337 __eglMustCastToProperFunctionPointerType f = in init_api() 338 (__eglMustCastToProperFunctionPointerType)dlsym(dso, name); in init_api() 349 f = (__eglMustCastToProperFunctionPointerType)dlsym(dso, scrap); in init_api() 358 f = (__eglMustCastToProperFunctionPointerType)dlsym(dso, scrap); in init_api() 364 f = (__eglMustCastToProperFunctionPointerType)gl_unimplemented; in init_api() [all …]
|
D | egl_platform_entries.cpp | 60 __eglMustCastToProperFunctionPointerType address; 153 { "eglLockSurfaceKHR", (__eglMustCastToProperFunctionPointerType)&eglLockSurfaceKHR }, 154 { "eglUnlockSurfaceKHR", (__eglMustCastToProperFunctionPointerType)&eglUnlockSurfaceKHR }, 157 { "eglCreateImageKHR", (__eglMustCastToProperFunctionPointerType)&eglCreateImageKHR }, 158 { "eglDestroyImageKHR", (__eglMustCastToProperFunctionPointerType)&eglDestroyImageKHR }, 161 { "eglCreateSyncKHR", (__eglMustCastToProperFunctionPointerType)&eglCreateSyncKHR }, 162 { "eglDestroySyncKHR", (__eglMustCastToProperFunctionPointerType)&eglDestroySyncKHR }, 163 { "eglClientWaitSyncKHR", (__eglMustCastToProperFunctionPointerType)&eglClientWaitSyncKHR }, 164 { "eglSignalSyncKHR", (__eglMustCastToProperFunctionPointerType)&eglSignalSyncKHR }, 165 { "eglGetSyncAttribKHR", (__eglMustCastToProperFunctionPointerType)&eglGetSyncAttribKHR }, [all …]
|
D | Loader.h | 28 typedef __eglMustCastToProperFunctionPointerType (* getProcAddressType)(const char*); 64 __eglMustCastToProperFunctionPointerType* curr,
|
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_platform_entries.h | 22 typedef __eglMustCastToProperFunctionPointerType EGLFuncPointer;
|
D | egl_layers.h | 32 typedef __eglMustCastToProperFunctionPointerType EGLFuncPointer;
|
D | getProcAddress.cpp | 245 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…
|