Searched refs:__eglMustCastToProperFunctionPointerType (Results 1 – 9 of 9) sorted by relevance
/frameworks/native/opengl/libs/EGL/ |
D | Loader.cpp | 217 __eglMustCastToProperFunctionPointerType* curr, in init_api() 224 __eglMustCastToProperFunctionPointerType f = in init_api() 225 (__eglMustCastToProperFunctionPointerType)dlsym(dso, name); in init_api() 236 f = (__eglMustCastToProperFunctionPointerType)dlsym(dso, scrap); in init_api() 245 f = (__eglMustCastToProperFunctionPointerType)dlsym(dso, scrap); in init_api() 251 f = (__eglMustCastToProperFunctionPointerType)gl_unimplemented; in init_api() 259 f = (__eglMustCastToProperFunctionPointerType)gl_noop; in init_api() 261 f = (__eglMustCastToProperFunctionPointerType)gl_noop; in init_api() 263 f = (__eglMustCastToProperFunctionPointerType)gl_noop; in init_api() 397 __eglMustCastToProperFunctionPointerType* curr = in load_driver() [all …]
|
D | eglApi.cpp | 62 __eglMustCastToProperFunctionPointerType address; 120 (__eglMustCastToProperFunctionPointerType)&eglLockSurfaceKHR }, 122 (__eglMustCastToProperFunctionPointerType)&eglUnlockSurfaceKHR }, 126 (__eglMustCastToProperFunctionPointerType)&eglCreateImageKHR }, 128 (__eglMustCastToProperFunctionPointerType)&eglDestroyImageKHR }, 132 (__eglMustCastToProperFunctionPointerType)&eglCreateSyncKHR }, 134 (__eglMustCastToProperFunctionPointerType)&eglDestroySyncKHR }, 136 (__eglMustCastToProperFunctionPointerType)&eglClientWaitSyncKHR }, 138 (__eglMustCastToProperFunctionPointerType)&eglSignalSyncKHR }, 140 (__eglMustCastToProperFunctionPointerType)&eglGetSyncAttribKHR }, [all …]
|
D | Loader.h | 40 typedef __eglMustCastToProperFunctionPointerType (*getProcAddressType)( 70 __eglMustCastToProperFunctionPointerType* curr,
|
D | egl.cpp | 44 typedef __eglMustCastToProperFunctionPointerType EGLFuncPointer;
|
D | egl_entries.in | 26 EGL_ENTRY(__eglMustCastToProperFunctionPointerType, eglGetProcAddress, const char *)
|
D | getProcAddress.cpp | 212 extern const __eglMustCastToProperFunctionPointerType gExtensionForwarders[MAX_NUMBER_OF_GL_EXTENSI…
|
/frameworks/native/opengl/libagl/ |
D | egl.cpp | 820 __eglMustCastToProperFunctionPointerType address; 825 (__eglMustCastToProperFunctionPointerType)&glDrawTexsOES }, 827 (__eglMustCastToProperFunctionPointerType)&glDrawTexiOES }, 829 (__eglMustCastToProperFunctionPointerType)&glDrawTexfOES }, 831 (__eglMustCastToProperFunctionPointerType)&glDrawTexxOES }, 833 (__eglMustCastToProperFunctionPointerType)&glDrawTexsvOES }, 835 (__eglMustCastToProperFunctionPointerType)&glDrawTexivOES }, 837 (__eglMustCastToProperFunctionPointerType)&glDrawTexfvOES }, 839 (__eglMustCastToProperFunctionPointerType)&glDrawTexxvOES }, 841 (__eglMustCastToProperFunctionPointerType)&glQueryMatrixxOES }, [all …]
|
/frameworks/native/opengl/libs/ |
D | hooks.h | 70 __eglMustCastToProperFunctionPointerType extensions[MAX_NUMBER_OF_GL_EXTENSIONS];
|
/frameworks/native/opengl/include/EGL/ |
D | egl.h | 319 typedef void (*__eglMustCastToProperFunctionPointerType)(void); typedef 322 EGLAPI __eglMustCastToProperFunctionPointerType EGLAPIENTRY
|