Home
last modified time | relevance | path

Searched defs:rect (Results 751 - 775 of 1455) sorted by relevance

1...<<31323334353637383940>>...59

/third_party/NuttX/drivers/video/
H A Dfb.c509 struct nxgl_rect_s rect; in fb_ioctl() local
/third_party/mesa3d/include/android_stub/system/
H A Dcamera.h254 int32_t rect[4]; member
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_meta_copy.c125 struct radv_meta_blit2d_rect rect = { in copy_buffer_to_image() local
274 struct radv_meta_blit2d_rect rect = { in copy_image_to_buffer() local
490 struct radv_meta_blit2d_rect rect = { copy_image() local
[all...]
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_clear.c132 SVGA3dRect rect = { 0, 0, 0, 0 }; in try_clear() local
[all...]
H A Dsvga_state_framebuffer.c405 SVGA3dRect rect; in get_viewport_prescale() local
714 SVGA3dRect rect; emit_viewport() local
799 SVGASignedRect rect[SVGA3D_DX_MAX_VIEWPORTS]; emit_scissor_rect() local
812 SVGA3dRect rect; emit_scissor_rect() local
[all...]
/third_party/mesa3d/src/gallium/targets/d3d10sw/tests/
H A Dtri.cpp72 RECT rect = {0, 0, WindowWidth, WindowHeight}; in main() local
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_rast_debug.c216 const struct lp_rast_rectangle *rect = arg.rectangle; in debug_rectangle() local
H A Dlp_setup_vbuf.c146 rect(struct lp_setup_context *setup, in rect() function
H A Dlp_setup_analysis.c122 rect(struct lp_setup_context *setup, in rect() function
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_transfer.c10 struct nv50_m2mf_rect rect[2]; member
16 nv50_m2mf_rect_setup(struct nv50_m2mf_rect *rect, in nv50_m2mf_rect_setup() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateClearTests.cpp184 const vk::VkClearRect rect = { { { 0, 0 }, { WIDTH, HEIGHT } }, 0, 1 }; in command() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineEarlyDestroyTests.cpp286 const VkClearRect rect = in testEarlyDestroy() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/
H A DvktDynamicStateClearTests.cpp183 const vk::VkClearRect rect = { { { 0, 0 }, { WIDTH, HEIGHT } }, 0, 1 }; in command() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A DSwapChain9.cpp160 RECT rect = {0, 0, mWidth, mHeight}; in reset() local
346 RECT rect = {static_cast<LONG>(x), static_cast<LONG>(mHeight - y - height), in swapRect() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/
H A DDXGISwapChainWindowSurfaceWGL.cpp94 RECT rect; in initialize() local
160 RECT rect = {static_cast<LONG>(x), static_cast<LONG>(mHeight - y - height), in postSubBuffer() local
343 RECT rect; in checkForResize() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dglobal_state.cpp259 RECT rect; in DebuggerWaitDialogProc() local
264 ::GetWindowRect(GetDesktopWindow(), &rect); in DebuggerWaitDialogProc() local
/third_party/skia/src/core/
H A DSkWriteBuffer.cpp115 void SkBinaryWriteBuffer::writeIRect(const SkIRect& rect) { in writeIRect() argument
119 void SkBinaryWriteBuffer::writeRect(const SkRect& rect) { in writeRect() argument
H A DSkImageFilter_Base.h140 explicit CropRect(const SkRect* rect) in CropRect() argument
146 const SkRect& rect() const { return fRect; } in rect() function in SkImageFilter_Base::CropRect
[all...]
H A DSkGlyphRunPainter.cpp153 SkRect rect = glyph->rect(); in drawForBitmapDevice() local
H A DSkSpecialImage.cpp142 static bool rect_fits(const SkIRect& rect, int width, int height) { in rect_fits() argument
[all...]
/third_party/skia/src/effects/
H A DSkDashPathEffect.cpp48 static void outset_for_stroke(SkRect* rect, const SkStrokeRec& rec) { in outset_for_stroke() argument
/third_party/skia/src/gpu/geometry/
H A DGrShape.h66 explicit GrShape(const SkRect& rect) { this->setRect(rect); } in GrShape() argument
133 SkRect& rect() { SkASSERT(this->isRect()); return fRect; } in rect() function in GrShape
134 const SkRect& rect() const { SkASSERT(this->isRect()); return fRect; } in rect() function in GrShape
158 setRect(const SkRect& rect) setRect() argument
[all...]
H A DGrQuad.h47 explicit GrQuad(const SkRect& rect) in GrQuad() argument
[all...]
/third_party/skia/samplecode/
H A DSampleFilterBounds.cpp31 static float print_size(SkCanvas* canvas, const char* prefix, const SkIRect& rect, in print_size() argument
88 static SkPath create_axis_path(const SkRect& rect, float axisSpace) { in create_axis_path() argument
126 draw_scale_factors(SkCanvas* canvas, const skif::Mapping& mapping, const SkRect& rect) draw_scale_factors() argument
[all...]
/third_party/skia/src/gpu/
H A DGrSurfaceProxy.cpp342 auto rect = SkIRect::MakeSize(src->dimensions()); in Copy() local

Completed in 17 milliseconds

1...<<31323334353637383940>>...59