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

/frameworks/base/core/jni/android/opengl/
H A Dutil.cpp241 bool checkOK = positions.check() && sphere.check(); local
242 if (! checkOK) {
448 bool checkOK = ws.check() && positions.check() && indices.check(); local
449 if (! checkOK) {
503 bool checkOK = resultMat.check() && lhs.check() && rhs.check(); local
505 if ( !checkOK ) {
534 bool checkOK = resultV.check() && lhs.check() && rhs.check(); local
536 if ( !checkOK ) {

Completed in 48 milliseconds