Home
last modified time | relevance | path

Searched refs:D3D11_PRIMITIVE_TOPOLOGY (Results 1 – 16 of 16) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DStateManager11.h250 void setPrimitiveTopology(D3D11_PRIMITIVE_TOPOLOGY primitiveTopology);
417 bool setPrimitiveTopologyInternal(D3D11_PRIMITIVE_TOPOLOGY primitiveTopology);
565 D3D11_PRIMITIVE_TOPOLOGY mCurrentPrimitiveTopology;
DBlit11.h134 D3D11_PRIMITIVE_TOPOLOGY *outTopology);
DBlit11.cpp388 D3D11_PRIMITIVE_TOPOLOGY *outTopology) in Write2DVertices()
414 D3D11_PRIMITIVE_TOPOLOGY *outTopology) in Write3DVertices()
853 D3D11_PRIMITIVE_TOPOLOGY topology; in swizzleTexture()
980 D3D11_PRIMITIVE_TOPOLOGY topology; in copyTexture()
1084 D3D11_PRIMITIVE_TOPOLOGY topology; in copyDepth()
DStateManager11.cpp2328 void StateManager11::setPrimitiveTopology(D3D11_PRIMITIVE_TOPOLOGY primitiveTopology) in setPrimitiveTopology()
2336 bool StateManager11::setPrimitiveTopologyInternal(D3D11_PRIMITIVE_TOPOLOGY primitiveTopology) in setPrimitiveTopologyInternal()
3826 D3D11_PRIMITIVE_TOPOLOGY primitiveTopology = D3D11_PRIMITIVE_TOPOLOGY_UNDEFINED; in syncPrimitiveTopology()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DStateManager11.h270 void setPrimitiveTopology(D3D11_PRIMITIVE_TOPOLOGY primitiveTopology);
439 bool setPrimitiveTopologyInternal(D3D11_PRIMITIVE_TOPOLOGY primitiveTopology);
593 D3D11_PRIMITIVE_TOPOLOGY mCurrentPrimitiveTopology;
DBlit11.h134 D3D11_PRIMITIVE_TOPOLOGY *outTopology);
DBlit11.cpp392 D3D11_PRIMITIVE_TOPOLOGY *outTopology) in Write2DVertices()
418 D3D11_PRIMITIVE_TOPOLOGY *outTopology) in Write3DVertices()
857 D3D11_PRIMITIVE_TOPOLOGY topology; in swizzleTexture()
984 D3D11_PRIMITIVE_TOPOLOGY topology; in copyTexture()
1088 D3D11_PRIMITIVE_TOPOLOGY topology; in copyDepth()
DStateManager11.cpp2397 void StateManager11::setPrimitiveTopology(D3D11_PRIMITIVE_TOPOLOGY primitiveTopology) in setPrimitiveTopology()
2405 bool StateManager11::setPrimitiveTopologyInternal(D3D11_PRIMITIVE_TOPOLOGY primitiveTopology) in setPrimitiveTopologyInternal()
3913 D3D11_PRIMITIVE_TOPOLOGY primitiveTopology = D3D11_PRIMITIVE_TOPOLOGY_UNDEFINED; in syncPrimitiveTopology()
/third_party/flutter/skia/third_party/externals/imgui/examples/
Dimgui_impl_dx11.cpp152 D3D11_PRIMITIVE_TOPOLOGY PrimitiveTopology; in ImGui_ImplDX11_RenderDrawData()
/third_party/skia/third_party/externals/imgui/backends/
Dimgui_impl_dx11.cpp215 D3D11_PRIMITIVE_TOPOLOGY PrimitiveTopology; in ImGui_ImplDX11_RenderDrawData()
/third_party/mingw-w64/mingw-w64-headers/direct-x/include/
Dd3d11_2.h315 D3D11_PRIMITIVE_TOPOLOGY Topology);
658 D3D11_PRIMITIVE_TOPOLOGY *pTopology);
1274 …eviceContext2_IASetPrimitiveTopology(ID3D11DeviceContext2* This,D3D11_PRIMITIVE_TOPOLOGY Topology)…
1451 …eviceContext2_IAGetPrimitiveTopology(ID3D11DeviceContext2* This,D3D11_PRIMITIVE_TOPOLOGY *pTopolog…
Dd3d11_3.h1434 D3D11_PRIMITIVE_TOPOLOGY Topology);
1777 D3D11_PRIMITIVE_TOPOLOGY *pTopology);
2411 …eviceContext3_IASetPrimitiveTopology(ID3D11DeviceContext3* This,D3D11_PRIMITIVE_TOPOLOGY Topology)…
2588 …eviceContext3_IAGetPrimitiveTopology(ID3D11DeviceContext3* This,D3D11_PRIMITIVE_TOPOLOGY *pTopolog…
3106 D3D11_PRIMITIVE_TOPOLOGY Topology);
3449 D3D11_PRIMITIVE_TOPOLOGY *pTopology);
4097 …eviceContext4_IASetPrimitiveTopology(ID3D11DeviceContext4* This,D3D11_PRIMITIVE_TOPOLOGY Topology)…
4274 …eviceContext4_IAGetPrimitiveTopology(ID3D11DeviceContext4* This,D3D11_PRIMITIVE_TOPOLOGY *pTopolog…
Dd3d11.idl26 typedef D3D_PRIMITIVE_TOPOLOGY D3D11_PRIMITIVE_TOPOLOGY;
2742 [in] D3D11_PRIMITIVE_TOPOLOGY Topology);
2966 [out] D3D11_PRIMITIVE_TOPOLOGY *pTopology);
Dd3d11_1.h747 D3D11_PRIMITIVE_TOPOLOGY Topology);
1090 D3D11_PRIMITIVE_TOPOLOGY *pTopology);
1629 …eviceContext1_IASetPrimitiveTopology(ID3D11DeviceContext1* This,D3D11_PRIMITIVE_TOPOLOGY Topology)…
1806 …eviceContext1_IAGetPrimitiveTopology(ID3D11DeviceContext1* This,D3D11_PRIMITIVE_TOPOLOGY *pTopolog…
Dd3d11.h361 typedef D3D_PRIMITIVE_TOPOLOGY D3D11_PRIMITIVE_TOPOLOGY; typedef
6107 D3D11_PRIMITIVE_TOPOLOGY Topology) = 0;
6392 D3D11_PRIMITIVE_TOPOLOGY *pTopology) = 0;
6686 D3D11_PRIMITIVE_TOPOLOGY Topology);
7029 D3D11_PRIMITIVE_TOPOLOGY *pTopology);
7403 …1DeviceContext_IASetPrimitiveTopology(ID3D11DeviceContext* This,D3D11_PRIMITIVE_TOPOLOGY Topology)…
7580 …1DeviceContext_IAGetPrimitiveTopology(ID3D11DeviceContext* This,D3D11_PRIMITIVE_TOPOLOGY *pTopolog…
/third_party/flutter/skia/third_party/externals/sdl/src/render/direct3d11/
DSDL_render_d3d11.c2496 D3D11_PRIMITIVE_TOPOLOGY primitiveTopology, in D3D11_RenderFinishDrawOp()