Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGLES_CM/
Dmathutil.h37 inline unsigned int ceilPow2(unsigned int x) in ceilPow2() function
/external/swiftshader/src/OpenGL/libGLESv2/
Dmathutil.h38 inline unsigned int ceilPow2(unsigned int x) in ceilPow2() function
/external/skia/src/gpu/
DGrResourceProvider.cpp204 int ceilPow2 = SkNextPow2(value); in MakeApprox() local
474 size_t ceilPow2 = GrNextSizePow2(allocSize); in createBuffer() local
/external/swiftshader/src/System/
DMath.hpp187 inline int ceilPow2(int x) in ceilPow2() function
/external/swiftshader/src/Common/
DMath.hpp219 inline int ceilPow2(int x) in ceilPow2() function
/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.java1374 Method ceilPow2 = getMethod(); in testWhileLoop() local