OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kNumPlotsX
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/
GrLayerCache.h
218
static const int
kNumPlotsX
= 2;
221
static const int kPlotWidth = kAtlasTextureWidth /
kNumPlotsX
;
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 2407 milliseconds