| /third_party/NuttX/drivers/video/ |
| H A D | fb.c | 509 struct nxgl_rect_s rect; in fb_ioctl() local
|
| /third_party/mesa3d/include/android_stub/system/ |
| H A D | camera.h | 254 int32_t rect[4]; member
|
| /third_party/mesa3d/src/amd/vulkan/ |
| H A D | radv_meta_copy.c | 125 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 D | svga_pipe_clear.c | 132 SVGA3dRect rect = { 0, 0, 0, 0 }; in try_clear() local [all...] |
| H A D | svga_state_framebuffer.c | 405 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 D | tri.cpp | 72 RECT rect = {0, 0, WindowWidth, WindowHeight}; in main() local
|
| /third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
| H A D | lp_rast_debug.c | 216 const struct lp_rast_rectangle *rect = arg.rectangle; in debug_rectangle() local
|
| H A D | lp_setup_vbuf.c | 146 rect(struct lp_setup_context *setup, in rect() function
|
| H A D | lp_setup_analysis.c | 122 rect(struct lp_setup_context *setup, in rect() function
|
| /third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv50_transfer.c | 10 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 D | vktDynamicStateClearTests.cpp | 184 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 D | vktPipelineEarlyDestroyTests.cpp | 286 const VkClearRect rect = in testEarlyDestroy() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/ |
| H A D | vktDynamicStateClearTests.cpp | 183 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 D | SwapChain9.cpp | 160 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 D | DXGISwapChainWindowSurfaceWGL.cpp | 94 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 D | global_state.cpp | 259 RECT rect; in DebuggerWaitDialogProc() local 264 ::GetWindowRect(GetDesktopWindow(), &rect); in DebuggerWaitDialogProc() local
|
| /third_party/skia/src/core/ |
| H A D | SkWriteBuffer.cpp | 115 void SkBinaryWriteBuffer::writeIRect(const SkIRect& rect) { in writeIRect() argument 119 void SkBinaryWriteBuffer::writeRect(const SkRect& rect) { in writeRect() argument
|
| H A D | SkImageFilter_Base.h | 140 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 D | SkGlyphRunPainter.cpp | 153 SkRect rect = glyph->rect(); in drawForBitmapDevice() local
|
| H A D | SkSpecialImage.cpp | 142 static bool rect_fits(const SkIRect& rect, int width, int height) { in rect_fits() argument [all...] |
| /third_party/skia/src/effects/ |
| H A D | SkDashPathEffect.cpp | 48 static void outset_for_stroke(SkRect* rect, const SkStrokeRec& rec) { in outset_for_stroke() argument
|
| /third_party/skia/src/gpu/geometry/ |
| H A D | GrShape.h | 66 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 D | GrQuad.h | 47 explicit GrQuad(const SkRect& rect) in GrQuad() argument [all...] |
| /third_party/skia/samplecode/ |
| H A D | SampleFilterBounds.cpp | 31 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 D | GrSurfaceProxy.cpp | 342 auto rect = SkIRect::MakeSize(src->dimensions()); in Copy() local
|