Home | History | Annotate | Download | only in libGLESv2

Lines Matching full:log2

1478         int q = log2(std::max(width, height));
1635 int q = log2(std::max(mWidth, mHeight));
1653 unsigned int q = log2(std::max(mWidth, mHeight));
1916 int q = log2(size);
2094 int q = log2(mWidth);
2320 unsigned int q = log2(mImageArray[0][0].width);