Home
last modified time | relevance | path

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

/aosp12/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()
/aosp12/frameworks/base/libs/hwui/tests/unit/
H A DRenderPropertiesTests.cpp25 const int maxTextureSize = DeviceInfo::get()->maxTextureSize(); in TEST() local
/aosp12/frameworks/base/libs/hwui/renderthread/
H A DRenderProxy.cpp216 int RenderProxy::maxTextureSize() { in maxTextureSize() function in android::uirenderer::renderthread::RenderProxy
217 static int maxTextureSize = RenderThread::getInstance().queue().runSync( in maxTextureSize() local
/aosp12/frameworks/native/libs/gui/tests/
H A DSurfaceTextureGL_test.cpp706 GLint maxTextureSize; in TEST_F() local
/aosp12/frameworks/base/libs/hwui/pipeline/skia/
H A DSkiaPipeline.cpp196 const int maxTextureSize = DeviceInfo::get()->maxTextureSize(); in createOrUpdateLayer() local