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 40 GLint mMaxTextureSize;
GLES20RenderEngine.h 42 GLint mMaxTextureSize;
  /frameworks/base/libs/hwui/
TextureCache.h 154 GLint mMaxTextureSize;
GradientCache.h 189 GLint mMaxTextureSize;
PathCache.h 262 if (width > mMaxTextureSize || height > mMaxTextureSize) {
264 width, height, mMaxTextureSize, mMaxTextureSize);
299 uint32_t mMaxTextureSize;
305 GLuint mMaxTextureSize;

Completed in 192 milliseconds