Home | History | Annotate | Download | only in EGL

Lines Matching refs:__eglMustCastToProperFunctionPointerType

58     __eglMustCastToProperFunctionPointerType address;
106 (__eglMustCastToProperFunctionPointerType)&eglLockSurfaceKHR },
108 (__eglMustCastToProperFunctionPointerType)&eglUnlockSurfaceKHR },
112 (__eglMustCastToProperFunctionPointerType)&eglCreateImageKHR },
114 (__eglMustCastToProperFunctionPointerType)&eglDestroyImageKHR },
118 (__eglMustCastToProperFunctionPointerType)&eglCreateSyncKHR },
120 (__eglMustCastToProperFunctionPointerType)&eglDestroySyncKHR },
122 (__eglMustCastToProperFunctionPointerType)&eglClientWaitSyncKHR },
124 (__eglMustCastToProperFunctionPointerType)&eglSignalSyncKHR },
126 (__eglMustCastToProperFunctionPointerType)&eglGetSyncAttribKHR },
130 (__eglMustCastToProperFunctionPointerType)&eglGetSystemTimeFrequencyNV },
132 (__eglMustCastToProperFunctionPointerType)&eglGetSystemTimeNV },
136 (__eglMustCastToProperFunctionPointerType)&eglWaitSyncKHR },
140 (__eglMustCastToProperFunctionPointerType)&eglPresentationTimeANDROID },
156 static DefaultKeyedVector<String8, __eglMustCastToProperFunctionPointerType> sGLExtentionMap;
174 extern const __eglMustCastToProperFunctionPointerType gExtensionForwarders[MAX_NUMBER_OF_GL_EXTENSIONS];
776 static __eglMustCastToProperFunctionPointerType findBuiltinGLWrapper(
782 if (proc) return (__eglMustCastToProperFunctionPointerType)proc;
785 if (proc) return (__eglMustCastToProperFunctionPointerType)proc;
790 __eglMustCastToProperFunctionPointerType eglGetProcAddress(const char *procname)
807 __eglMustCastToProperFunctionPointerType addr;