Home
last modified time | relevance | path

Searched refs:GetTLS (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/gpu/
DGrEffect.cpp44 static GrMemoryPool* GetTLS() { in GetTLS() function in GrEffect_Globals
69 return GrEffect_Globals::GetTLS()->allocate(size); in operator new()
73 GrEffect_Globals::GetTLS()->release(target); in operator delete()
96 return GrEffect_Globals::GetTLS()->allocate(size); in operator new()
100 GrEffect_Globals::GetTLS()->release(target); in operator delete()
/external/chromium_org/third_party/skia/src/gpu/
DGrProcessor.cpp37 static GrMemoryPool* GetTLS() { in GetTLS() function in GrProcessor_Globals
73 return GrProcessor_Globals::GetTLS()->allocate(size); in operator new()
77 GrProcessor_Globals::GetTLS()->release(target); in operator delete()
/external/skia/src/core/
DSkGlyphCache_Globals.h95 static SkGlyphCache_Globals& GetTLS() { in GetTLS() function
DSkGlyphCache.cpp764 SkGlyphCache_Globals::GetTLS().setCacheSizeLimit(bytes); in SetTLSFontCacheLimit()
/external/chromium_org/third_party/skia/src/core/
DSkGlyphCache_Globals.h95 static SkGlyphCache_Globals& GetTLS() { in GetTLS() function
DSkGlyphCache.cpp747 SkGlyphCache_Globals::GetTLS().setCacheSizeLimit(bytes); in SetTLSFontCacheLimit()