Searched defs:PathTestStruct (Results 1 – 1 of 1) sorted by relevance
904 struct GrSmallPathRenderer::PathTestStruct { struct in GrSmallPathRenderer905 PathTestStruct() : fContextID(SK_InvalidGenID), fAtlas(nullptr) {} in PathTestStruct() argument906 ~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