OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kAtlasTextureHeight
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/
GrLayerCache.h
216
static const int
kAtlasTextureHeight
= 1024;
222
static const int kPlotHeight =
kAtlasTextureHeight
/ kNumPlotsY;
GrLayerCache.cpp
95
SkISize textureSize = SkISize::Make(kAtlasTextureWidth,
kAtlasTextureHeight
);
Completed in 131 milliseconds