OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fGenID
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/skia/include/gpu/
GrCacheable.h
54
,
fGenID
(0) {}
68
mutable uint32_t
fGenID
;
/external/skia/include/gpu/
GrCacheable.h
54
,
fGenID
(0) {}
68
mutable uint32_t
fGenID
;
/external/chromium_org/third_party/skia/src/utils/
SkPictureUtils.cpp
26
if (
fGenID
.find(genID) < 0) {
28
*
fGenID
.append() = genID;
37
SkTDArray<uint32_t>
fGenID
;
/external/skia/src/utils/
SkPictureUtils.cpp
26
if (
fGenID
.find(genID) < 0) {
28
*
fGenID
.append() = genID;
37
SkTDArray<uint32_t>
fGenID
;
/external/chromium_org/third_party/skia/include/core/
SkClipStack.h
117
int32_t getGenID() const { SkASSERT(kInvalidGenID !=
fGenID
); return
fGenID
; }
206
int
fGenID
;
234
fGenID
= kInvalidGenID;
/external/skia/include/core/
SkClipStack.h
117
int32_t getGenID() const { SkASSERT(kInvalidGenID !=
fGenID
); return
fGenID
; }
206
int
fGenID
;
234
fGenID
= kInvalidGenID;
/external/chromium_org/third_party/skia/src/core/
SkScaledImageCache.cpp
63
:
fGenID
(genID)
67
fHash = compute_hash(&
fGenID
, 7);
71
const uint32_t* a = &
fGenID
;
72
const uint32_t* b = &other.
fGenID
;
96
uint32_t
fGenID
;
/external/skia/src/core/
SkScaledImageCache.cpp
63
:
fGenID
(genID)
67
fHash = compute_hash(&
fGenID
, 7);
71
const uint32_t* a = &
fGenID
;
72
const uint32_t* b = &other.
fGenID
;
96
uint32_t
fGenID
;
/external/chromium_org/third_party/skia/src/pipe/
SkGPipePriv.h
166
,
fGenID
(genID)
203
uint32_t
fGenID
;
/external/skia/src/pipe/
SkGPipePriv.h
166
,
fGenID
(genID)
203
uint32_t
fGenID
;
Completed in 1633 milliseconds