Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DDeviceInfo.cpp137 int DeviceInfo::maxTextureSize() const { in maxTextureSize() function in android::uirenderer::DeviceInfo
142 void DeviceInfo::setMaxTextureSize(int maxTextureSize) { in setMaxTextureSize()
/frameworks/base/libs/hwui/tests/unit/
DRenderPropertiesTests.cpp25 const int maxTextureSize = DeviceInfo::get()->maxTextureSize(); in TEST() local
/frameworks/base/libs/hwui/renderthread/
DRenderProxy.cpp206 int RenderProxy::maxTextureSize() { in maxTextureSize() function in android::uirenderer::renderthread::RenderProxy
207 static int maxTextureSize = RenderThread::getInstance().queue().runSync( in maxTextureSize() local
/frameworks/base/libs/hwui/pipeline/skia/
DSkiaPipeline.cpp188 const int maxTextureSize = DeviceInfo::get()->maxTextureSize(); in createOrUpdateLayer() local
/frameworks/native/libs/gui/tests/
DSurfaceTextureGL_test.cpp706 GLint maxTextureSize; in TEST_F() local