Lines Matching refs:result
853 bool result = true;
965 result = false;
971 result = false;
988 return result;
994 bool result = true;
1129 result = false;
1141 result = false;
1143 return result;
1150 bool result = true;
1172 result = false;
1190 result &= verifyColorGradient(&dataColor[0], function, COLOR_CHECK_DEPTH, TEX_SIZE, TEX_SIZE);
1200 result = false;
1223 result &= verifyColorGradient(&dataColor[0], function, COLOR_CHECK_STENCIL, TEX_SIZE, TEX_SIZE);
1232 return result;
1354 bool result = true;
1374 result = false;
1390 result = false;
1398 result = false;
1418 result = false;
1439 result = false;
1444 result = false;
1505 result = false;
1549 result = false;
1562 return result;
1600 bool result = true;
1612 result &= verifyDepthStencilGradient(&data[0], i, TEX_SIZE, TEX_SIZE);
1619 result &= doReadPixels(m_textures[i], i);
1625 if (result)
1658 bool result = true;
1664 result &= verifyDepthStencilGradient(&data[0], i, TEX_SIZE, TEX_SIZE);
1668 if (result)
1702 bool result = true;
1736 result = false;
1754 result &= verifyDepthStencilGradient(&data[0], verifyCopyTexImage, TEX_SIZE, TEX_SIZE);
1758 result &= doReadPixels(tex, verifyCopyTexImage);
1766 if (result)
1797 bool result = true;
1849 result = false;
1852 if (!result)
1860 result = false;
1915 result &= verifyColorGradient(&data[0], verifyPartialAttachments, COLOR_CHECK_DEFAULT, TEX_SIZE, TEX_SIZE);
1930 if (result)
1970 bool result = true;
2022 result = false;
2045 result = false;
2079 result &= verifyColorGradient(&data[0], verifyMixedAttachments, COLOR_CHECK_DEFAULT, TEX_SIZE, TEX_SIZE);
2088 if (result)
2122 bool result = true;
2148 result = false;
2162 result = false;
2167 if (result)
2197 bool result = true;
2218 result = false;
2226 result = false;
2234 if (result)
2269 bool result = true;
2277 result = false;
2290 result = false;
2305 result = false;
2310 if (result)
2347 bool result = true;
2389 result = false;
2425 result &=
2440 if (result)
2479 bool result = true;
2587 result &= verifyColorGradient(&data[0], verifyBlit, COLOR_CHECK_DEFAULT, TEX_SIZE, TEX_SIZE);
2599 if (result)
2648 bool result = true;
2668 result = false;
2687 result &= verifyColorGradient(&dataColor[0], packedTexImage, COLOR_CHECK_DEPTH, TEX_SIZE, TEX_SIZE);
2696 result &= verifyColorGradient(&dataColor[0], packedTexImage, COLOR_CHECK_DEFAULT, TEX_SIZE, TEX_SIZE);
2704 if (result)