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

  /frameworks/native/services/surfaceflinger/RenderEngine/
GLES11RenderEngine.h 40 GLint mMaxTextureSize;
GLES20RenderEngine.h 42 GLint mMaxTextureSize;
  /frameworks/base/libs/hwui/
DeviceInfo.h 39 int maxTextureSize() const { return mMaxTextureSize; }
48 int mMaxTextureSize;
TextureCache.h 143 GLint mMaxTextureSize;
GradientCache.h 178 GLint mMaxTextureSize;
PathCache.h 261 if (width > mMaxTextureSize || height > mMaxTextureSize) {
263 width, height, mMaxTextureSize, mMaxTextureSize);
297 uint32_t mMaxTextureSize;
303 GLuint mMaxTextureSize;

Completed in 74 milliseconds