Searched refs:CreateDepthStencilView (Results 1 – 15 of 15) sorted by relevance
/aosp_15_r20/external/mesa3d/src/gallium/frontends/d3d10umd/ |
H A D | OutputMerger.h | 59 void APIENTRY CreateDepthStencilView(
|
H A D | Device.cpp | 232 pDeviceFuncs->pfnCreateDepthStencilView = CreateDepthStencilView; in CreateDevice()
|
H A D | OutputMerger.cpp | 278 CreateDepthStencilView( in CreateDepthStencilView() function
|
/aosp_15_r20/external/skia/src/gpu/ganesh/d3d/ |
H A D | GrD3DCpuDescriptorManager.cpp | 33 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/ |
D | d3d11_4.h | 148 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);
|
D | d3d10_1.h | 861 HRESULT (STDMETHODCALLTYPE *CreateDepthStencilView)( 1086 …cilView(This,pResource,pDesc,ppDepthStencilView) (This)->lpVtbl->CreateDepthStencilView(This,pReso… 1346 return This->lpVtbl->CreateDepthStencilView(This,pResource,pDesc,ppDepthStencilView);
|
D | d3d11_2.h | 1739 HRESULT (STDMETHODCALLTYPE *CreateDepthStencilView)( 2018 …cilView(This,pResource,pDesc,ppDepthStencilView) (This)->lpVtbl->CreateDepthStencilView(This,pReso… 2098 return This->lpVtbl->CreateDepthStencilView(This,pResource,pDesc,ppDepthStencilView);
|
D | d3d10.h | 4583 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);
|
D | d3d10.idl | 1530 HRESULT CreateDepthStencilView(
|
D | d3d11_1.h | 3765 HRESULT (STDMETHODCALLTYPE *CreateDepthStencilView)( 4017 …cilView(This,pResource,pDesc,ppDepthStencilView) (This)->lpVtbl->CreateDepthStencilView(This,pReso… 4092 return This->lpVtbl->CreateDepthStencilView(This,pResource,pDesc,ppDepthStencilView);
|
D | d3d11_3.h | 4613 HRESULT (STDMETHODCALLTYPE *CreateDepthStencilView)( 4960 …cilView(This,pResource,pDesc,ppDepthStencilView) (This)->lpVtbl->CreateDepthStencilView(This,pReso… 5052 return This->lpVtbl->CreateDepthStencilView(This,pResource,pDesc,ppDepthStencilView);
|
D | d3d11.h | 10239 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);
|
D | d3d11.idl | 3661 HRESULT CreateDepthStencilView(
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_surface.cpp | 147 screen->dev->CreateDepthStencilView(d3d12_resource_resource(res), &desc, in initialize_dsv()
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
H A D | ResourceManager11.cpp | 147 return device->CreateDepthStencilView(resource, desc, resourceOut); in CreateResource()
|