OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kNumPlotsY
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/
GrLayerCache.h
219
static const int
kNumPlotsY
= 2;
222
static const int kPlotHeight = kAtlasTextureHeight /
kNumPlotsY
;
246
int fPlotLocks[kNumPlotsX *
kNumPlotsY
];
GrLayerCache.cpp
98
textureSize, kNumPlotsX,
kNumPlotsY
, false)));
260
int plotLocks[kNumPlotsX *
kNumPlotsY
];
294
for (int i = 0; i < kNumPlotsX*
kNumPlotsY
; ++i) {
Completed in 35 milliseconds