Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A 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/
H A DCommands.cpp166 case Command::SetViewport: { in FreeCommands()
325 case Command::SetViewport: in SkipCommand()
H A DCommands.h61 SetViewport, member in dawn_native::Command
H A DRenderPassEncoder.cpp198 SetViewportCmd* cmd = allocator->Allocate<SetViewportCmd>(Command::SetViewport); in APISetViewport()
208 "encoding %s.SetViewport(%f, %f, %f, %f, %f, %f).", this, x, y, width, height, minDepth, in APISetViewport()
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
H A DDynamicStateCommandValidationTests.cpp34 pass.SetViewport(x, y, width, height, minDepth, maxDepth); in TestViewportCall()
48 // Test to check basic use of SetViewport
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DSecondaryCommandBuffer.cpp119 case CommandID::SetViewport: in GetCommandString()
120 return "SetViewport"; in GetCommandString()
546 case CommandID::SetViewport: in executeCommands()
H A DSecondaryCommandBuffer.h83 SetViewport, member in rx::vk::priv::CommandID
1468 SetViewportParams *paramStruct = initCommand<SetViewportParams>(CommandID::SetViewport); in setViewport()
/third_party/vk-gl-cts/external/amber/src/src/
H A Dpipeline_data.h173 void SetViewport(const Viewport& v) { in SetViewport() function in amber::PipelineData
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
H A DGPURenderPassEncoder.cpp40 enc_.SetViewport(x, y, width, height, minDepth, maxDepth); in setViewport()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A DBlit9.cpp627 device->SetViewport(&vp); in setViewportAndShaderConstants()
722 device->SetViewport(&mockVp); in saveState()
H A DSwapChain9.cpp323 device->SetViewport(&viewport); in swapRect()
H A DStateManager9.cpp456 mRenderer9->getDevice()->SetViewport(&dxViewport); in setViewportState()
H A DRenderer9.cpp3190 mDevice->SetViewport(&viewport); in clearRenderTarget()
/third_party/skia/third_party/externals/imgui/backends/
H A Dimgui_impl_dx9.cpp85 bd->pd3dDevice->SetViewport(&vp); in ImGui_ImplDX9_SetupRenderState()
/third_party/mesa3d/src/amd/vulkan/layers/
H A Dradv_sqtt_layer.c706 API_MARKER(SetViewport, commandBuffer, firstViewport, viewportCount, pViewports); in sqtt_CmdSetViewport()
/third_party/mesa3d/include/D3D9/
H A Dd3d9.h205 virtual HRESULT WINAPI SetViewport(const D3DVIEWPORT9 *pViewport) = 0;
793 HRESULT (WINAPI *SetViewport)(IDirect3DDevice9 *This, const D3DVIEWPORT9 *pViewport); member
920 #define IDirect3DDevice9_SetViewport(p,a) (p)->lpVtbl->SetViewport(p,a)
1044 HRESULT (WINAPI *SetViewport)(IDirect3DDevice9Ex *This, const D3DVIEWPORT9 *pViewport); member
1187 #define IDirect3DDevice9Ex_SetViewport(p,a) (p)->lpVtbl->SetViewport(p,a)
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DCommandBufferVk.cpp1240 case Command::SetViewport: { in RecordRenderPass()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DCommandBufferD3D12.cpp1569 case Command::SetViewport: { in RecordRenderPass()
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
H A DCommandBufferGL.cpp1293 case Command::SetViewport: { in ExecuteRenderPass()
/third_party/vk-gl-cts/external/amber/src/src/amberscript/
H A Dparser.cc1034 pipeline->GetPipelineData()->SetViewport(vp); in ParsePipelineViewport()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 60 milliseconds