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/ |
D | StateManager11.h | 250 void setPrimitiveTopology(D3D11_PRIMITIVE_TOPOLOGY primitiveTopology); 417 bool setPrimitiveTopologyInternal(D3D11_PRIMITIVE_TOPOLOGY primitiveTopology); 565 D3D11_PRIMITIVE_TOPOLOGY mCurrentPrimitiveTopology;
|
D | Blit11.h | 134 D3D11_PRIMITIVE_TOPOLOGY *outTopology);
|
D | Blit11.cpp | 388 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()
|
D | StateManager11.cpp | 2328 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/ |
D | StateManager11.h | 270 void setPrimitiveTopology(D3D11_PRIMITIVE_TOPOLOGY primitiveTopology); 439 bool setPrimitiveTopologyInternal(D3D11_PRIMITIVE_TOPOLOGY primitiveTopology); 593 D3D11_PRIMITIVE_TOPOLOGY mCurrentPrimitiveTopology;
|
D | Blit11.h | 134 D3D11_PRIMITIVE_TOPOLOGY *outTopology);
|
D | Blit11.cpp | 392 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()
|
D | StateManager11.cpp | 2397 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/ |
D | imgui_impl_dx11.cpp | 152 D3D11_PRIMITIVE_TOPOLOGY PrimitiveTopology; in ImGui_ImplDX11_RenderDrawData()
|
/third_party/skia/third_party/externals/imgui/backends/ |
D | imgui_impl_dx11.cpp | 215 D3D11_PRIMITIVE_TOPOLOGY PrimitiveTopology; in ImGui_ImplDX11_RenderDrawData()
|
/third_party/mingw-w64/mingw-w64-headers/direct-x/include/ |
D | d3d11_2.h | 315 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…
|
D | d3d11_3.h | 1434 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…
|
D | d3d11.idl | 26 typedef D3D_PRIMITIVE_TOPOLOGY D3D11_PRIMITIVE_TOPOLOGY; 2742 [in] D3D11_PRIMITIVE_TOPOLOGY Topology); 2966 [out] D3D11_PRIMITIVE_TOPOLOGY *pTopology);
|
D | d3d11_1.h | 747 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…
|
D | d3d11.h | 361 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/ |
D | SDL_render_d3d11.c | 2496 D3D11_PRIMITIVE_TOPOLOGY primitiveTopology, in D3D11_RenderFinishDrawOp()
|