Home
last modified time | relevance | path

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

/aosp12/frameworks/native/cmds/flatland/
H A DGLHelper.h73 bool computeWindowScale(uint32_t w, uint32_t h, float* scale);
H A DGLHelper.cpp223 bool GLHelper::computeWindowScale(uint32_t w, uint32_t h, float* scale) { in computeWindowScale() function in android::GLHelper
266 result = computeWindowScale(w, h, &scale); in createWindowSurface()