HomeSort by relevance Sort by last modified time
    Searched refs:draws (Results 1 - 25 of 28) sorted by null

1 2

  /external/skia/tools/lua/
paths.lua 15 draws = 0
69 draws = draws + 1
115 io.write("draws = draws + ", draws, "\n");
  /external/skqp/tools/lua/
paths.lua 15 draws = 0
69 draws = draws + 1
115 io.write("draws = draws + ", draws, "\n");
  /external/curl/docs/cmdline-opts/
progress-bar.d 8 This progress bar draws a single line of '#' characters across the screen and
  /external/skia/src/gpu/ops/
GrDashOp.cpp 404 // rectangles. We preserve all of this work in the rects / draws arrays below. Then we
408 SkSTArray<kNumStackDashes, DashDraw, true> draws; variable
416 DashDraw& draw = draws.push_back(args);
631 if (!draws[i].fLineDone) {
634 draws[i].fStartOffset, draws[i].fDevBloatX,
635 draws[i].fDevBloatY, draws[i].fLineLength,
636 draws[i].fHalfDevStroke, draws[i].fIntervals[0]
    [all...]
GrAAConvexPathRenderer.cpp 356 DrawArray* draws,
359 Draw* draw = &draws->push_back();
381 draw = &draws->push_back();
912 SkSTArray<kPreallocDrawCnt, Draw, true> draws; variable
    [all...]
  /external/skqp/src/gpu/ops/
GrDashOp.cpp 404 // rectangles. We preserve all of this work in the rects / draws arrays below. Then we
408 SkSTArray<kNumStackDashes, DashDraw, true> draws; variable
416 DashDraw& draw = draws.push_back(args);
631 if (!draws[i].fLineDone) {
634 draws[i].fStartOffset, draws[i].fDevBloatX,
635 draws[i].fDevBloatY, draws[i].fLineLength,
636 draws[i].fHalfDevStroke, draws[i].fIntervals[0]
    [all...]
GrAAConvexPathRenderer.cpp 356 DrawArray* draws,
359 Draw* draw = &draws->push_back();
381 draw = &draws->push_back();
912 SkSTArray<kPreallocDrawCnt, Draw, true> draws; variable
    [all...]
  /external/tensorflow/tensorflow/python/ops/distributions/
categorical.py 269 draws = random_ops.multinomial(
271 draws = array_ops.reshape(
272 array_ops.transpose(draws),
274 return math_ops.cast(draws, self.dtype)
dirichlet_multinomial.py 41 sampling `self.total_count` draws from this Dirichlet-Multinomial distribution,
42 the number of draws falling in class `j` is `n_j`. Since this definition is
262 draws = random_ops.multinomial(
266 x = math_ops.reduce_sum(array_ops.one_hot(draws, depth=k), -2)
  /external/deqp/modules/egl/
teglPartialUpdateTests.cpp 149 vector<DrawCommand> draws; member in struct:deqp::egl::__anon18263::Frame
176 dst.draws.push_back(drawCommand);
248 for (size_t drawNdx = 0; drawNdx < frame.draws.size(); drawNdx++)
250 const ColoredRect& coloredRect = frame.draws[drawNdx].rect;
252 if (frame.draws[drawNdx].drawType == PartialUpdateTest::DRAWTYPE_GLES2_RENDER)
302 else if (frame.draws[drawNdx].drawType == PartialUpdateTest::DRAWTYPE_GLES2_CLEAR)
332 for (size_t drawNdx = 0; drawNdx < frame.draws.size(); drawNdx++)
334 const ColoredRect& coloredRect = frame.draws[drawNdx].rect;
335 if (frame.draws[drawNdx].drawType == PartialUpdateTest::DRAWTYPE_GLES2_RENDER || frame.draws[drawNdx].drawType == PartialUpdateTest::DRAWTYPE_GLES2_CLEAR
    [all...]
teglBufferAgeTests.cpp 161 vector<DrawCommand> draws; member in struct:deqp::egl::__anon18234::Frame
188 (*dst).draws.push_back(drawCommand);
260 for (size_t drawNdx = 0; drawNdx < frame.draws.size(); drawNdx++)
262 const ColoredRect& coloredRect = frame.draws[drawNdx].rect;
263 if (frame.draws[drawNdx].drawType == BufferAgeTest::DRAWTYPE_GLES2_RENDER)
313 else if (frame.draws[drawNdx].drawType == BufferAgeTest::DRAWTYPE_GLES2_CLEAR)
343 for (size_t drawNdx = 0; drawNdx < frame.draws.size(); drawNdx++)
345 const ColoredRect& coloredRect = frame.draws[drawNdx].rect;
346 if (frame.draws[drawNdx].drawType == BufferAgeTest::DRAWTYPE_GLES2_RENDER || frame.draws[drawNdx].drawType == BufferAgeTest::DRAWTYPE_GLES2_CLEAR
    [all...]
teglSwapBuffersWithDamageTests.cpp 117 vector<DrawCommand> draws; member in struct:deqp::egl::__anon18277::Frame
190 for (size_t drawNdx = 0; drawNdx < frame.draws.size(); drawNdx++)
192 const ColoredRect& coloredRect = frame.draws[drawNdx].rect;
194 if (frame.draws[drawNdx].drawType == DRAWTYPE_GLES2_RENDER)
244 else if (frame.draws[drawNdx].drawType == DRAWTYPE_GLES2_CLEAR)
661 frame.draws.push_back(drawCommand);
671 for (size_t drawNdx = 0; drawNdx < frame.draws.size(); drawNdx++)
673 const ColoredRect& rect = frame.draws[drawNdx].rect;
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pt_vsplit.c 58 ushort draws[MAP_SIZE]; member in struct:vsplit_frontend::__anon29395
99 vsplit->cache.draws[hash] = vsplit->cache.num_fetch_elts;
106 vsplit->draw_elts[vsplit->cache.num_draw_elts++] = vsplit->cache.draws[hash];
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_vbo.c 872 unsigned draws = count, pushes, i; local
874 draws = MIN2(draws, (NV04_PFIFO_MAX_PACKET_LEN - 4) / size);
877 draws = MIN2(draws, 32);
878 pushes = draws;
886 NVC0_FIFO_PKHDR_1I(0, macro, 3 + !!buf_count + draws * size));
889 PUSH_DATA(push, draws);
899 NVC0_IB_ENTRY_1_NO_PREFETCH | (size * 4 * draws));
900 offset += draws * info->indirect_stride
    [all...]
  /external/ImageMagick/www/api/
draw.php 153 <p>DrawClipPath() draws the clip path on the image mask.</p>
188 <p>DrawImage() draws a graphic primitive on your image. The primitive may be represented as a string or filename. Precede the filename with an "at" sign (@) and the contents of the file are drawn on the image. You can affect how text is drawn by setting one or more members of the draw info structure.</p>
219 <p>DrawGradientImage() draws a linear gradient on the image.</p>
250 <p>DrawPatternPath() draws a pattern.</p>
289 <p>DrawPrimitive() draws a primitive (line, rectangle, ellipse) on the image.</p>
drawing-wand.php 195 <p>DrawAnnotation() draws text on the image.</p>
230 <p>DrawArc() draws an arc falling within a specified bounding rectangle on the image.</p>
277 <p>DrawBezier() draws a bezier curve through a set of points on the image.</p>
308 <p>DrawCircle() draws a circle on the image.</p>
440 <p>DrawColor() draws color on image using the current fill color, starting at specified position, and using specified paint method. The available paint methods are:</p>
508 <p>DrawEllipse() draws an ellipse on the image.</p>
    [all...]
  /external/skia/experimental/skottie/
Skottie.cpp 599 std::vector<sk_sp<sksg::RenderNode >> draws; local
629 draws.push_back(std::move(subgroup));
654 draws.push_back(sksg::Draw::Make(std::move(geo), std::move(paint)));
672 // Emit local draws reversed (bottom->top, per spec).
673 for (auto it = draws.rbegin(); it != draws.rend(); ++it) {
677 return draws.empty() ? nullptr : shape_wrapper;
    [all...]
  /external/skqp/experimental/skottie/
Skottie.cpp 598 std::vector<sk_sp<sksg::RenderNode >> draws; local
628 draws.push_back(std::move(subgroup));
653 draws.push_back(sksg::Draw::Make(std::move(geo), std::move(paint)));
671 // Emit local draws reversed (bottom->top, per spec).
672 for (auto it = draws.rbegin(); it != draws.rend(); ++it) {
676 return draws.empty() ? nullptr : shape_wrapper;
    [all...]
  /external/tensorflow/tensorflow/python/ops/
init_ops.py 597 It draws samples from a uniform distribution within [-limit, limit]
621 It draws samples from a truncated normal distribution centered on 0
  /prebuilts/go/darwin-x86/src/image/internal/imageutil/
gen.go 52 // DrawYCbCr draws the YCbCr source image on the RGBA destination image with
impl.go 9 // DrawYCbCr draws the YCbCr source image on the RGBA destination image with
  /prebuilts/go/linux-x86/src/image/internal/imageutil/
gen.go 52 // DrawYCbCr draws the YCbCr source image on the RGBA destination image with
impl.go 9 // DrawYCbCr draws the YCbCr source image on the RGBA destination image with
  /compatibility/cdd/7_hardware-compatibility/
7_7_usb.md 23 all apps (including home screen), so that the display draws correctly when
  /prebuilts/go/darwin-x86/src/go/build/
build.go 237 // It draws from the current Go root and Go path but omits directories
    [all...]

Completed in 508 milliseconds

1 2