Home
last modified time | relevance | path

Searched defs:Draw (Results 1 – 25 of 153) sorted by relevance

1234567

/aosp_15_r20/external/skia/src/gpu/graphite/
H A DDrawList.h94 struct Draw { struct
96 DrawParams fDrawParams; // The DrawParam's transform is owned by fTransforms of the DrawList argument
99 Draw(const Renderer* renderer, const Transform& transform, const Geometry& geometry, in Draw() argument
/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DGrOpFlushState.h309 struct Draw { struct
333 SkArenaAllocList<Draw> fDraws; argument
/aosp_15_r20/prebuilts/go/linux-x86/src/image/draw/
Ddraw.go55 func (op Op) Draw(dst Image, r image.Rectangle, src image.Image, sp image.Point) { func
63 Draw(dst Image, r image.Rectangle, src image.Image, sp image.Point) methodSpec
72 func (floydSteinberg) Draw(dst Image, r image.Rectangle, src image.Image, sp image.Point) { func
110 func Draw(dst Image, r image.Rectangle, src image.Image, sp image.Point, op Op) { func
/aosp_15_r20/external/skia/src/gpu/ganesh/ops/
H A DAAConvexPathRenderer.cpp408 struct Draw { struct
409 Draw() : fVertexCnt(0), fIndexCnt(0) {} in Draw() function
410 int fVertexCnt;
411 int fIndexCnt;
/aosp_15_r20/external/webrtc/rtc_tools/rtc_event_log_visualizer/
H A Dplot_protobuf.cc25 void ProtobufPlot::Draw() {} in Draw() function in webrtc::ProtobufPlot
33 void ProtobufPlotCollection::Draw() { in Draw() function in webrtc::ProtobufPlotCollection
H A Dplot_python.cc27 void PythonPlot::Draw() { in Draw() function in webrtc::PythonPlot
36 void PythonPlotCollection::Draw() { in Draw() function in webrtc::PythonPlotCollection
/aosp_15_r20/external/rust/android-crates-io/crates/plotters-backend/src/rasterizer/
Dcircle.rs9 mut draw: Draw, in draw_part_a()
34 mut draw: Draw, in draw_part_b()
49 mut draw: Draw, in draw_part_c()
/aosp_15_r20/external/rust/android-crates-io/crates/plotters/src/
Devcxr.rs40 draw: Draw, in evcxr_figure()
54 draw: Draw, in evcxr_bitmap_figure()
/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DAttributeLayoutTest.cpp461 void Draw(int firstVertex, unsigned vertexCount, const GLushort *indices) override in Draw() function in __anon4c90fb2d0111::AttributeLayoutNonIndexed
469 void Draw(int firstVertex, unsigned vertexCount, const GLushort *indices) override in Draw() function in __anon4c90fb2d0111::AttributeLayoutMemoryIndexed
478 void Draw(int firstVertex, unsigned vertexCount, const GLushort *indices) override in Draw() function in __anon4c90fb2d0111::AttributeLayoutBufferIndexed
/aosp_15_r20/external/webrtc/examples/peerconnection/client/linux/
H A Dmain_wnd.cc138 gboolean Draw(GtkWidget* widget, cairo_t* cr, gpointer data) { in Draw() function
482 void GtkMainWnd::Draw(GtkWidget* widget, cairo_t* cr) { in Draw() function in GtkMainWnd
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/draw/
H A DvktDrawOutputLocationTests.hpp32 namespace Draw namespace
H A DvktDrawPointClampTests.hpp32 namespace Draw namespace
H A DvktDrawInvertedDepthRangesTests.hpp33 namespace Draw namespace
H A DvktDrawShaderLayerTests.hpp33 namespace Draw namespace
H A DvktDrawMultiExtTests.hpp32 namespace Draw namespace
H A DvktDrawTests.hpp32 namespace Draw namespace
H A DvktDrawScissorTests.hpp33 namespace Draw namespace
H A DvktDrawShaderViewportIndexTests.hpp33 namespace Draw namespace
H A DvktBasicDrawTests.hpp33 namespace Draw namespace
H A DvktDrawShaderInvocationTests.hpp31 namespace Draw namespace
H A DvktDrawDepthBiasTests.hpp32 namespace Draw namespace
H A DvktDrawDiscardRectanglesTests.hpp33 namespace Draw namespace
H A DvktDrawMultisampleLinearInterpolationTests.hpp33 namespace Draw namespace
H A DvktDrawNegativeViewportHeightTests.hpp32 namespace Draw namespace
H A DvktDrawAhbExternalFormatResolveTests.hpp34 namespace Draw namespace

1234567