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

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLGetInfo.cpp207 bool WebGLGetInfo::getBool() const function in class:blink::WebGLGetInfo
/external/chromium_org/third_party/npapi/npspy/windows/
H A Dprofilew.cpp68 BOOL ProfileWin::getBool(char * key, BOOL * value) function in class:ProfileWin
/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/srec/shared/include/
H A DESR_Session.h92 ESR_ReturnCode(*getBool)(const LCHAR* name, ESR_BOOL* value); member in struct:ESR_SessionSingleton_t
H A DESR_SessionType.h107 ESR_ReturnCode(*getBool)(struct ESR_SessionType_t* self, const LCHAR* name, ESR_BOOL* value); member in struct:ESR_SessionType_t
/external/deqp/framework/opengl/
H A DgluContextInfo.cpp233 bool ContextInfo::getBool (int param) const function in class:glu::ContextInfo
/external/deqp/modules/egl/
H A DteglChooseConfigTests.cpp330 static EGLint getBool (de::Random& rnd) function in class:deqp::egl::ChooseConfigRandomCase
332 return rnd.getBool() ? EGL_TRUE : EGL_FALSE;
350 api |= rnd.getBool() ? EGL_OPENGL_BIT : 0;
351 api |= rnd.getBool() ? EGL_OPENGL_ES_BIT : 0;
352 api |= rnd.getBool() ? EGL_OPENGL_ES2_BIT : 0;
353 api |= rnd.getBool() ? EGL_OPENVG_BIT : 0;
360 bits |= rnd.getBool() ? EGL_WINDOW_BIT : 0;
361 bits |= rnd.getBool() ? EGL_PIXMAP_BIT : 0;
362 bits |= rnd.getBool() ? EGL_PBUFFER_BIT : 0;
383 { EGL_BIND_TO_TEXTURE_RGB, ChooseConfigRandomCase::getBool, },
[all...]
/external/deqp/framework/randomshaders/
H A DrsgToken.hpp150 bool getBool (void) const;
217 inline bool Token::getBool (void) const function in class:rsg::Token

Completed in 195 milliseconds