Home
last modified time | relevance | path

Searched refs:rect_ (Results 1 – 10 of 10) sorted by relevance

/external/webrtc/webrtc/modules/desktop_capture/
Ddesktop_region.h75 const DesktopRect& rect() const { return rect_; } in rect()
88 DesktopRect rect_; variable
Ddesktop_region.cc565 rect_ = DesktopRect::MakeLTRB(row_span_->left, row_->second->top, in UpdateCurrentRect()
/external/deqp/framework/referencerenderer/
DrrRenderState.hpp322 explicit ViewportState (const WindowRectangle& rect_) in ViewportState()
323 : rect (rect_) in ViewportState()
/external/deqp/modules/egl/
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()
DteglSwapBuffersWithDamageTests.cpp101 DrawCommand (DrawType drawType_, const ColoredRect& rect_);
106 DrawCommand::DrawCommand (DrawType drawType_, const ColoredRect& rect_) in DrawCommand() argument
108 , rect (rect_) in DrawCommand()
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()
/external/webp/src/mux/
Danim_encode.c781 FrameRect rect_; member
797 candidate->rect_ = *rect; in EncodeCandidate()
1044 enc->prev_rect_ = candidates[i].rect_; // save for next frame. in PickBestCandidate()
/external/deqp/modules/gles2/functional/
Des2fDepthStencilTests.cpp174 ClearCommand (const rr::WindowRectangle& rect_, in ClearCommand()
178 : rect (rect_) in ClearCommand()
/external/deqp/modules/gles3/functional/
Des3fDepthStencilTests.cpp174 ClearCommand (const rr::WindowRectangle& rect_, in ClearCommand()
178 : rect (rect_) in ClearCommand()
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.hpp2708 ClearRect( Rect2D rect_ = Rect2D(), uint32_t baseArrayLayer_ = 0, uint32_t layerCount_ = 0 ) in ClearRect()
2709 : rect( rect_ ) in ClearRect()
2726 ClearRect& setRect( Rect2D rect_ ) in setRect()
2728 rect = rect_; in setRect()