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.cpp931 struct GrSmallPathRenderer::PathTestStruct { struct in GrSmallPathRenderer
932 PathTestStruct() : fContextID(SK_InvalidGenID), fAtlas(nullptr) {} in PathTestStruct() argument
933 ~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