Home
last modified time | relevance | path

Searched defs:maxTextureSize (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/libs/hwui/tests/unit/
DRenderPropertiesTests.cpp27 const int maxTextureSize = DeviceInfo::get()->maxTextureSize(); in TEST() local
/frameworks/base/libs/hwui/
DDeviceInfo.h39 int maxTextureSize() const { return mMaxTextureSize; } in maxTextureSize() function
DCaches.h141 GLint maxTextureSize; variable
DLayer.cpp109 const uint32_t maxTextureSize = caches.maxTextureSize; in resize() local
DLayerRenderer.cpp208 const uint32_t maxTextureSize = caches.maxTextureSize; in createRenderLayer() local
DPathCache.cpp188 GLint maxTextureSize; in PathCache() local
DFontRenderer.cpp125 uint32_t maxTextureSize = (uint32_t) Caches::getInstance().maxTextureSize; in FontRenderer() local
DRenderNode.cpp349 const int maxTextureSize = Caches::getInstance().maxTextureSize; in pushLayerUpdate() local
/frameworks/native/libs/gui/tests/
DSurfaceTextureGL_test.cpp707 GLint maxTextureSize; in TEST_F() local