HomeSort by relevance Sort by last modified time
    Searched defs:test_draw_op (Results 1 - 2 of 2) sorted by null

  /external/skia/tests/
ProcessorTest.cpp 279 void test_draw_op(GrRenderTargetContext* rtc, std::unique_ptr<GrFragmentProcessor> fp, function
408 test_draw_op(rtc.get(), std::move(fp), inputTexture);
542 test_draw_op(rtc.get(), std::move(fp), inputTexture);
547 test_draw_op(rtc.get(), std::move(clone), inputTexture);
  /external/skqp/tests/
ProcessorTest.cpp 279 void test_draw_op(GrRenderTargetContext* rtc, std::unique_ptr<GrFragmentProcessor> fp, function
408 test_draw_op(rtc.get(), std::move(fp), inputTexture);
541 test_draw_op(rtc.get(), std::move(fp), inputTexture);
546 test_draw_op(rtc.get(), std::move(clone), inputTexture);

Completed in 486 milliseconds