Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/EGL/
DLoader.cpp167 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 …]
Degl_platform_entries.cpp60 __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 …]
DLoader.h28 typedef __eglMustCastToProperFunctionPointerType (* getProcAddressType)(const char*);
64 __eglMustCastToProperFunctionPointerType* curr,
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_platform_entries.h22 typedef __eglMustCastToProperFunctionPointerType EGLFuncPointer;
Degl_layers.h32 typedef __eglMustCastToProperFunctionPointerType EGLFuncPointer;
DgetProcAddress.cpp245 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…