OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AtlasRow
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/effects/
GrTextureStripAtlas.h
82
struct
AtlasRow
: public SkNoncopyable {
83
AtlasRow
() : fKey(kEmptyAtlasRowKey), fLocks(0), fNext(NULL), fPrev(NULL) { }
89
AtlasRow
* fNext;
90
AtlasRow
* fPrev;
109
AtlasRow
* getLRU();
111
void appendLRU(
AtlasRow
* row);
112
void removeFromLRU(
AtlasRow
* row);
123
static bool KeyLess(const
AtlasRow
& lhs, const
AtlasRow
& rhs) {
172
// pointer to get its index in the texture, and can save storing a row number in
AtlasRow
[
all
...]
/external/skia/src/gpu/effects/
GrTextureStripAtlas.h
82
struct
AtlasRow
: public SkNoncopyable {
83
AtlasRow
() : fKey(kEmptyAtlasRowKey), fLocks(0), fNext(NULL), fPrev(NULL) { }
89
AtlasRow
* fNext;
90
AtlasRow
* fPrev;
109
AtlasRow
* getLRU();
111
void appendLRU(
AtlasRow
* row);
112
void removeFromLRU(
AtlasRow
* row);
123
static bool KeyLess(const
AtlasRow
& lhs, const
AtlasRow
& rhs) {
172
// pointer to get its index in the texture, and can save storing a row number in
AtlasRow
[
all
...]
Completed in 56 milliseconds