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

  /external/deqp/modules/egl/
teglRenderTests.cpp 136 void randomizeDrawOp (de::Random& rnd, DrawPrimitiveOp& drawOp)
152 drawOp.type = (PrimitiveType)rnd.getInt(0, PRIMITIVETYPE_LAST-1);
153 drawOp.count = rnd.getInt(minPrimitives, maxPrimitives);
154 drawOp.blend = (BlendMode)rnd.getInt(0, BLENDMODE_LAST-1);
155 drawOp.depth = (DepthMode)rnd.getInt(0, DEPTHMODE_LAST-1);
156 drawOp.stencil = (StencilMode)rnd.getInt(0, STENCILMODE_LAST-1);
157 drawOp.stencilRef = rnd.getInt(minStencilRef, maxStencilRef);
159 if (drawOp.type == PRIMITIVETYPE_TRIANGLE)
161 drawOp.positions.resize(drawOp.count*3)
    [all...]
  /cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
SweepTests.java 359 protected void sweepModifiersForMask(int mask, final DisplayModifier drawOp,
375 if (drawOp != null) {
376 drawOp.modifyDrawing(paint, canvas);
  /external/chromium_org/third_party/skia/src/core/
SkPictureRecord.cpp 720 DrawType drawOp = peek_op_and_size(&fWriter, -offset, &opSize);
721 SkASSERT(SAVE == drawOp || SAVE_LAYER == drawOp);
    [all...]
  /external/skia/src/core/
SkPictureRecord.cpp 768 DrawType drawOp = peek_op_and_size(&fWriter, -offset, &opSize);
769 SkASSERT(SAVE == drawOp || SAVE_LAYER == drawOp);
    [all...]

Completed in 115 milliseconds