/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
D | ViewportTests.cpp | 71 pass.SetViewport(x, y, width, height, 0.0, 1.0); in TestViewportQuad() 126 pass.SetViewport(0, 0, 3, 1, minDepth, maxDepth); in TestViewportDepth() 195 pass.SetViewport(0.0f, 0.0f, width, height, 0.0f, 1.0f); in TEST_P()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
D | Commands.cpp | 166 case Command::SetViewport: { in FreeCommands() 325 case Command::SetViewport: in SkipCommand()
|
D | Commands.h | 61 SetViewport, enumerator
|
D | RenderPassEncoder.cpp | 198 SetViewportCmd* cmd = allocator->Allocate<SetViewportCmd>(Command::SetViewport); in APISetViewport()
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
D | DynamicStateCommandValidationTests.cpp | 34 pass.SetViewport(x, y, width, height, minDepth, maxDepth); in TestViewportCall()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | SecondaryCommandBuffer.cpp | 119 case CommandID::SetViewport: in GetCommandString() 546 case CommandID::SetViewport: in executeCommands()
|
D | SecondaryCommandBuffer.h | 83 SetViewport, enumerator 1468 SetViewportParams *paramStruct = initCommand<SetViewportParams>(CommandID::SetViewport); in setViewport()
|
/third_party/vk-gl-cts/external/amber/src/src/ |
D | pipeline_data.h | 173 void SetViewport(const Viewport& v) { in SetViewport() function
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | Blit9.cpp | 627 device->SetViewport(&vp); in setViewportAndShaderConstants() 722 device->SetViewport(&mockVp); in saveState()
|
D | SwapChain9.cpp | 323 device->SetViewport(&viewport); in swapRect()
|
D | StateManager9.cpp | 456 mRenderer9->getDevice()->SetViewport(&dxViewport); in setViewportState()
|
D | Renderer9.cpp | 3190 mDevice->SetViewport(&viewport); in clearRenderTarget()
|
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/ |
D | GPURenderPassEncoder.cpp | 40 enc_.SetViewport(x, y, width, height, minDepth, maxDepth); in setViewport()
|
/third_party/skia/third_party/externals/imgui/backends/ |
D | imgui_impl_dx9.cpp | 85 bd->pd3dDevice->SetViewport(&vp); in ImGui_ImplDX9_SetupRenderState()
|
/third_party/mesa3d/include/D3D9/ |
D | d3d9.h | 205 virtual HRESULT WINAPI SetViewport(const D3DVIEWPORT9 *pViewport) = 0; 793 HRESULT (WINAPI *SetViewport)(IDirect3DDevice9 *This, const D3DVIEWPORT9 *pViewport); 920 #define IDirect3DDevice9_SetViewport(p,a) (p)->lpVtbl->SetViewport(p,a) 1044 HRESULT (WINAPI *SetViewport)(IDirect3DDevice9Ex *This, const D3DVIEWPORT9 *pViewport); 1187 #define IDirect3DDevice9Ex_SetViewport(p,a) (p)->lpVtbl->SetViewport(p,a)
|
/third_party/mesa3d/src/amd/vulkan/layers/ |
D | radv_sqtt_layer.c | 706 API_MARKER(SetViewport, commandBuffer, firstViewport, viewportCount, pViewports); in sqtt_CmdSetViewport()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
D | mtl_command_buffer.mm | 50 PROC(SetViewport) \ 1427 mCommands.push(CmdType::SetViewport).push(viewport);
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | CommandBufferVk.cpp | 1240 case Command::SetViewport: { in RecordRenderPass()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
D | CommandBufferD3D12.cpp | 1569 case Command::SetViewport: { in RecordRenderPass()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
D | CommandBufferGL.cpp | 1293 case Command::SetViewport: { in ExecuteRenderPass()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/ |
D | CommandBufferMTL.mm | 1473 case Command::SetViewport: {
|
/third_party/vk-gl-cts/external/amber/src/src/amberscript/ |
D | parser.cc | 1034 pipeline->GetPipelineData()->SetViewport(vp); in ParsePipelineViewport()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 161314 void SetViewport(const CSSRect& aViewport) in SetViewport() function
|