Searched defs:PathTestStruct (Results 1 – 1 of 1) sorted by relevance
931 struct GrSmallPathRenderer::PathTestStruct { struct in GrSmallPathRenderer932 PathTestStruct() : fContextID(SK_InvalidGenID), fAtlas(nullptr) {} in PathTestStruct() argument933 ~PathTestStruct() { this->reset(); } in ~PathTestStruct()935 void reset() { in reset()948 static void HandleEviction(GrDrawOpAtlas::AtlasID id, void* pr) { in HandleEviction()964 uint32_t fContextID;988 using PathTestStruct = GrSmallPathRenderer::PathTestStruct; in GR_DRAW_OP_TEST_DEFINE() argument