Lines Matching refs:getBool
1260 if (rng.getBool()) in genRandomBlendState()
1261 blendState.enableBlend = rng.getBool(); in genRandomBlendState()
1263 if (rng.getBool()) in genRandomBlendState()
1265 if (rng.getBool()) in genRandomBlendState()
1276 if (rng.getBool()) in genRandomBlendState()
1278 if (rng.getBool()) in genRandomBlendState()
1289 if (rng.getBool()) in genRandomBlendState()
1291 const bool red = rng.getBool(); in genRandomBlendState()
1292 const bool green = rng.getBool(); in genRandomBlendState()
1293 const bool blue = rng.getBool(); in genRandomBlendState()
1294 const bool alpha = rng.getBool(); in genRandomBlendState()
1370 if (rng.getBool()) in genRandomTest()