HomeSort by relevance Sort by last modified time
    Searched refs:HRESULT (Results 351 - 375 of 609) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
renderer9_utils.h 58 inline bool isDeviceLostError(HRESULT errorCode)
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11.cpp 172 virtual HRESULT STDMETHODCALLTYPE Map(
185 virtual HRESULT STDMETHODCALLTYPE GetData(
224 HRESULT STDMETHODCALLTYPE GalliumD3D11DeviceCreate(struct pipe_screen* screen, struct pipe_context* context, BOOL owns_context, unsigned creation_flags, IDXGIAdapter* adapter, ID3D11Device** ppDevice)
233 HRESULT STDMETHODCALLTYPE GalliumD3D10DeviceCreate1(struct pipe_screen* screen, struct pipe_context* context, BOOL owns_context, unsigned creation_flags, IDXGIAdapter* adapter, ID3D10Device1** ppDevice)
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/winedlls/dxgi/
dxgi_dll.c 61 static HRESULT STDMETHODCALLTYPE WineDXGIBackend_BeginPresent(
143 static HRESULT STDMETHODCALLTYPE WineDXGIBackend_TestPresent(
163 static HRESULT STDMETHODCALLTYPE WineDXGIBackend_GetPresentSize(
194 static HRESULT WINAPI WineDXGIBackend_QueryInterface(
  /external/chromium_org/tools/measure_page_load_time/ie_bho/
MeasurePageLoadTimeBHO.h 57 HRESULT FinalConstruct()
  /external/chromium_org/tools/set_default_handler/
set_default_handler_main.cc 53 HRESULT result = S_OK;
63 printf("failed with HRESULT: %0x08X\n", result);
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_drag_drop_client_win.cc 40 HRESULT result = DoDragDrop(
  /external/chromium_org/win8/metro_driver/ime/
input_scope.cc 77 HRESULT hr = CComObject<InputScopeImpl>::CreateInstance(&object);
  /external/lzma/CPP/7zip/Archive/7z/
7zUpdate.h 72 HRESULT Update(
  /external/lzma/CPP/7zip/Archive/Common/
MultiStream.cpp 44 HRESULT result = s.Stream->Read(data, size, &size);
97 HRESULT Flush();
101 HRESULT COutVolumeStream::Flush()
  /external/lzma/CPP/7zip/Common/
InBuffer.cpp 62 HRESULT result = _stream->Read(_bufferBase, _bufferSize, &numProcessedBytes);
  /external/lzma/CPP/7zip/Compress/
CopyCoder.cpp 61 HRESULT CopyStream(ISequentialInStream *inStream, ISequentialOutStream *outStream, ICompressProgressInfo *progress)
PpmdDecoder.h 39 HRESULT CodeSpec(Byte *memStream, UInt32 size);
  /external/lzma/CPP/7zip/UI/Common/
Extract.h 66 HRESULT DecompressArchives(
Extract.cpp 18 static HRESULT DecompressArchive(
66 HRESULT res = ::GetLastError();
86 HRESULT result;
102 HRESULT DecompressArchives(
190 HRESULT result = archiveLink.Open2(codecs, formatIndices2, options.StdInMode, NULL, arcPath, openCallback);
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11.cpp 172 virtual HRESULT STDMETHODCALLTYPE Map(
185 virtual HRESULT STDMETHODCALLTYPE GetData(
224 HRESULT STDMETHODCALLTYPE GalliumD3D11DeviceCreate(struct pipe_screen* screen, struct pipe_context* context, BOOL owns_context, unsigned creation_flags, IDXGIAdapter* adapter, ID3D11Device** ppDevice)
233 HRESULT STDMETHODCALLTYPE GalliumD3D10DeviceCreate1(struct pipe_screen* screen, struct pipe_context* context, BOOL owns_context, unsigned creation_flags, IDXGIAdapter* adapter, ID3D10Device1** ppDevice)
  /external/mesa3d/src/gallium/state_trackers/d3d1x/winedlls/dxgi/
dxgi_dll.c 61 static HRESULT STDMETHODCALLTYPE WineDXGIBackend_BeginPresent(
143 static HRESULT STDMETHODCALLTYPE WineDXGIBackend_TestPresent(
163 static HRESULT STDMETHODCALLTYPE WineDXGIBackend_GetPresentSize(
194 static HRESULT WINAPI WineDXGIBackend_QueryInterface(
  /external/qemu/audio/
dsound_template.h 50 HRESULT hr;
73 HRESULT hr;
155 HRESULT hr;
183 HRESULT hr;
  /external/lzma/CPP/7zip/UI/Console/
Main.cpp 231 HRESULT result = codecs->Load();
322 HRESULT res = codecs->GetCodecId(j, id);
343 HRESULT res = CrcBenchCon((FILE *)stdStream, options.NumIterations, options.NumThreads, options.DictionarySize);
356 HRESULT res;
417 HRESULT result = DecompressArchives(
467 HRESULT result = ListArchives(
521 HRESULT result = UpdateArchive(codecs,
List.cpp 178 HRESULT Init(IInArchive *archive);
181 HRESULT PrintItemInfo(const CArc &arc, UInt32 index, bool techMode);
182 HRESULT PrintSummaryInfo(UInt64 numFiles, UInt64 numDirs,
218 HRESULT CFieldPrinter::Init(IInArchive *archive)
285 HRESULT CFieldPrinter::PrintItemInfo(const CArc &arc, UInt32 index, bool techMode)
368 HRESULT CFieldPrinter::PrintSummaryInfo(UInt64 numFiles, UInt64 numDirs,
416 HRESULT ListArchives(CCodecs *codecs, const CIntVector &formatIndices,
462 HRESULT result = archiveLink.Open2(codecs, formatIndices, stdInMode, NULL, archiveName, &openCallback);
580 HRESULT res = arc.GetItemPath(i, filePath);
  /external/chromium_org/media/video/capture/win/
video_capture_device_win.cc 27 HRESULT GetDeviceFilter(const VideoCaptureDevice::Name& device_name,
32 HRESULT hr = dev_enum.CreateInstance(CLSID_SystemDeviceEnum, NULL,
90 HRESULT hr = ks_property.QueryFrom(pin);
104 HRESULT GetPin(IBaseFilter* filter, PIN_DIRECTION pin_dir, REFGUID category,
108 HRESULT hr = filter->EnumPins(pin_emum.Receive());
201 HRESULT hr = dev_enum.CreateInstance(CLSID_SystemDeviceEnum, NULL,
293 HRESULT hr = GetDeviceFilter(device_name_, capture_filter_.Receive());
369 HRESULT hr = output_capture_pin_.QueryInterface(stream_config.Receive());
454 HRESULT hr = media_control_->Stop();
487 HRESULT hr = output_capture_pin_.QueryInterface(stream_config.Receive())
    [all...]
  /external/webrtc/src/system_wrappers/source/
cpu_win.cc 229 HRESULT hr = CoCreateInstance(CLSID_WbemLocator, NULL,
255 HRESULT hr = CoCreateInstance(CLSID_WbemRefresher, NULL,
312 HRESULT hr = wbem_enum_->GetObjects(0L, number_of_objects_,
378 HRESULT hr = CoInitializeEx(NULL,COINIT_MULTITHREADED);
470 HRESULT hr = wbem_enum_->GetObjects(0L, number_of_objects_,
  /external/chromium_org/content/browser/accessibility/
accessibility_win_browsertest.cc 55 HRESULT hr = parent->get_accChild(*var, dispatch.Receive());
65 HRESULT QueryIAccessible2(IAccessible* accessible, IAccessible2** accessible2) {
69 HRESULT hr = accessible->QueryInterface(service_provider.Receive());
102 HRESULT hr = node->get_accChildCount(&child_count);
171 HRESULT hr = AccessibleObjectFromWindow(
309 HRESULT hr = accessible->get_accName(childid_self, name.Receive());
324 HRESULT hr = accessible->get_accRole(childid_self, role.Receive());
333 HRESULT hr = QueryIAccessible2(accessible, accessible2.Receive());
349 HRESULT hr = accessible->get_accRole(childid_self, role.Receive());
369 HRESULT hr = accessible->get_accState(childid_self, state.Receive())
    [all...]
  /external/chromium_org/chrome_frame/
utils.cc 131 HRESULT UtilRegisterTypeLib(HINSTANCE tlb_instance,
136 HRESULT hr = AtlLoadTypeLib(tlb_instance, index, &path, &type_lib);
143 HRESULT UtilUnRegisterTypeLib(HINSTANCE tlb_instance,
148 HRESULT hr = AtlLoadTypeLib(tlb_instance, index, &path, &type_lib);
155 HRESULT UtilRegisterTypeLib(LPCWSTR typelib_path,
162 HRESULT hr = ::LoadTypeLib(typelib_path, &type_lib);
172 HRESULT UtilUnRegisterTypeLib(LPCWSTR typelib_path,
175 HRESULT hr = ::LoadTypeLib(typelib_path, &type_lib);
182 HRESULT UtilRegisterTypeLib(ITypeLib* typelib,
186 typedef HRESULT(WINAPI *RegisterTypeLibPrototype)(ITypeLib FAR* type_lib
    [all...]
  /external/chromium/chrome/browser/accessibility/
accessibility_win_browsertest.cc 115 HRESULT hr = parent->get_accChild(CreateI4Variant(V_I4(var)), &dispatch);
125 HRESULT QueryIAccessible2(IAccessible* accessible, IAccessible2** accessible2) {
129 HRESULT hr = accessible->QueryInterface(service_provider.Receive());
146 HRESULT hr = child->get_uniqueID(&unique_id);
204 HRESULT hr = AccessibleObjectFromWindow(
257 HRESULT hr =
273 HRESULT hr =
281 HRESULT hr =
295 HRESULT hr =
304 HRESULT hr = parent->get_accChildCount(&child_count)
    [all...]
  /external/chromium_org/chrome_frame/test/
ie_event_sink.cc 232 HRESULT IEEventSink::Attach(IWebBrowser2* browser) {
233 HRESULT result = E_INVALIDARG;
434 HRESULT hr = web_browser2_->get_Document(doc.Receive());
489 HRESULT IEEventSink::LaunchIEAndNavigate(const std::wstring& navigate_url,
492 HRESULT hr = LaunchIEAsComServer(web_browser2_.Receive());
514 HRESULT IEEventSink::Navigate(const std::wstring& navigate_url) {
519 HRESULT hr = S_OK;
525 HRESULT IEEventSink::CloseWebBrowser() {
613 HRESULT hr = new_browser.CreateInstance(CLSID_InternetExplorer, NULL,
691 HRESULT hr = new_browser.CreateInstance(CLSID_InternetExplorer, NULL
    [all...]

Completed in 709 milliseconds

<<11121314151617181920>>