Searched defs:maxTextureSize (Results 1 – 4 of 4) sorted by relevance
78 int DeviceInfo::maxTextureSize() const { in maxTextureSize() function in android::uirenderer::DeviceInfo83 void DeviceInfo::setMaxTextureSize(int maxTextureSize) { in setMaxTextureSize()
25 const int maxTextureSize = DeviceInfo::get()->maxTextureSize(); in TEST() local
264 int RenderProxy::maxTextureSize() { in maxTextureSize() function in android::uirenderer::renderthread::RenderProxy265 static int maxTextureSize = RenderThread::getInstance().queue().runSync( in maxTextureSize() local
207 const int maxTextureSize = DeviceInfo::get()->maxTextureSize(); in createOrUpdateLayer() local