Lines Matching defs:is_ok
93 bool is_ok = true;
107 is_ok &= testExistingTextureObjectError();
109 is_ok &= testBufferOrMultisampledTargetError();
111 is_ok &= testNegativeOffsetError();
113 is_ok &= testBoundsError();
115 is_ok &= testOneDimmensionalTextureErrors();
117 is_ok &= testTwoDimmensionalTextureErrors();
119 is_ok &= testBufferSizeError();
124 is_ok = false;
132 if (is_ok)
751 bool is_ok = true;
790 is_ok &= check(targets[i], false);
805 is_ok &= check(compressed_targets[i], true);
815 is_ok = false;
822 if (is_ok)
1064 bool is_ok = true;
1094 is_ok = false;
1113 if (!is_ok)
1122 return is_ok;