Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/
H A DDeviceInfo.cpp78 int DeviceInfo::maxTextureSize() const { in maxTextureSize() function in android::uirenderer::DeviceInfo
83 void DeviceInfo::setMaxTextureSize(int maxTextureSize) { in setMaxTextureSize()
/aosp14/frameworks/base/libs/hwui/tests/unit/
H A DRenderPropertiesTests.cpp25 const int maxTextureSize = DeviceInfo::get()->maxTextureSize(); in TEST() local
/aosp14/frameworks/base/libs/hwui/renderthread/
H A DRenderProxy.cpp264 int RenderProxy::maxTextureSize() { in maxTextureSize() function in android::uirenderer::renderthread::RenderProxy
265 static int maxTextureSize = RenderThread::getInstance().queue().runSync( in maxTextureSize() local
/aosp14/frameworks/base/libs/hwui/pipeline/skia/
H A DSkiaPipeline.cpp207 const int maxTextureSize = DeviceInfo::get()->maxTextureSize(); in createOrUpdateLayer() local