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

  /external/skia/src/core/
SkPicture.cpp 29 static uint32_t gNextID = 1;
32 uint32_t next = sk_atomic_fetch_add(&gNextID, 1u);
SkVertices.cpp 14 static int32_t gNextID = 1;
18 id = sk_atomic_inc(&gNextID);
SkTextBlob.cpp 282 static int32_t gNextID = 1;
286 id = sk_atomic_inc(&gNextID);
  /external/skia/src/shaders/
SkPictureShader.cpp 116 static int32_t gNextID = 1;
120 id = sk_atomic_inc(&gNextID);
  /external/skia/src/gpu/
GrContext.cpp 84 static int32_t gNextID = 1;
88 id = sk_atomic_inc(&gNextID);
    [all...]

Completed in 93 milliseconds