Home
last modified time | relevance | path

Searched refs:GetError (Results 1 – 25 of 88) sorted by relevance

1234

/third_party/flutter/glfw/src/
Degl_context.h138 #define eglGetError _glfw.egl.GetError
185 PFNEGLGETERRORPROC GetError; member
Degl_context.c324 _glfw.egl.GetError = (PFNEGLGETERRORPROC) in _glfwInitEGL()
354 !_glfw.egl.GetError || in _glfwInitEGL()
/third_party/cef/include/
Dcef_response.h69 virtual cef_errorcode_t GetError() = 0;
Dcef_xml_reader.h89 virtual CefString GetError() = 0;
/third_party/cef/libcef_dll/ctocpp/
Dresponse_ctocpp.h38 cef_errorcode_t GetError() override;
Dxml_reader_ctocpp.h40 CefString GetError() override;
Dresponse_ctocpp.cc46 NO_SANITIZE("cfi-icall") cef_errorcode_t CefResponseCToCpp::GetError() { in GetError() function in CefResponseCToCpp
/third_party/cef/libcef/common/
Dresponse_impl.h28 cef_errorcode_t GetError() override;
Dresponse_impl.cc45 cef_errorcode_t CefResponseImpl::GetError() { in GetError() function in CefResponseImpl
/third_party/cef/libcef/browser/
Dxml_reader_impl.h29 CefString GetError() override;
/third_party/mesa3d/include/android_stub/backtrace/
DBacktrace.h182 BacktraceUnwindError GetError() { return error_; } in GetError() function
/third_party/node/src/
Dmodule_wrap.h82 static void GetError(const v8::FunctionCallbackInfo<v8::Value>& args);
Dspawn_sync.h170 int GetError();
Dspawn_sync.cc657 int SyncProcessRunner::GetError() { in GetError() function in node::SyncProcessRunner
683 if (GetError() != 0) { in BuildResultObject()
685 Integer::New(env()->isolate(), GetError())).Check(); in BuildResultObject()
/third_party/cef/tests/ceftests/
Dresource_request_handler_unittest.cc1264 const auto error_code = response->GetError(); in VerifyOKResponse()
1293 response->GetError() != ERR_NONE) { in VerifyOKResponse()
1295 EXPECT_EQ(ERR_ABORTED, response->GetError()) << callback; in VerifyOKResponse()
1297 EXPECT_EQ(ERR_NONE, response->GetError()) << callback; in VerifyOKResponse()
1311 EXPECT_EQ(ERR_NONE, response->GetError()) << callback; in VerifyRedirectResponse()
2470 EXPECT_EQ(ERR_ABORTED, response->GetError()) << callback; in VerifyOKResponse()
2472 EXPECT_EQ(ERR_UNKNOWN_URL_SCHEME, response->GetError()) << callback; in VerifyOKResponse()
2484 EXPECT_EQ(ERR_ABORTED, response->GetError()) << callback; in VerifyOKResponse()
2486 EXPECT_EQ(ERR_NONE, response->GetError()) << callback; in VerifyOKResponse()
2501 EXPECT_EQ(ERR_NONE, response->GetError()) << callback; in VerifyRedirectResponse()
/third_party/openGLES/extensions/KHR/
DKHR_robustness.txt167 Returned by GetError:
258 * GetError and GetGraphicsResetStatus behave normally following a
432 other than determining its reset status (using either GetError to
485 GetError and GetGraphicsReset).
487 DISCUSSION: GetError and GetGraphicsResetStatus must continue to
589 8 2014/06/24 Jon Leech Fix typos & mention GetError in issue 5.
/third_party/skia/third_party/externals/opengl-registry/extensions/KHR/
DKHR_robustness.txt157 Returned by GetError:
248 * GetError and GetGraphicsResetStatus behave normally following a
422 other than determining its reset status (using either GetError to
475 GetError and GetGraphicsReset).
477 DISCUSSION: GetError and GetGraphicsResetStatus must continue to
579 8 2014/06/24 Jon Leech Fix typos & mention GetError in issue 5.
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
Dmain.cpp347 EGLint EGLAPIENTRY GetError(void);
402 return egl::GetError(); in eglGetError()
673 this->eglGetError = egl::GetError; in LibEGLexports()
/third_party/cef/libcef_dll/cpptoc/
Dresponse_cpptoc.cc56 cef_errorcode_t _retval = CefResponseCppToC::Get(self)->GetError(); in response_get_error()
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Dentry_points_egl_autogen.cpp275 EGL_EVENT(GetError, ""); in EGL_GetError()
279 ANGLE_EGL_VALIDATE(thread, GetError, nullptr, EGLint); in EGL_GetError()
281 return GetError(thread); in EGL_GetError()
Degl_stubs_autogen.h118 EGLint GetError(Thread *thread);
/third_party/skia/src/gpu/gl/
DGrGLAssembleWebGLInterfaceAutogen.cpp100 GET_PROC(GetError); in GrGLMakeAssembledWebGLInterface()
/third_party/flutter/skia/src/gpu/gl/
DGrGLAssembleWebGLInterfaceAutogen.cpp93 GET_PROC(GetError); in GrGLMakeAssembledWebGLInterface()
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dgstglcolorconvert.c91 GLuint error = context->gl_vtable->GetError (); in _check_gl_error()
/third_party/vk-gl-cts/doc/testspecs/GLES31/
Dfunctional.debug.txt61 Verification is performed with a callback, querying the error log or GetError.

1234