Home
last modified time | relevance | path

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

/frameworks/base/core/jni/android/opengl/
Dutil.cpp317 bool checkOK = positions.check() && sphere.check(); in util_computeBoundingSphere() local
318 if (! checkOK) { in util_computeBoundingSphere()
524 bool checkOK = ws.check() && positions.check() && indices.check(); in util_visibilityTest() local
525 if (! checkOK) { in util_visibilityTest()