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

  /external/deqp/modules/egl/
teglRenderTests.cpp 144 void randomizeDrawOp (de::Random& rnd, DrawPrimitiveOp& drawOp, const bool alphaZeroOrOne)
160 drawOp.type = (PrimitiveType)rnd.getInt(0, PRIMITIVETYPE_LAST-1);
161 drawOp.count = rnd.getInt(minPrimitives, maxPrimitives);
162 drawOp.blend = (BlendMode)rnd.getInt(0, BLENDMODE_LAST-1);
163 drawOp.depth = (DepthMode)rnd.getInt(0, DEPTHMODE_LAST-1);
164 drawOp.stencil = (StencilMode)rnd.getInt(0, STENCILMODE_LAST-1);
165 drawOp.stencilRef = rnd.getInt(minStencilRef, maxStencilRef);
167 if (drawOp.type == PRIMITIVETYPE_TRIANGLE)
169 drawOp.positions.resize(drawOp.count*3)
    [all...]
  /cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
SweepTests.java 102 protected void sweepModifiersForMask(int mask, final DisplayModifier drawOp,
116 if (drawOp != null) {
117 drawOp.modifyDrawing(paint, canvas);
  /external/skia/tests/
OnFlushCallbackTest.cpp 380 std::unique_ptr<GrDrawOp> drawOp(NonAARectOp::Make(std::move(paint),
382 rtc->priv().testingOnly_addDrawOp(std::move(drawOp));
  /external/skqp/tests/
OnFlushCallbackTest.cpp 376 std::unique_ptr<GrDrawOp> drawOp(NonAARectOp::Make(std::move(paint),
378 rtc->priv().testingOnly_addDrawOp(std::move(drawOp));
  /external/skia/src/core/
SkPictureRecord.cpp 282 DrawType drawOp = peek_op_and_size(&fWriter, -offset, &opSize);
283 SkASSERT(SAVE == drawOp || SAVE_LAYER_SAVELAYERREC == drawOp);
  /external/skqp/src/core/
SkPictureRecord.cpp 282 DrawType drawOp = peek_op_and_size(&fWriter, -offset, &opSize);
283 SkASSERT(SAVE == drawOp || SAVE_LAYER_SAVELAYERREC == drawOp);

Completed in 801 milliseconds