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

/frameworks/base/core/jni/android/opengl/
H A Dutil.cpp336 bool checkOK = positions.check() && sphere.check(); local
337 if (! checkOK) {
543 bool checkOK = ws.check() && positions.check() && indices.check(); local
544 if (! checkOK) {
598 bool checkOK = resultMat.check() && lhs.check() && rhs.check(); local
600 if ( !checkOK ) {
629 bool checkOK = resultV.check() && lhs.check() && rhs.check(); local
631 if ( !checkOK ) {

Completed in 148 milliseconds