Lines Matching refs:surface
146 EGLBoolean eglDestroySurface(EGLDisplay dpy, EGLSurface surface) { in eglDestroySurface() argument
150 return cnx->platform.eglDestroySurface(dpy, surface); in eglDestroySurface()
153 EGLBoolean eglQuerySurface(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint* value) { in eglQuerySurface() argument
157 return cnx->platform.eglQuerySurface(dpy, surface, attribute, value); in eglQuerySurface()
160 void EGLAPI eglBeginFrame(EGLDisplay dpy, EGLSurface surface) { in eglBeginFrame() argument
165 cnx->platform.eglBeginFrame(dpy, surface); in eglBeginFrame()
262 EGLBoolean eglSwapBuffers(EGLDisplay dpy, EGLSurface surface) { in eglSwapBuffers() argument
267 return cnx->platform.eglSwapBuffers(dpy, surface); in eglSwapBuffers()
270 EGLBoolean eglCopyBuffers(EGLDisplay dpy, EGLSurface surface, NativePixmapType target) { in eglCopyBuffers() argument
274 return cnx->platform.eglCopyBuffers(dpy, surface, target); in eglCopyBuffers()
291 EGLBoolean eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value) { in eglSurfaceAttrib() argument
295 return cnx->platform.eglSurfaceAttrib(dpy, surface, attribute, value); in eglSurfaceAttrib()
298 EGLBoolean eglBindTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer) { in eglBindTexImage() argument
302 return cnx->platform.eglBindTexImage(dpy, surface, buffer); in eglBindTexImage()
305 EGLBoolean eglReleaseTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer) { in eglReleaseTexImage() argument
309 return cnx->platform.eglReleaseTexImage(dpy, surface, buffer); in eglReleaseTexImage()
364 EGLBoolean eglLockSurfaceKHR(EGLDisplay dpy, EGLSurface surface, const EGLint* attrib_list) { in eglLockSurfaceKHR() argument
368 return cnx->platform.eglLockSurfaceKHR(dpy, surface, attrib_list); in eglLockSurfaceKHR()
371 EGLBoolean eglUnlockSurfaceKHR(EGLDisplay dpy, EGLSurface surface) { in eglUnlockSurfaceKHR() argument
375 return cnx->platform.eglUnlockSurfaceKHR(dpy, surface); in eglUnlockSurfaceKHR()
584 EGLBoolean eglPresentationTimeANDROID(EGLDisplay dpy, EGLSurface surface, EGLnsecsANDROID time) { in eglPresentationTimeANDROID() argument
588 return cnx->platform.eglPresentationTimeANDROID(dpy, surface, time); in eglPresentationTimeANDROID()
619 EGLBoolean eglSetDamageRegionKHR(EGLDisplay dpy, EGLSurface surface, EGLint* rects, in eglSetDamageRegionKHR() argument
624 return cnx->platform.eglSetDamageRegionKHR(dpy, surface, rects, n_rects); in eglSetDamageRegionKHR()
627 EGLBoolean eglGetNextFrameIdANDROID(EGLDisplay dpy, EGLSurface surface, EGLuint64KHR* frameId) { in eglGetNextFrameIdANDROID() argument
631 return cnx->platform.eglGetNextFrameIdANDROID(dpy, surface, frameId); in eglGetNextFrameIdANDROID()
634 EGLBoolean eglGetCompositorTimingANDROID(EGLDisplay dpy, EGLSurface surface, EGLint numTimestamps, in eglGetCompositorTimingANDROID() argument
639 return cnx->platform.eglGetCompositorTimingANDROID(dpy, surface, numTimestamps, names, values); in eglGetCompositorTimingANDROID()
642 EGLBoolean eglGetCompositorTimingSupportedANDROID(EGLDisplay dpy, EGLSurface surface, EGLint name) { in eglGetCompositorTimingSupportedANDROID() argument
646 return cnx->platform.eglGetCompositorTimingSupportedANDROID(dpy, surface, name); in eglGetCompositorTimingSupportedANDROID()
649 EGLBoolean eglGetFrameTimestampsANDROID(EGLDisplay dpy, EGLSurface surface, EGLuint64KHR frameId, in eglGetFrameTimestampsANDROID() argument
655 return cnx->platform.eglGetFrameTimestampsANDROID(dpy, surface, frameId, numTimestamps, in eglGetFrameTimestampsANDROID()
659 EGLBoolean eglGetFrameTimestampSupportedANDROID(EGLDisplay dpy, EGLSurface surface, in eglGetFrameTimestampSupportedANDROID() argument
664 return cnx->platform.eglGetFrameTimestampSupportedANDROID(dpy, surface, timestamp); in eglGetFrameTimestampSupportedANDROID()