HomeSort by relevance Sort by last modified time
    Searched refs:SK_DECLARE_STATIC_ONCE (Results 1 - 8 of 8) sorted by null

  /external/skia/tests/
OnceTest.cpp 16 SK_DECLARE_STATIC_ONCE(st_once);
30 SK_DECLARE_STATIC_ONCE(mt_once);
46 SK_DECLARE_STATIC_ONCE(noarg_once);
  /external/skia/src/core/
SkGlobalInitialization_core.cpp 56 SK_DECLARE_STATIC_ONCE(once);
SkOpts.cpp 143 SK_DECLARE_STATIC_ONCE(gInitOnce);
SkTaskGroup.cpp 30 SK_DECLARE_STATIC_ONCE(g_query_num_cores_once);
  /external/skia/include/private/
SkOnce.h 15 // SkOnce.h defines SK_DECLARE_STATIC_ONCE and SkOnce(), which you can use
23 // SK_DECLARE_STATIC_ONCE(once);
34 #define SK_DECLARE_STATIC_ONCE(name) namespace {} static SkOnceFlag name
  /external/skia/src/utils/win/
SkDWrite.cpp 46 SK_DECLARE_STATIC_ONCE(once);
  /external/skia/include/gpu/
GrResourceKey.h 293 #define GR_DECLARE_STATIC_UNIQUE_KEY(name) SK_DECLARE_STATIC_ONCE(name##_once)
  /external/skia/src/gpu/gl/command_buffer/
SkCommandBufferGLContext.cpp 133 SK_DECLARE_STATIC_ONCE(loadCommandBufferOnce);

Completed in 229 milliseconds