Home
last modified time | relevance | path

Searched defs:hr (Results 1 - 25 of 143) sorted by relevance

123456

/third_party/skia/src/utils/win/
H A DSkHRESULT.cpp13 void SkTraceHR(const char* file, unsigned long line, HRESULT hr, const char* msg) { in SkTraceHR() argument
H A DSkDWrite.cpp36 HRESULT hr = HRESULT_FROM_WIN32(GetLastError()); in create_dwrite_factory() local
125 HRESULT hr = HRESULT_FROM_WIN32(GetLastError()); in SkGetGetUserDefaultLocaleNameProc() local
/third_party/skia/src/gpu/d3d/
H A DGrD3DCommandSignature.cpp28 HRESULT hr = gpu->device()->CreateCommandSignature(&commandSigDesc, nullptr, in Make() local
H A DGrD3DRootSignature.cpp96 HRESULT hr = D3D12SerializeRootSignature(&rootDesc, D3D_ROOT_SIGNATURE_VERSION_1_0, in Make() local
H A DGrD3DAMDMemoryAllocator.cpp19 HRESULT hr = D3D12MA::CreateAllocator(&allocatorDesc, &allocator); in Make() local
39 HRESULT hr = fAllocator->CreateResource(&allocationDesc, resourceDesc, in createResource() local
56 HRESULT hr = fAllocator->CreateAliasingResource(alloc->fAllocation, localOffset, resourceDesc, in createAliasingResource() local
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
H A DDebug.cpp46 CheckHResult(HRESULT hr, const char *function, unsigned line) in CheckHResult() argument
H A DAdapter.cpp234 HRESULT hr = OpenAdapterCommon(pOpenData); in OpenAdapter10_2() local
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_dxgi.c95 HRESULT hr = CreateDXGIFactory2(flags, &IID_IDXGIFactory4, (void **)&factory); in dxgi_get_factory() local
/third_party/python/Tools/msi/bundle/bootstrap/
H A Dpythonba.cpp46 HRESULT hr = S_OK; in BootstrapperApplicationCreate() local
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DAdapterDiscoveryTests.cpp108 HRESULT hr = ::CreateDXGIFactory2(0, IID_PPV_ARGS(&dxgiFactory)); in TEST() local
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dvertexbuffer9.c42 HRESULT hr; in NineVertexBuffer9_ctor() local
H A Dindexbuffer9.c43 HRESULT hr; in NineIndexBuffer9_ctor() local
H A Dresource9.c45 HRESULT hr; in NineResource9_ctor() local
H A Dvertexshader9.c43 HRESULT hr; in NineVertexShader9_ctor() local
218 HRESULT hr; NineVertexShader9_GetVariant() local
260 HRESULT hr; NineVertexShader9_GetVariantProcessVertices() local
[all...]
H A Dpixelshader9.c41 HRESULT hr; in NinePixelShader9_ctor() local
192 HRESULT hr; in NinePixelShader9_GetVariant() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DDeviceD3D.cpp56 HRESULT hr = in initialize() local
/third_party/toybox/toys/pending/
H A Ddumpleases.c65 unsigned dt, hr, m; in dumpleases_main() local
/third_party/ffmpeg/libavdevice/
H A Ddshow_crossbar.c67 HRESULT hr; in setup_crossbar_options() local
150 HRESULT hr; ff_dshow_try_setup_crossbar_options() local
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dcaltztst.cpp183 CalendarTimeZoneTest::date(int32_t y, int32_t m, int32_t d, int32_t hr, int32_t min, int32_t sec) in date() argument
221 CalendarTimeZoneTest::dateToFields(UDate date, int32_t& y, int32_t& m, int32_t& d, int32_t& hr, int32_t& min, int32_t& sec) in dateToFields() argument
/third_party/node/deps/v8/tools/v8windbg/src/
H A Djs-stack.cc87 HRESULT hr = in PopulateFrameData() local
[all...]
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_video_enc.cpp77 HRESULT hr = pD3D12Enc->m_pD3D12Screen->dev->GetDeviceRemovedReason(); in d3d12_video_encoder_flush() local
[all...]
H A Dd3d12_video_texture_array_dpb_manager.cpp53 HRESULT hr = m_pDevice->CreateCommittedResource(&Properties, in create_reconstructed_picture_allocations() local
H A Dd3d12_video_array_of_textures_dpb_manager.cpp50 HRESULT hr = m_pDevice->CreateCommittedResource(&Properties, in create_reconstructed_picture_allocations() local
/third_party/skia/third_party/externals/imgui/examples/example_win32_directx9/
H A Dmain.cpp202 HRESULT hr = g_pd3dDevice->Reset(&g_d3dpp); in ResetDevice() local
/third_party/skia/src/ports/
H A DSkImageGeneratorWIC.cpp52 HRESULT hr = CoCreateInstance(CLSID_WICImagingFactory, nullptr, CLSCTX_INPROC_SERVER, in MakeFromEncodedWIC() local
177 HRESULT hr = fImagingFactory->CreateFormatConverter(&formatConverter); onGetPixels() local
[all...]

Completed in 8 milliseconds

123456