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

  /external/skia/tools/lua/
paths.lua 15 draws = 0
69 draws = draws + 1
115 io.write("draws = draws + ", draws, "\n");
count_reduced_clipstacks.lua 68 io.write("\n-------\n", array[i].name, tostring(array[i].data.drawCnt), " draws, ", tostring(array[i].data.instanceCnt), " instances.\n")
79 -- io.write("\n-------\n", k, tostring(v.drawCnt), " draws, ", tostring(v.instanceCnt), " instances.\n")
  /external/skia/src/gpu/effects/
GrDashingEffect.cpp 370 // rectangles. We preserve all of this work in the rects / draws arrays below. Then we
374 SkSTArray<kNumStackDashes, DashDraw, true> draws; variable
382 DashDraw& draw = draws.push_back(args);
580 if (!draws[i].fLineDone) {
583 draws[i].fStartOffset, draws[i].fDevBloatX,
584 draws[i].fDevBloatY, draws[i].fLineLength,
585 draws[i].fHalfDevStroke, draws[i].fIntervals[0]
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pt_vsplit.c 56 ushort draws[MAP_SIZE]; member in struct:vsplit_frontend::__anon18969
98 vsplit->cache.draws[hash] = vsplit->cache.num_fetch_elts;
105 vsplit->draw_elts[vsplit->cache.num_draw_elts++] = vsplit->cache.draws[hash];
  /external/skia/src/gpu/
GrBatchFlushState.h 55 /** Inserts an upload to be executred after all batches in the flush prepared their draws
56 but before the draws are executed to the backend 3D API. */
67 /** The current token advances once for every contiguous set of uninterrupted draws prepared
75 any draws for any batch in the current flush execute. */
82 /** This is called after each batch has a chance to prepare its draws and before the draws
124 * GrDrawBatch instances use this object to allocate space for their geometry and to issue the draws
159 draws. */
165 GrVertexBatch::DrawArray* draws = this->vertexBatch()->fDrawArrays.addToTail(); local
166 draws->fPrimitiveProcessor.reset(primProc)
    [all...]
  /external/deqp/modules/egl/
teglPartialUpdateTests.cpp 149 vector<DrawCommand> draws; member in struct:deqp::egl::__anon9242::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::__anon9215::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::__anon9255::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/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/src/gpu/batches/
GrAAConvexPathRenderer.cpp 355 DrawArray* draws,
358 Draw* draw = &draws->push_back();
380 draw = &draws->push_back();
924 SkSTArray<kPreallocDrawCnt, Draw, true> draws; variable
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas     [all...]

Completed in 766 milliseconds