Home
last modified time | relevance | path

Searched refs:prepareForCall (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Degl_ext_stubs.cpp28 ANGLE_EGL_TRY_RETURN(thread, display->prepareForCall(), "eglClientWaitSync", in ClientWaitSyncKHR()
47 ANGLE_EGL_TRY_RETURN(thread, display->prepareForCall(), "eglCreateImageKHR", in CreateImageKHR()
74 ANGLE_EGL_TRY_RETURN(thread, display->prepareForCall(), "eglCreatePlatformPixmapSurfaceEXT", in CreatePlatformPixmapSurfaceEXT()
87 ANGLE_EGL_TRY_RETURN(thread, display->prepareForCall(), "eglCreatePlatformWindowSurfaceEXT", in CreatePlatformWindowSurfaceEXT()
96 ANGLE_EGL_TRY_RETURN(thread, display->prepareForCall(), "eglCreateStreamKHR", in CreateStreamKHR()
111 ANGLE_EGL_TRY_RETURN(thread, display->prepareForCall(), "eglCreateSyncKHR", in CreateSyncKHR()
135 ANGLE_EGL_TRY_RETURN(thread, display->prepareForCall(), "eglDestroyImageKHR", in DestroyImageKHR()
145 ANGLE_EGL_TRY_RETURN(thread, display->prepareForCall(), "eglDestroyStreamKHR", in DestroyStreamKHR()
155 ANGLE_EGL_TRY_RETURN(thread, display->prepareForCall(), "eglDestroySync", in DestroySyncKHR()
165 ANGLE_EGL_TRY_RETURN(thread, display->prepareForCall(), "eglDupNativeFenceFDANDROID", in DupNativeFenceFDANDROID()
[all …]
Degl_stubs.cpp60 ANGLE_EGL_TRY_RETURN(thread, display->prepareForCall(), "eglBindTexImage", in BindTexImage()
96 ANGLE_EGL_TRY_RETURN(thread, display->prepareForCall(), "eglClientWaitSync", in ClientWaitSync()
113 ANGLE_EGL_TRY_RETURN(thread, display->prepareForCall(), "eglCopyBuffers", in CopyBuffers()
127 ANGLE_EGL_TRY_RETURN(thread, display->prepareForCall(), "eglCreateContext", in CreateContext()
146 ANGLE_EGL_TRY_RETURN(thread, display->prepareForCall(), "eglCreateImage", in CreateImage()
168 ANGLE_EGL_TRY_RETURN(thread, display->prepareForCall(), "eglCreatePbufferFromClientBuffer", in CreatePbufferFromClientBuffer()
185 ANGLE_EGL_TRY_RETURN(thread, display->prepareForCall(), "eglCreatePbufferSurface", in CreatePbufferSurface()
200 ANGLE_EGL_TRY_RETURN(thread, display->prepareForCall(), "eglCreatePixmapSurface", in CreatePixmapSurface()
217 ANGLE_EGL_TRY_RETURN(thread, display->prepareForCall(), "eglCreatePlatformPixmapSurface", in CreatePlatformPixmapSurface()
235 ANGLE_EGL_TRY_RETURN(thread, display->prepareForCall(), "eglCreatePlatformWindowSurface", in CreatePlatformWindowSurface()
[all …]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
DDisplayImpl.cpp51 egl::Error DisplayImpl::prepareForCall() in prepareForCall() function in rx::DisplayImpl
DDisplayImpl.h71 virtual egl::Error prepareForCall();
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/eagl/
DDisplayEAGL.h41 egl::Error prepareForCall() override;
DDisplayEAGL.mm122 egl::Error DisplayEAGL::prepareForCall()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/cgl/
DDisplayCGL.h47 egl::Error prepareForCall() override;
DDisplayCGL.mm263 egl::Error DisplayCGL::prepareForCall()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DDisplay.h145 Error prepareForCall();
DDisplay.cpp1098 Error Display::prepareForCall() in prepareForCall() function in egl::Display
1100 return mImplementation->prepareForCall(); in prepareForCall()
/third_party/chromium/patch/
D0001-cve.patch3391 ANGLE_EGL_TRY_RETURN(thread, display->prepareForCall(), "eglReleaseTexImage",