Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/EGL/
DLoader.cpp217 __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 …]
DeglApi.cpp62 __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 …]
DLoader.h40 typedef __eglMustCastToProperFunctionPointerType (*getProcAddressType)(
70 __eglMustCastToProperFunctionPointerType* curr,
Degl.cpp44 typedef __eglMustCastToProperFunctionPointerType EGLFuncPointer;
Degl_entries.in26 EGL_ENTRY(__eglMustCastToProperFunctionPointerType, eglGetProcAddress, const char *)
DgetProcAddress.cpp212 extern const __eglMustCastToProperFunctionPointerType gExtensionForwarders[MAX_NUMBER_OF_GL_EXTENSI…
/frameworks/native/opengl/libagl/
Degl.cpp820 __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/
Dhooks.h70 __eglMustCastToProperFunctionPointerType extensions[MAX_NUMBER_OF_GL_EXTENSIONS];
/frameworks/native/opengl/include/EGL/
Degl.h319 typedef void (*__eglMustCastToProperFunctionPointerType)(void); typedef
322 EGLAPI __eglMustCastToProperFunctionPointerType EGLAPIENTRY