Searched refs:getCategoryGroupEnabled (Results 1 – 18 of 18) 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);
49 uint8_t* SkEventTracingCategories::getCategoryGroupEnabled(const char* name) { in getCategoryGroupEnabled() function in SkEventTracingCategories
40 const uint8_t* getCategoryGroupEnabled(const char* name) override;
67 const uint8_t* SkATrace::getCategoryGroupEnabled(const char* name) { in getCategoryGroupEnabled() function in SkATrace
49 SkEventTracer::GetInstance()->getCategoryGroupEnabled
54 virtual const uint8_t* getCategoryGroupEnabled(const char* name) = 0;
31 const uint8_t* getCategoryGroupEnabled(const char* name) override { in getCategoryGroupEnabled() function in SkDefaultEventTracer