Home
last modified time | relevance | path

Searched refs:__eglMustCastToProperFunctionPointerType (Results 1 – 13 of 13) sorted by relevance

/frameworks/native/opengl/libs/EGL/
DLoader.cpp209 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 …]
Degl_platform_entries.cpp62 __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 …]
DLoader.h28 typedef __eglMustCastToProperFunctionPointerType (* getProcAddressType)(const char*);
64 __eglMustCastToProperFunctionPointerType* curr,
Degl_platform_entries.h22 typedef __eglMustCastToProperFunctionPointerType EGLFuncPointer;
Degl_object.cpp330 __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()
Degl_layers.h32 typedef __eglMustCastToProperFunctionPointerType EGLFuncPointer;
DgetProcAddress.cpp202 extern const __eglMustCastToProperFunctionPointerType
Degl_entries.in26 EGL_ENTRY(__eglMustCastToProperFunctionPointerType, eglGetProcAddress, const char *)
DeglApi.cpp236 __eglMustCastToProperFunctionPointerType eglGetProcAddress(const char* procname) { in eglGetProcAddress()
/frameworks/native/opengl/libs/
Dhooks.h75 __eglMustCastToProperFunctionPointerType extensions[MAX_NUMBER_OF_GL_EXTENSIONS];
Dplatform_entries.in26 EGL_ENTRY(__eglMustCastToProperFunctionPointerType, eglGetProcAddress, const char*)
/frameworks/native/opengl/include/EGL/
Degl.h61 typedef void (*__eglMustCastToProperFunctionPointerType)(void); typedef
135 EGLAPI __eglMustCastToProperFunctionPointerType EGLAPIENTRY eglGetProcAddress (const char *procname…
/frameworks/libs/native_bridge_support/android_api/libEGL/proxy/
Degl_trampolines.cc204 using EGLFuncPointer = __eglMustCastToProperFunctionPointerType;