Home
last modified time | relevance | path

Searched refs:rect_ (Results 1 - 9 of 9) sorted by relevance

/third_party/vk-gl-cts/framework/referencerenderer/
H A DrrRenderState.hpp341 explicit ViewportState (const WindowRectangle& rect_) in ViewportState()
342 : rect (rect_) in ViewportState()
/third_party/vk-gl-cts/modules/egl/
H A DteglBufferAgeTests.cpp145 DrawCommand (const BufferAgeTest::DrawType drawType_, const ColoredRect& rect_);
150 DrawCommand::DrawCommand (const BufferAgeTest::DrawType drawType_, const ColoredRect& rect_) in DrawCommand() argument
152 , rect (rect_) in DrawCommand()
H A DteglPartialUpdateTests.cpp133 DrawCommand (const PartialUpdateTest::DrawType drawType_, const ColoredRect& rect_);
138 DrawCommand::DrawCommand (const PartialUpdateTest::DrawType drawType_, const ColoredRect& rect_) in DrawCommand() argument
140 , rect (rect_) in DrawCommand()
H A DteglSwapBuffersWithDamageTests.cpp101 DrawCommand (DrawType drawType_, const ColoredRect& rect_);
106 DrawCommand::DrawCommand (DrawType drawType_, const ColoredRect& rect_) in DrawCommand() argument
108 , rect (rect_) in DrawCommand()
/third_party/skia/third_party/externals/libwebp/src/mux/
H A Danim_encode.c779 FrameRectangle rect_; member
795 candidate->rect_ = *rect; in EncodeCandidate()
1043 enc->prev_rect_ = candidates[i].rect_; // save for next frame. in PickBestCandidate()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fDepthStencilTests.cpp174 ClearCommand (const rr::WindowRectangle& rect_, in ClearCommand()
178 : rect (rect_) in ClearCommand()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fDepthStencilTests.cpp174 ClearCommand (const rr::WindowRectangle& rect_, in ClearCommand()
178 : rect (rect_) in ClearCommand()
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_structs.hpp10879 VULKAN_HPP_CONSTEXPR ClearRect( VULKAN_HPP_NAMESPACE::Rect2D rect_ = {},
10882 : rect( rect_ )
10902 ClearRect & setRect( VULKAN_HPP_NAMESPACE::Rect2D const & rect_ ) VULKAN_HPP_NOEXCEPT
10904 rect = rect_;
[all...]
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_structs.hpp13909 VULKAN_HPP_CONSTEXPR ClearRect( VULKAN_HPP_NAMESPACE::Rect2D rect_ = {}, uint32_t baseArrayLayer_ = {}, uint32_t layerCount_ = {} ) VULKAN_HPP_NOEXCEPT
13910 : rect( rect_ )
13930 VULKAN_HPP_CONSTEXPR_14 ClearRect & setRect( VULKAN_HPP_NAMESPACE::Rect2D const & rect_ ) VULKAN_HPP_NOEXCEPT
13932 rect = rect_;
[all...]

Completed in 109 milliseconds