Home
last modified time | relevance | path

Searched refs:GetSurfaceIfValid (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/libGLESv2/
Degl_ext_stubs.cpp247 thread->setError(error, "eglPostSubBufferNV", GetSurfaceIfValid(display, eglSurface)); in PostSubBufferNV()
263 "eglPresentationTimeANDROID", GetSurfaceIfValid(display, eglSurface), in PresentationTimeANDROID()
288 "eglGetCompositorTimingANDROIDD", GetSurfaceIfValid(display, eglSurface), in GetCompositorTimingANDROID()
303 GetSurfaceIfValid(display, eglSurface), EGL_FALSE); in GetNextFrameIdANDROID()
332 "eglGetFrameTimestampsANDROID", GetSurfaceIfValid(display, eglSurface), EGL_FALSE); in GetFrameTimestampsANDROID()
466 GetSurfaceIfValid(display, eglSurface)); in QuerySurfacePointerANGLE()
583 "eglSwapBuffersWithDamageEXT", GetSurfaceIfValid(display, eglSurface), in SwapBuffersWithDamageKHR()
662 "eglGetMscRateANGLE", GetSurfaceIfValid(display, eglSurface), EGL_FALSE); in GetMscRateANGLE()
678 "eglGetSyncValuesCHROMIUM", GetSurfaceIfValid(display, eglSurface), in GetSyncValuesCHROMIUM()
Degl_stubs.cpp70 "eglBindTexImage", GetSurfaceIfValid(display, eglSurface), EGL_FALSE); in BindTexImage()
305 GetSurfaceIfValid(display, eglSurface), EGL_FALSE); in DestroySurface()
558 "eglQuerySurface", GetSurfaceIfValid(display, eglSurface), EGL_FALSE); in QuerySurface()
573 "eglReleaseTexImage", GetSurfaceIfValid(display, eglSurface), in ReleaseTexImage()
631 GetSurfaceIfValid(display, eglSurface), EGL_FALSE); in SwapBuffers()
/external/angle/src/libANGLE/
DvalidationEGL.h68 const Surface *GetSurfaceIfValid(const Display *display, const Surface *surface);
DvalidationEGL.cpp1554 const Surface *GetSurfaceIfValid(const Display *display, const Surface *surface) in GetSurfaceIfValid() function