OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:checkok
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/core/jni/android/opengl/
util.cpp
241
bool
checkOK
= positions.check() && sphere.check();
242
if (!
checkOK
) {
448
bool
checkOK
= ws.check() && positions.check() && indices.check();
449
if (!
checkOK
) {
503
bool
checkOK
= resultMat.check() && lhs.check() && rhs.check();
505
if ( !
checkOK
) {
534
bool
checkOK
= resultV.check() && lhs.check() && rhs.check();
536
if ( !
checkOK
) {
Completed in 36 milliseconds