Home
last modified time | relevance | path

Searched refs:SetViewport (Results 1 – 23 of 23) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DViewportTests.cpp71 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/
DCommands.cpp166 case Command::SetViewport: { in FreeCommands()
325 case Command::SetViewport: in SkipCommand()
DCommands.h61 SetViewport, enumerator
DRenderPassEncoder.cpp198 SetViewportCmd* cmd = allocator->Allocate<SetViewportCmd>(Command::SetViewport); in APISetViewport()
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
DDynamicStateCommandValidationTests.cpp34 pass.SetViewport(x, y, width, height, minDepth, maxDepth); in TestViewportCall()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DSecondaryCommandBuffer.cpp119 case CommandID::SetViewport: in GetCommandString()
546 case CommandID::SetViewport: in executeCommands()
DSecondaryCommandBuffer.h83 SetViewport, enumerator
1468 SetViewportParams *paramStruct = initCommand<SetViewportParams>(CommandID::SetViewport); in setViewport()
/third_party/vk-gl-cts/external/amber/src/src/
Dpipeline_data.h173 void SetViewport(const Viewport& v) { in SetViewport() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DBlit9.cpp627 device->SetViewport(&vp); in setViewportAndShaderConstants()
722 device->SetViewport(&mockVp); in saveState()
DSwapChain9.cpp323 device->SetViewport(&viewport); in swapRect()
DStateManager9.cpp456 mRenderer9->getDevice()->SetViewport(&dxViewport); in setViewportState()
DRenderer9.cpp3190 mDevice->SetViewport(&viewport); in clearRenderTarget()
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
DGPURenderPassEncoder.cpp40 enc_.SetViewport(x, y, width, height, minDepth, maxDepth); in setViewport()
/third_party/skia/third_party/externals/imgui/backends/
Dimgui_impl_dx9.cpp85 bd->pd3dDevice->SetViewport(&vp); in ImGui_ImplDX9_SetupRenderState()
/third_party/mesa3d/include/D3D9/
Dd3d9.h205 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/
Dradv_sqtt_layer.c706 API_MARKER(SetViewport, commandBuffer, firstViewport, viewportCount, pViewports); in sqtt_CmdSetViewport()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
Dmtl_command_buffer.mm50 PROC(SetViewport) \
1427 mCommands.push(CmdType::SetViewport).push(viewport);
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DCommandBufferVk.cpp1240 case Command::SetViewport: { in RecordRenderPass()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DCommandBufferD3D12.cpp1569 case Command::SetViewport: { in RecordRenderPass()
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DCommandBufferGL.cpp1293 case Command::SetViewport: { in ExecuteRenderPass()
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DCommandBufferMTL.mm1473 case Command::SetViewport: {
/third_party/vk-gl-cts/external/amber/src/src/amberscript/
Dparser.cc1034 pipeline->GetPipelineData()->SetViewport(vp); in ParsePipelineViewport()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp161314 void SetViewport(const CSSRect& aViewport) in SetViewport() function