Searched refs:GetDesc (Results 1 - 21 of 21) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/
H A Dd3d11shader.idl158 HRESULT GetDesc(
196 HRESULT GetDesc(
211 HRESULT GetDesc(
227 HRESULT GetDesc(
H A Dd3d10shader.idl180 HRESULT GetDesc(
202 HRESULT GetDesc(
212 HRESULT GetDesc(
228 HRESULT GetDesc(
H A Ddxgi.idl177 HRESULT GetDesc(
195 HRESULT GetDesc(
248 HRESULT GetDesc(
281 HRESULT GetDesc(
H A Dd3d11.idl1366 void GetDesc(
1373 void GetDesc(
1380 void GetDesc(
1388 void GetDesc(
1410 void GetDesc(
1418 void GetDesc(
1425 void GetDesc(
1432 void GetDesc(
1447 void GetDesc(
1455 void GetDesc(
[all...]
H A Dd3d10.idl957 void GetDesc(
975 void GetDesc(
993 void GetDesc(
1011 void GetDesc(
1033 void GetDesc(
1045 void GetDesc(
1056 void GetDesc(
1069 void GetDesc(
1080 void GetDesc(
1118 void GetDesc(
[all...]
/external/swiftshader/src/D3D9/
H A DDirect3DIndexBuffer9.hpp52 long __stdcall GetDesc(D3DINDEXBUFFER_DESC *description);
H A DDirect3DSurface9.hpp56 long __stdcall GetDesc(D3DSURFACE_DESC *desc);
H A DDirect3DVertexBuffer9.hpp54 long __stdcall GetDesc(D3DVERTEXBUFFER_DESC *description);
H A DDirect3DVolume9.hpp45 long __stdcall GetDesc(D3DVOLUME_DESC *description);
H A DDirect3DIndexBuffer9.cpp143 long Direct3DIndexBuffer9::GetDesc(D3DINDEXBUFFER_DESC *description) function in class:D3D9::Direct3DIndexBuffer9
H A DDirect3DVertexBuffer9.cpp237 long Direct3DVertexBuffer9::GetDesc(D3DVERTEXBUFFER_DESC *description) function in class:D3D9::Direct3DVertexBuffer9
H A DDirect3DVolume9.cpp108 long Direct3DVolume9::GetDesc(D3DVOLUME_DESC *description) function in class:D3D9::Direct3DVolume9
H A DDirect3DCubeTexture9.cpp300 return surfaceLevel[0][level]->GetDesc(description);
H A DDirect3DTexture9.cpp253 return surfaceLevel[level]->GetDesc(description);
H A DDirect3DVolumeTexture9.cpp356 return volumeLevel[level]->GetDesc(description);
H A DDirect3DSurface9.cpp309 long Direct3DSurface9::GetDesc(D3DSURFACE_DESC *description) function in class:D3D9::Direct3DSurface9
H A DDirect3DDevice9.cpp359 depthStencil->GetDesc(&description);
415 renderTarget[index]->GetDesc(&description);
463 surface->GetDesc(&description);
1812 renderTarget->GetDesc(&sourceDescription);
1813 destSurface->GetDesc(&destinationDescription);
4102 renderTarget->GetDesc(&renderTargetDesc);
5360 sourceSurface->GetDesc(&sourceDescription);
5361 destSurface->GetDesc(&destDescription);
5399 sourceSurface->GetDesc(&sourceDescription);
5400 destinationSurface->GetDesc(
[all...]
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
H A Dd3d11_objects.h144 virtual void STDMETHODCALLTYPE GetDesc(Desc *out_desc) function in struct:GalliumD3D11DescribedObject
357 virtual void STDMETHODCALLTYPE GetDesc(Desc *out_desc) function in struct:GalliumD3D11TypedResource
526 virtual HRESULT STDMETHODCALLTYPE GetDesc( function in struct:GalliumD3D11Surface
643 virtual void STDMETHODCALLTYPE GetDesc(D3D10_SHADER_RESOURCE_VIEW_DESC *out_desc) function in struct:GalliumD3D10ShaderResourceView
699 virtual void STDMETHODCALLTYPE GetDesc( function in struct:GalliumD3D11QueryOrPredicate
732 virtual void STDMETHODCALLTYPE GetDesc( function in struct:GalliumD3D11Counter
/external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
H A Ddxgi_native.cpp344 virtual HRESULT STDMETHODCALLTYPE GetDesc( function in struct:GalliumDXGIAdapter
458 virtual HRESULT STDMETHODCALLTYPE GetDesc( function in struct:GalliumDXGIOutput
1295 virtual HRESULT STDMETHODCALLTYPE GetDesc( function in struct:GalliumDXGISwapChain
/external/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h1393 static ::std::ostream& GetDesc(::std::ostream& os) { // NOLINT function in class:testing::internal::PairMatchBase
1406 *os << "are " << GetDesc; local
1409 *os << "aren't " << GetDesc; local
/external/v8/testing/gmock/include/gmock/
H A Dgmock-matchers.h1393 static ::std::ostream& GetDesc(::std::ostream& os) { // NOLINT function in class:testing::internal::PairMatchBase
1406 *os << "are " << GetDesc; local
1409 *os << "aren't " << GetDesc; local

Completed in 239 milliseconds