HomeSort by relevance Sort by last modified time
    Searched defs:DRAW (Results 1 - 25 of 42) sorted by null

1 2

  /external/replicaisland/src/com/replica/replicaisland/
GameComponent.java 37 DRAW, // drawing commands are scheduled.
RenderComponent.java 36 setPhase(ComponentPhases.DRAW.ordinal());
69 // to draw per frame, so I'm going to go ahead and cull early.
  /external/skia/src/core/
SkRecordDraw.cpp 22 // Draw only ops that affect pixels in the canvas's current clip.
32 SkRecords::Draw draw(canvas, drawablePicts, drawables, drawableCount);
37 // This visit call uses the SkRecords::Draw::operator() to call
39 // DRAW() macro.
40 record.visit(ops[i], draw);
43 // Draw all ops.
44 SkRecords::Draw draw(canvas, drawablePicts, drawables, drawableCount);
49 // This visit call uses the SkRecords::Draw::operator() to cal
73 template <> void Draw::draw(const NoOp&) {} function in class:SkRecords::Draw
98 template <> void Draw::draw(const DrawImageLattice& r) { function in class:SkRecords::Draw
134 template <> void Draw::draw(const DrawDrawable& r) { function in class:SkRecords::Draw
    [all...]
  /external/skqp/src/core/
SkRecordDraw.cpp 22 // Draw only ops that affect pixels in the canvas's current clip.
32 SkRecords::Draw draw(canvas, drawablePicts, drawables, drawableCount);
37 // This visit call uses the SkRecords::Draw::operator() to call
39 // DRAW() macro.
40 record.visit(ops[i], draw);
43 // Draw all ops.
44 SkRecords::Draw draw(canvas, drawablePicts, drawables, drawableCount);
49 // This visit call uses the SkRecords::Draw::operator() to cal
73 template <> void Draw::draw(const NoOp&) {} function in class:SkRecords::Draw
98 template <> void Draw::draw(const DrawImageLattice& r) { function in class:SkRecords::Draw
134 template <> void Draw::draw(const DrawDrawable& r) { function in class:SkRecords::Draw
    [all...]
  /external/mesa3d/src/gallium/drivers/freedreno/
freedreno_util.h 97 static inline uint32_t DRAW(enum pc_di_primtype prim_type,
349 * DRAW (scratch7) is enough to "triangulate" the particular
350 * draw that caused lockup.
374 * DRAW (scratch7) is enough to "triangulate" the particular
375 * draw that caused lockup.
  /external/vulkan-validation-layers/demos/smoke/
Smoke.h 77 DRAW,
  /frameworks/base/core/java/android/view/
ViewDebug.java 351 DRAW,
603 return profileViewOperation(view, () -> view.draw(canvas));
612 return profileViewOperation(view, () -> view.draw(canvas));
    [all...]
  /tools/tradefederation/core/prod-tests/src/com/android/performance/tests/
HermeticLaunchTest.java 69 DRAW("draw"),
161 mSectionOptionSet.add(AtraceSectionOptions.DRAW);
166 // If layout is added, draw should also be included
167 mSectionOptionSet.add(AtraceSectionOptions.DRAW);
543 if (sectionName.equals(AtraceSectionOptions.DRAW.toString())) {
544 // Get the first draw time for the launch
550 //Sum the multiple layout times before the first draw in this launch
553 .get(AtraceSectionOptions.DRAW.toString()).get(0).startTime;
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
context.h 29 * The DRAW_CONTEXT contains all state associated with a draw operation.
149 DRAW,
175 uint32_t numIndices; // DrawIndexed: Number of indices for draw.
176 uint32_t numVerts; // Draw: Number of verts (triangles, lines, etc)
181 uint32_t startVertex; // Draw: Starting vertex in VB to render from.
186 uint32_t startPrimID; // starting primitiveID for this draw batch
187 uint32_t startVertexID; // starting VertexID for this draw batch (only needed for non-indexed draws)
199 DRAW_WORK draw; member in union:FE_WORK::__anon30134
350 // Draw State
355 void* pPrivateState; // Its required the driver sets this up for each draw
    [all...]
  /external/python/cpython2/Lib/plat-irix5/
FL.py 62 DRAW = 0
  /external/python/cpython2/Lib/plat-irix6/
FL.py 62 DRAW = 0
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/layers/
core_validation_types.h 284 DRAW = 0,
288 DRAW_BEGIN_RANGE = DRAW,
563 uint64_t drawCount[NUM_DRAW_TYPES]; // Count of each type of draw in this CB
600 // Track images and buffers that are updated by this CB at the point of a draw
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/26.2.0-alpha16/
lint-checks-26.2.0-alpha16.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/14/
android.jar 

Completed in 400 milliseconds

1 2