/third_party/flutter/glfw/src/ |
D | egl_context.h | 138 #define eglGetError _glfw.egl.GetError 185 PFNEGLGETERRORPROC GetError; member
|
D | egl_context.c | 324 _glfw.egl.GetError = (PFNEGLGETERRORPROC) in _glfwInitEGL() 354 !_glfw.egl.GetError || in _glfwInitEGL()
|
/third_party/cef/include/ |
D | cef_response.h | 69 virtual cef_errorcode_t GetError() = 0;
|
D | cef_xml_reader.h | 89 virtual CefString GetError() = 0;
|
/third_party/cef/libcef_dll/ctocpp/ |
D | response_ctocpp.h | 38 cef_errorcode_t GetError() override;
|
D | xml_reader_ctocpp.h | 40 CefString GetError() override;
|
D | response_ctocpp.cc | 46 NO_SANITIZE("cfi-icall") cef_errorcode_t CefResponseCToCpp::GetError() { in GetError() function in CefResponseCToCpp
|
/third_party/cef/libcef/common/ |
D | response_impl.h | 28 cef_errorcode_t GetError() override;
|
D | response_impl.cc | 45 cef_errorcode_t CefResponseImpl::GetError() { in GetError() function in CefResponseImpl
|
/third_party/cef/libcef/browser/ |
D | xml_reader_impl.h | 29 CefString GetError() override;
|
/third_party/mesa3d/include/android_stub/backtrace/ |
D | Backtrace.h | 182 BacktraceUnwindError GetError() { return error_; } in GetError() function
|
/third_party/node/src/ |
D | module_wrap.h | 82 static void GetError(const v8::FunctionCallbackInfo<v8::Value>& args);
|
D | spawn_sync.h | 170 int GetError();
|
D | spawn_sync.cc | 657 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/ |
D | resource_request_handler_unittest.cc | 1264 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/ |
D | KHR_robustness.txt | 167 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/ |
D | KHR_robustness.txt | 157 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/ |
D | main.cpp | 347 EGLint EGLAPIENTRY GetError(void); 402 return egl::GetError(); in eglGetError() 673 this->eglGetError = egl::GetError; in LibEGLexports()
|
/third_party/cef/libcef_dll/cpptoc/ |
D | response_cpptoc.cc | 56 cef_errorcode_t _retval = CefResponseCppToC::Get(self)->GetError(); in response_get_error()
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
D | entry_points_egl_autogen.cpp | 275 EGL_EVENT(GetError, ""); in EGL_GetError() 279 ANGLE_EGL_VALIDATE(thread, GetError, nullptr, EGLint); in EGL_GetError() 281 return GetError(thread); in EGL_GetError()
|
D | egl_stubs_autogen.h | 118 EGLint GetError(Thread *thread);
|
/third_party/skia/src/gpu/gl/ |
D | GrGLAssembleWebGLInterfaceAutogen.cpp | 100 GET_PROC(GetError); in GrGLMakeAssembledWebGLInterface()
|
/third_party/flutter/skia/src/gpu/gl/ |
D | GrGLAssembleWebGLInterfaceAutogen.cpp | 93 GET_PROC(GetError); in GrGLMakeAssembledWebGLInterface()
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | gstglcolorconvert.c | 91 GLuint error = context->gl_vtable->GetError (); in _check_gl_error()
|
/third_party/vk-gl-cts/doc/testspecs/GLES31/ |
D | functional.debug.txt | 61 Verification is performed with a callback, querying the error log or GetError.
|