OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gNextID
(Results
1 - 3
of
3
) sorted by null
/external/skia/src/core/
SkPicture.cpp
42
static uint32_t
gNextID
= 1;
45
uint32_t next = sk_atomic_fetch_add(&
gNextID
, 1u);
SkTextBlob.cpp
196
static int32_t
gNextID
= 1;
200
id = sk_atomic_inc(&
gNextID
);
/external/skia/src/gpu/
GrContext.cpp
51
static int32_t
gNextID
= 1;
55
id = sk_atomic_inc(&
gNextID
);
Completed in 82 milliseconds