Home
last modified time | relevance | path

Searched refs:setMaxTextureSize (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/libs/hwui/
H A DDeviceInfo.cpp83 void DeviceInfo::setMaxTextureSize(int maxTextureSize) { in setMaxTextureSize() function in android::uirenderer::DeviceInfo
H A DDeviceInfo.h76 static void setMaxTextureSize(int maxTextureSize);
/aosp12/frameworks/base/libs/hwui/renderthread/
H A DRenderThread.cpp354 DeviceInfo::setMaxTextureSize(mGrContext->maxRenderTargetSize()); in setGrContext()