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