Home | History | Annotate | Download | only in EGL

Lines Matching refs:__eglMustCastToProperFunctionPointerType

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 },
144 (__eglMustCastToProperFunctionPointerType)&eglGetSystemTimeFrequencyNV },
146 (__eglMustCastToProperFunctionPointerType)&eglGetSystemTimeNV },
150 (__eglMustCastToProperFunctionPointerType)&eglWaitSyncKHR },
154 (__eglMustCastToProperFunctionPointerType)&eglPresentationTimeANDROID },
170 static DefaultKeyedVector<String8, __eglMustCastToProperFunctionPointerType> sGLExtentionMap;
188 extern const __eglMustCastToProperFunctionPointerType gExtensionForwarders[MAX_NUMBER_OF_GL_EXTENSIONS];
882 static __eglMustCastToProperFunctionPointerType findBuiltinWrapper(
888 if (proc) return (__eglMustCastToProperFunctionPointerType)proc;
891 if (proc) return (__eglMustCastToProperFunctionPointerType)proc;
894 if (proc) return (__eglMustCastToProperFunctionPointerType)proc;
899 __eglMustCastToProperFunctionPointerType eglGetProcAddress(const char *procname)
916 __eglMustCastToProperFunctionPointerType addr;