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

  /external/skia/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 389 // rectangles. We preserve all of this work in the rects / draws arrays below. Then we
393 SkSTArray<kNumStackDashes, DashDraw, true> draws; variable
401 DashDraw& draw = draws.push_back(args);
603 if (!draws[i].fLineDone) {
606 draws[i].fStartOffset, draws[i].fDevBloatX,
607 draws[i].fDevBloatY, draws[i].fLineLength,
608 draws[i].fHalfDevStroke, draws[i].fIntervals[0]
    [all...]
GrAAConvexPathRenderer.cpp 354 DrawArray* draws,
357 Draw* draw = &draws->push_back();
379 draw = &draws->push_back();
899 SkSTArray<kPreallocDrawCnt, Draw, true> draws; variable
    [all...]
  /external/deqp/modules/egl/
teglPartialUpdateTests.cpp 149 vector<DrawCommand> draws; member in struct:deqp::egl::__anon17054::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::__anon17025::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::__anon17068::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::__anon27539
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...]
  /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 28 all apps (including home screen), so that the display draws correctly when
  /prebuilts/go/darwin-x86/src/go/build/
build.go 236 // It draws from the current Go root and Go path but omits directories
    [all...]
  /prebuilts/go/linux-x86/src/go/build/
build.go 236 // It draws from the current Go root and Go path but omits directories
    [all...]
  /external/python/cpython2/Modules/
glmodule.c     [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas     [all...]

Completed in 3809 milliseconds