Lines Matching refs:passed
50 passed++; \
73 GLuint passed = 0;
105 return passed;
121 GLuint passed = 0;
153 return passed;
280 * \return approx number of pixels that passed (only zero is reliable)
294 GLuint passed;
351 passed = depth_test_span16(ctx, count, zBufferVals, fragZ, mask);
353 passed = depth_test_span32(ctx, count, zBufferVals, fragZ, mask);
396 if (passed < count) {
399 return passed;