Home
last modified time | relevance | path

Searched defs:PathTestStruct (Results 1 – 1 of 1) sorted by relevance

/third_party/flutter/skia/src/gpu/ops/
DGrSmallPathRenderer.cpp904 struct GrSmallPathRenderer::PathTestStruct { struct in GrSmallPathRenderer
905 PathTestStruct() : fContextID(SK_InvalidGenID), fAtlas(nullptr) {} in PathTestStruct() argument
906 ~PathTestStruct() { this->reset(); } in ~PathTestStruct()
908 void reset() { in reset()
921 static void HandleEviction(GrDrawOpAtlas::AtlasID id, void* pr) { in HandleEviction()
937 uint32_t fContextID;
961 using PathTestStruct = GrSmallPathRenderer::PathTestStruct; in GR_DRAW_OP_TEST_DEFINE() argument