Home
last modified time | relevance | path

Searched defs:ceilPow2 (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/gpu/
DSkBackingFit.cpp30 int ceilPow2 = SkNextPow2(value); in GetApproxSize() local
/external/swiftshader/src/System/
DMath.hpp187 inline int ceilPow2(int x) in ceilPow2() function
/external/skia/src/gpu/ganesh/
DGrResourceProvider.cpp618 size_t ceilPow2 = SkNextSizePow2(allocSize); in createBuffer() local
/external/angle/src/common/
Dmathutil.h53 inline unsigned int ceilPow2(unsigned int x) in ceilPow2() function
/external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/
DDexMakerTest.java1446 Method ceilPow2 = getMethod(); in testWhileLoop() local