Home
last modified time | relevance | path

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

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