Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglValidate.cpp76 if (!(isPowerOf2(width) && isPowerOf2(height))) { in pbufferAttribs()
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DGLESvalidate.cpp191 return isPowerOf2(width) && isPowerOf2(height); in texImgDim()
DGLutils.cpp26 bool isPowerOf2(int num) { in isPowerOf2() function
/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DGLutils.h43 bool isPowerOf2(int num);