OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fAtlasGeneration
(Results
1 - 3
of
3
) sorted by null
/external/skia/src/gpu/text/
GrAtlasTextBlob.h
331
* To determine if regeneration is necessary,
fAtlasGeneration
is used. If there have been
361
:
fAtlasGeneration
(GrBatchAtlas::kInvalidAtlasGeneration)
377
,
fAtlasGeneration
(that.
fAtlasGeneration
)
396
void setAtlasGeneration(uint64_t atlasGeneration) {
fAtlasGeneration
= atlasGeneration;}
397
uint64_t atlasGeneration() const { return
fAtlasGeneration
; }
452
uint64_t
fAtlasGeneration
;
/external/skia/src/gpu/
GrBatchAtlas.cpp
142
,
fAtlasGeneration
(kInvalidAtlasGeneration + 1) {
226
fAtlasGeneration
++;
262
fAtlasGeneration
++;
GrBatchAtlas.h
59
uint64_t atlasGeneration() const { return
fAtlasGeneration
; }
254
uint64_t
fAtlasGeneration
;
Completed in 39 milliseconds