Home
last modified time | relevance | path

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

/frameworks/base/core/jni/android/opengl/
Dutil.cpp315 bool checkOK = positions.check() && sphere.check(); in util_computeBoundingSphere() local
316 if (! checkOK) { in util_computeBoundingSphere()
522 bool checkOK = ws.check() && positions.check() && indices.check(); in util_visibilityTest() local
523 if (! checkOK) { in util_visibilityTest()
577 bool checkOK = resultMat.check() && lhs.check() && rhs.check(); in util_multiplyMM() local
579 if ( !checkOK ) { in util_multiplyMM()
608 bool checkOK = resultV.check() && lhs.check() && rhs.check(); in util_multiplyMV() local
610 if ( !checkOK ) { in util_multiplyMV()