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

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

Completed in 314 milliseconds