Lines Matching refs:getBool
373 static EGLint getBool (de::Random& rnd) in getBool() function in deqp::egl::ChooseConfigRandomCase
375 return rnd.getBool() ? EGL_TRUE : EGL_FALSE; in getBool()
393 api |= rnd.getBool() ? EGL_OPENGL_BIT : 0; in getApiBits()
394 api |= rnd.getBool() ? EGL_OPENGL_ES_BIT : 0; in getApiBits()
395 api |= rnd.getBool() ? EGL_OPENGL_ES2_BIT : 0; in getApiBits()
396 api |= rnd.getBool() ? EGL_OPENVG_BIT : 0; in getApiBits()
403 bits |= rnd.getBool() ? EGL_WINDOW_BIT : 0; in getSurfaceType()
404 bits |= rnd.getBool() ? EGL_PIXMAP_BIT : 0; in getSurfaceType()
405 bits |= rnd.getBool() ? EGL_PBUFFER_BIT : 0; in getSurfaceType()
426 { EGL_BIND_TO_TEXTURE_RGB, ChooseConfigRandomCase::getBool, }, in genRandomAttributes()
427 { EGL_BIND_TO_TEXTURE_RGBA, ChooseConfigRandomCase::getBool, }, in genRandomAttributes()
437 { EGL_NATIVE_RENDERABLE, ChooseConfigRandomCase::getBool, }, in genRandomAttributes()