HomeSort by relevance Sort by last modified time
    Searched defs:mMaxTextureSize (Results 1 - 4 of 4) sorted by null

  /frameworks/base/libs/hwui/
TextureCache.h 137 GLint mMaxTextureSize;
GradientCache.h 189 GLint mMaxTextureSize;
PathCache.h 283 if (width > mMaxTextureSize || height > mMaxTextureSize) {
285 width, height, mMaxTextureSize, mMaxTextureSize);
316 uint32_t mMaxTextureSize;
322 GLuint mMaxTextureSize;
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.h 424 GLint mMaxTextureSize;

Completed in 294 milliseconds