/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
D | egl_ext_stubs.cpp | 28 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 …]
|
D | egl_stubs.cpp | 60 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/ |
D | DisplayImpl.cpp | 51 egl::Error DisplayImpl::prepareForCall() in prepareForCall() function in rx::DisplayImpl
|
D | DisplayImpl.h | 71 virtual egl::Error prepareForCall();
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/eagl/ |
D | DisplayEAGL.h | 41 egl::Error prepareForCall() override;
|
D | DisplayEAGL.mm | 122 egl::Error DisplayEAGL::prepareForCall()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/cgl/ |
D | DisplayCGL.h | 47 egl::Error prepareForCall() override;
|
D | DisplayCGL.mm | 263 egl::Error DisplayCGL::prepareForCall()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Display.h | 145 Error prepareForCall();
|
D | Display.cpp | 1098 Error Display::prepareForCall() in prepareForCall() function in egl::Display 1100 return mImplementation->prepareForCall(); in prepareForCall()
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 3391 ANGLE_EGL_TRY_RETURN(thread, display->prepareForCall(), "eglReleaseTexImage",
|