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

  /frameworks/native/services/surfaceflinger/RenderEngine/
GLES11RenderEngine.h 39 GLint mMaxTextureSize;
GLES20RenderEngine.h 41 GLint mMaxTextureSize;
  /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;

Completed in 76 milliseconds