Searched refs:getCategoryGroupEnabled (Results 1 – 12 of 12) sorted by relevance
36 const uint8_t* getCategoryGroupEnabled(const char* name) override { in getCategoryGroupEnabled() function37 return fCategories.getCategoryGroupEnabled(name); in getCategoryGroupEnabled()
41 const uint8_t* getCategoryGroupEnabled(const char* name) override { in getCategoryGroupEnabled() function42 return fCategories.getCategoryGroupEnabled(name); in getCategoryGroupEnabled()
26 uint8_t* getCategoryGroupEnabled(const char* name);
76 uint8_t* SkEventTracingCategories::getCategoryGroupEnabled(const char* name) { in getCategoryGroupEnabled() function in SkEventTracingCategories
40 const uint8_t* getCategoryGroupEnabled(const char* name) override;
160 const uint8_t* SkPerfettoTrace::getCategoryGroupEnabled(const char* name) { in getCategoryGroupEnabled() function in SkPerfettoTrace161 return fCategories.getCategoryGroupEnabled(name); in getCategoryGroupEnabled()
70 const uint8_t* SkATrace::getCategoryGroupEnabled(const char* name) { in getCategoryGroupEnabled() function in SkATrace
91 SkEventTracer::GetInstance()->getCategoryGroupEnabled
62 virtual const uint8_t* getCategoryGroupEnabled(const char* name) = 0;
32 const uint8_t* getCategoryGroupEnabled(const char* name) override { in getCategoryGroupEnabled() function in SkDefaultEventTracer
150 return SkEventTracer::GetInstance()->getCategoryGroupEnabled(category_group); in ANGLE_getTraceCategoryEnabledFlag()