Home
last modified time | relevance | path

Searched refs:CreateDepthStencilView (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/frontends/d3d10umd/
H A DOutputMerger.h59 void APIENTRY CreateDepthStencilView(
H A DDevice.cpp232 pDeviceFuncs->pfnCreateDepthStencilView = CreateDepthStencilView; in CreateDevice()
H A DOutputMerger.cpp278 CreateDepthStencilView( in CreateDepthStencilView() function
/aosp_15_r20/external/skia/src/gpu/ganesh/d3d/
H A DGrD3DCpuDescriptorManager.cpp33 gpu->device()->CreateDepthStencilView(textureResource, nullptr, descriptor.fHandle); in createDepthStencilView()
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dd3d11_4.h148 HRESULT (STDMETHODCALLTYPE *CreateDepthStencilView)(
505 …cilView(This,pResource,pDesc,ppDepthStencilView) (This)->lpVtbl->CreateDepthStencilView(This,pReso…
600 return This->lpVtbl->CreateDepthStencilView(This,pResource,pDesc,ppDepthStencilView);
867 HRESULT (STDMETHODCALLTYPE *CreateDepthStencilView)(
1238 …cilView(This,pResource,pDesc,ppDepthStencilView) (This)->lpVtbl->CreateDepthStencilView(This,pReso…
1336 return This->lpVtbl->CreateDepthStencilView(This,pResource,pDesc,ppDepthStencilView);
Dd3d10_1.h861 HRESULT (STDMETHODCALLTYPE *CreateDepthStencilView)(
1086 …cilView(This,pResource,pDesc,ppDepthStencilView) (This)->lpVtbl->CreateDepthStencilView(This,pReso…
1346 return This->lpVtbl->CreateDepthStencilView(This,pResource,pDesc,ppDepthStencilView);
Dd3d11_2.h1739 HRESULT (STDMETHODCALLTYPE *CreateDepthStencilView)(
2018 …cilView(This,pResource,pDesc,ppDepthStencilView) (This)->lpVtbl->CreateDepthStencilView(This,pReso…
2098 return This->lpVtbl->CreateDepthStencilView(This,pResource,pDesc,ppDepthStencilView);
Dd3d10.h4583 virtual HRESULT STDMETHODCALLTYPE CreateDepthStencilView(
5113 HRESULT (STDMETHODCALLTYPE *CreateDepthStencilView)(
5323 …cilView(This,pResource,pDesc,ppDepthStencilView) (This)->lpVtbl->CreateDepthStencilView(This,pReso…
5579 return This->lpVtbl->CreateDepthStencilView(This,pResource,pDesc,ppDepthStencilView);
Dd3d10.idl1530 HRESULT CreateDepthStencilView(
Dd3d11_1.h3765 HRESULT (STDMETHODCALLTYPE *CreateDepthStencilView)(
4017 …cilView(This,pResource,pDesc,ppDepthStencilView) (This)->lpVtbl->CreateDepthStencilView(This,pReso…
4092 return This->lpVtbl->CreateDepthStencilView(This,pResource,pDesc,ppDepthStencilView);
Dd3d11_3.h4613 HRESULT (STDMETHODCALLTYPE *CreateDepthStencilView)(
4960 …cilView(This,pResource,pDesc,ppDepthStencilView) (This)->lpVtbl->CreateDepthStencilView(This,pReso…
5052 return This->lpVtbl->CreateDepthStencilView(This,pResource,pDesc,ppDepthStencilView);
Dd3d11.h10239 virtual HRESULT STDMETHODCALLTYPE CreateDepthStencilView(
10461 HRESULT (STDMETHODCALLTYPE *CreateDepthStencilView)(
10670 …cilView(This,pResource,pDesc,ppDepthStencilView) (This)->lpVtbl->CreateDepthStencilView(This,pReso…
10737 return This->lpVtbl->CreateDepthStencilView(This,pResource,pDesc,ppDepthStencilView);
Dd3d11.idl3661 HRESULT CreateDepthStencilView(
/aosp_15_r20/external/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_surface.cpp147 screen->dev->CreateDepthStencilView(d3d12_resource_resource(res), &desc, in initialize_dsv()
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/
H A DResourceManager11.cpp147 return device->CreateDepthStencilView(resource, desc, resourceOut); in CreateResource()