Searched refs:GetSurfaceIfValid (Results 1 – 4 of 4) sorted by relevance
/external/angle/src/libGLESv2/ |
D | egl_ext_stubs.cpp | 247 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()
|
D | egl_stubs.cpp | 70 "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/ |
D | validationEGL.h | 68 const Surface *GetSurfaceIfValid(const Display *display, const Surface *surface);
|
D | validationEGL.cpp | 1554 const Surface *GetSurfaceIfValid(const Display *display, const Surface *surface) in GetSurfaceIfValid() function
|