Searched refs:GetError (Results 201 - 225 of 254) sorted by relevance

1234567891011

/external/chromium_org/native_client_sdk/src/examples/api/video_decode/
H A Dvideo_decode.cc40 #define assertNoGLError() assert(!gles2_if_->GetError(context_->pp_resource()));
/external/chromium_org/ppapi/examples/video_decode/
H A Dvideo_decode.cc41 #define assertNoGLError() assert(!gles2_if_->GetError(context_->pp_resource()));
H A Dvideo_decode_dev.cc39 assert(!gles2_if_->GetError(context_->pp_resource()));
/external/chromium_org/third_party/webrtc/base/
H A Dwin32socketserver.cc384 int Win32Socket::GetError() const { function in class:rtc::Win32Socket
H A Dhttpclient.cc307 int error = resolver_->GetError();
H A Dvirtualsocketserver.cc335 virtual int GetError() const { function in class:rtc::VirtualSocket
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDP.cpp1055 result.AppendErrorWithFormat ("unknown error 0x%8.8x", error.GetError());
/external/lldb/tools/debugserver/source/MacOSX/
H A DMachVMMemory.cpp92 if (vmRegion.GetError().Success())
/external/chromium_org/mojo/examples/pepper_container_app/
H A Dppb_opengles2_thunk.cc574 GLenum GetError(PP_Resource context_id) { function in namespace:mojo::examples::__anon8751
1409 &GetError, &GetFloatv,
/external/chromium_org/chrome/browser/extensions/api/identity/
H A Didentity_apitest.cc133 return function->GetError();
138 EXPECT_TRUE(function->GetError().empty()) << "Unexpected error: "
139 << function->GetError();
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_cmd_helper_autogen.h591 void GetError(uint32_t result_shm_id, uint32_t result_shm_offset) { function
592 gles2::cmds::GetError* c = GetCmdSpace<gles2::cmds::GetError>();
H A Dgles2_trace_implementation_impl_autogen.h408 GLenum GLES2TraceImplementation::GetError() { function in class:GLES2TraceImplementation
409 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::GetError");
410 return gl_->GetError();
H A Dgles2_implementation_autogen.h209 virtual GLenum GetError() OVERRIDE;
H A Dgles2_interface_autogen.h152 virtual GLenum GetError() = 0;
H A Dgles2_interface_stub_autogen.h152 virtual GLenum GetError() OVERRIDE;
H A Dgles2_trace_implementation_autogen.h152 virtual GLenum GetError() OVERRIDE;
/external/chromium_org/mojo/public/c/gles2/
H A Dgles2_call_visitor_autogen.h228 VISIT_GL_CALL(GetError, GLenum, (), ())
/external/chromium_org/ppapi/c/
H A Dppb_opengles2.h265 GLenum (*GetError)(PP_Resource context); member in struct:PPB_OpenGLES2_1_0
724 GLenum (*GetError)(PP_Resource context); member in struct:PPB_OpenGLES2
/external/chromium_org/extensions/renderer/
H A Dmodule_system.cc627 context_->safe_builtins()->GetError(),
/external/chromium_org/gpu/command_buffer/service/
H A Dtest_helper.cc390 EXPECT_CALL(*gl, GetError())
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dpseudotcp.cc491 int PseudoTcp::GetError() { function in class:cricket::PseudoTcp
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
H A Dstw_icd.h311 GLenum (GLAPIENTRY * GetError)(void); member in struct:__GLdispatchTableRec
/external/lldb/examples/interposing/darwin/fd_interposing/
H A DFDInterposing.cpp227 GetError () const function in class:fd_interposing::FDEvent
/external/lldb/include/lldb/Core/
H A DValueObject.h747 GetError();
/external/lldb/source/Commands/
H A DCommandObjectThread.cpp1431 result.AppendErrorWithFormat("Error evaluating result expression: %s", return_valobj_sp->GetError().AsCString());

Completed in 573 milliseconds

1234567891011