Home
last modified time | relevance | path

Searched refs:createOp_TestingOnly (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/src/gpu/ops/
DGrSmallPathRenderer.h53 static std::unique_ptr<GrDrawOp> createOp_TestingOnly(GrRecordingContext*,
DGrSmallPathRenderer.cpp947 std::unique_ptr<GrDrawOp> GrSmallPathRenderer::createOp_TestingOnly( in createOp_TestingOnly() function in GrSmallPathRenderer
989 return GrSmallPathRenderer::createOp_TestingOnly( in GR_DRAW_OP_TEST_DEFINE()
/third_party/flutter/skia/src/gpu/text/
DGrTextContext.h51 std::unique_ptr<GrDrawOp> createOp_TestingOnly(GrRecordingContext*,
DGrTextContext.cpp263 return gTextContext->createOp_TestingOnly(context, gTextContext.get(), rtc.get(), in GR_DRAW_OP_TEST_DEFINE()
/third_party/flutter/skia/tests/
DDrawOpAtlasTest.cpp206 std::unique_ptr<GrDrawOp> op = textContext->createOp_TestingOnly( in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/third_party/flutter/skia/src/core/
DSkGlyphRunPainter.cpp934 std::unique_ptr<GrDrawOp> GrTextContext::createOp_TestingOnly(GrRecordingContext* context, in createOp_TestingOnly() function in GrTextContext