Searched refs:createOp_TestingOnly (Results 1 – 12 of 12) sorted by relevance
/external/skqp/src/gpu/ops/ |
D | GrSmallPathRenderer.h | 53 static std::unique_ptr<GrDrawOp> createOp_TestingOnly(GrContext*,
|
D | GrSmallPathRenderer.cpp | 942 std::unique_ptr<GrDrawOp> GrSmallPathRenderer::createOp_TestingOnly( in createOp_TestingOnly() function in GrSmallPathRenderer 982 return GrSmallPathRenderer::createOp_TestingOnly( in GR_DRAW_OP_TEST_DEFINE()
|
/external/skia/src/gpu/ops/ |
D | GrSmallPathRenderer.h | 53 static std::unique_ptr<GrDrawOp> createOp_TestingOnly(GrRecordingContext*,
|
D | GrSmallPathRenderer.cpp | 944 std::unique_ptr<GrDrawOp> GrSmallPathRenderer::createOp_TestingOnly( in createOp_TestingOnly() function in GrSmallPathRenderer 984 return GrSmallPathRenderer::createOp_TestingOnly( in GR_DRAW_OP_TEST_DEFINE()
|
/external/skqp/src/gpu/text/ |
D | GrTextContext.h | 50 std::unique_ptr<GrDrawOp> createOp_TestingOnly(GrContext*,
|
D | GrTextContext.cpp | 247 return gTextContext->createOp_TestingOnly(context, gTextContext.get(), rtc.get(), in GR_DRAW_OP_TEST_DEFINE()
|
/external/skia/src/gpu/text/ |
D | GrTextContext.h | 51 std::unique_ptr<GrDrawOp> createOp_TestingOnly(GrRecordingContext*,
|
D | GrTextContext.cpp | 264 return gTextContext->createOp_TestingOnly(context, gTextContext.get(), rtc.get(), in GR_DRAW_OP_TEST_DEFINE()
|
/external/skia/tests/ |
D | DrawOpAtlasTest.cpp | 208 std::unique_ptr<GrDrawOp> op = textContext->createOp_TestingOnly( in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
/external/skqp/tests/ |
D | DrawOpAtlasTest.cpp | 208 std::unique_ptr<GrDrawOp> op = textContext->createOp_TestingOnly( in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
/external/skia/src/core/ |
D | SkGlyphRunPainter.cpp | 943 std::unique_ptr<GrDrawOp> GrTextContext::createOp_TestingOnly(GrRecordingContext* context, in createOp_TestingOnly() function in GrTextContext
|
/external/skqp/src/core/ |
D | SkGlyphRunPainter.cpp | 876 std::unique_ptr<GrDrawOp> GrTextContext::createOp_TestingOnly(GrContext* context, in createOp_TestingOnly() function in GrTextContext
|