Searched defs:getBool (Results 1 - 4 of 4) sorted by relevance

/external/deqp/framework/delibs/decpp/
H A DdeRandom.hpp46 bool getBool (void) { return deRandom_getBool(&m_rnd) == DE_TRUE; } function in class:de::Random
/external/deqp/framework/opengl/
H A DgluContextInfo.cpp223 bool ContextInfo::getBool (int param) const function in class:glu::ContextInfo
/external/deqp/framework/randomshaders/
H A DrsgToken.hpp150 bool getBool (void) const;
217 inline bool Token::getBool (void) const function in class:rsg::Token
/external/deqp/modules/egl/
H A DteglChooseConfigTests.cpp371 static EGLint getBool (de::Random& rnd) function in class:deqp::egl::ChooseConfigRandomCase
373 return rnd.getBool() ? EGL_TRUE : EGL_FALSE;
391 api |= rnd.getBool() ? EGL_OPENGL_BIT : 0;
392 api |= rnd.getBool() ? EGL_OPENGL_ES_BIT : 0;
393 api |= rnd.getBool() ? EGL_OPENGL_ES2_BIT : 0;
394 api |= rnd.getBool() ? EGL_OPENVG_BIT : 0;
401 bits |= rnd.getBool() ? EGL_WINDOW_BIT : 0;
402 bits |= rnd.getBool() ? EGL_PIXMAP_BIT : 0;
403 bits |= rnd.getBool() ? EGL_PBUFFER_BIT : 0;
424 { EGL_BIND_TO_TEXTURE_RGB, ChooseConfigRandomCase::getBool, },
[all...]

Completed in 1280 milliseconds