Home
last modified time | relevance | path

Searched refs:SetInstance (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/include/utils/
H A DSkEventTracer.h14 // that event to SkEventTracer::SetInstance.
27 * If this is the first call to SetInstance or GetInstance then the passed instance is
31 static bool SetInstance(SkEventTracer*);
34 * Gets the event tracer. If this is the first call to SetInstance or GetIntance then a default
/third_party/skia/src/utils/
H A DSkEventTracer.cpp45 bool SkEventTracer::SetInstance(SkEventTracer* tracer) { in SetInstance() function in SkEventTracer
/third_party/skia/tools/trace/
H A DEventTracingPriv.cpp48 SkAssertResult(SkEventTracer::SetInstance(eventTracer)); in initializeEventTracingForTools()
/third_party/skia/src/sksl/
H A DSkSLThreadContext.h187 static void SetInstance(std::unique_ptr<ThreadContext> instance);
H A DSkSLThreadContext.cpp199 void ThreadContext::SetInstance(std::unique_ptr<ThreadContext> newInstance) { in SetInstance() function in SkSL::ThreadContext
/third_party/skia/src/sksl/dsl/
H A DDSLCore.cpp44 ThreadContext::SetInstance(std::make_unique<ThreadContext>(compiler, kind, settings, in Start()
50 ThreadContext::SetInstance(std::make_unique<ThreadContext>(compiler, kind, settings, in StartModule()
57 ThreadContext::SetInstance(nullptr); in End()

Completed in 4 milliseconds