Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_render_service.cpp611 uint32_t maxTextureHeight = deviceProperties.limits.maxImageDimension2D; in DumpVkTextureLimit() local
613 …"width: " + std::to_string(maxTextureWidth) + " height: " + std::to_string(maxTextureHeight) + "\n… in DumpVkTextureLimit()