Searched refs:getBool (Results 1 - 25 of 66) sorted by relevance

123

/external/clang/test/Analysis/
H A Dsvalbuilder-logic.c13 extern int getBool();
14 _Bool a = getBool();
H A Dlive-variables.cpp9 int getBool();
18 if (p != 0 && getBool() && foo().m && getBool()) {
/external/clang/test/PCH/
H A Dthread-safety-attrs.cpp104 bool getBool();
162 if (getBool())
169 if (getBool())
177 if (getBool()) {
180 if (getBool()) {
181 getBool(); // EMPTY
183 getBool(); // EMPTY
192 while (getBool()) {
194 if (getBool()) {
195 if (getBool()) {
[all...]
/external/clang/test/SemaCXX/
H A Dwarn-logical-not-compare.cpp4 bool getBool();
110 ret = !getBool() == b1;
H A Dwarn-thread-safety-analysis.cpp147 bool getBool();
203 if (getBool())
210 if (getBool())
218 if (getBool()) {
221 if (getBool()) {
222 getBool(); // EMPTY
224 getBool(); // EMPTY
233 while (getBool()) {
235 if (getBool()) {
236 if (getBool()) {
[all...]
/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...]
/external/deqp/modules/gles2/functional/
H A Des2fDebugMarkerTests.cpp128 const bool nullTerminate = rnd.getBool();
129 const bool passLength = rnd.getBool();
130 const bool complexMsg = rnd.getBool();
/external/deqp/framework/delibs/decpp/
H A DdeRingBuffer.cpp56 bool doRead = canRead && (!canWrite || rnd.getBool());
H A DdeBlockBuffer.cpp148 if (rnd.getBool())
250 if (rnd.getBool())
313 if (rnd.getBool())
H A DdeSpinBarrier.cpp149 if (m_busyOk && rnd.getBool())
H A DdeRandom.cpp51 // getBool()
57 DE_TEST_ASSERT(expected[i] == rnd.getBool());
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.hpp88 virtual bool getBool (int param) const;
H A DgluContextInfo.cpp233 bool ContextInfo::getBool (int param) const function in class:glu::ContextInfo
/external/deqp/framework/randomshaders/
H A DrsgPrettyPrinter.cpp166 m_line += (token.getBool() ? "true" : "false");
H A DrsgToken.hpp150 bool getBool (void) const;
217 inline bool Token::getBool (void) const function in class:rsg::Token
H A DrsgUtils.cpp195 bool minVal = rnd.getBool();
196 bool maxVal = minVal ? true : rnd.getBool();
H A DrsgBinaryOps.cpp252 if (rnd.getBool())
661 bool val = rnd.getBool();
671 bool val = rnd.getBool();
/external/deqp/modules/glshared/
H A DglsInteractionTestUtil.cpp240 bool flipX = rnd.getBool();
241 bool flipY = rnd.getBool();
H A DglsRandomUniformBlockCase.cpp94 if (numInstances > 0 || rnd.getBool())
/external/deqp/modules/gles31/functional/
H A Des31fSeparateShaderTests.cpp197 return rnd.getBool() ? BINDING_LOCATION : BINDING_NAME;
431 oss << (rnd.getBool() ? "true" : "false");
878 params.initSingle = rnd.getBool();
879 params.switchVtx = rnd.getBool();
880 params.switchFrg = rnd.getBool();
881 params.useUniform = rnd.getBool();
882 params.useProgramUniform = params.useUniform && rnd.getBool();
883 params.useCreateHelper = rnd.getBool();
884 params.useSameName = rnd.getBool();
H A Des31fDrawBuffersIndexedTests.cpp1225 if (rng.getBool())
1226 blendState.enableBlend = rng.getBool();
1228 if (rng.getBool())
1230 if (rng.getBool())
1241 if (rng.getBool())
1243 if (rng.getBool())
1254 if (rng.getBool())
1256 const bool red = rng.getBool();
1257 const bool green = rng.getBool();
1258 const bool blue = rng.getBool();
[all...]
H A Des31fProgramInterfaceQueryTests.cpp4423 if (rnd.getBool())
4426 shaderSet->setStage(glu::SHADERTYPE_FRAGMENT, rnd.getBool());
4430 shaderSet->setStage(glu::SHADERTYPE_VERTEX, rnd.getBool());
4440 const glu::ShaderType shaderType = (rnd.getBool()) ? (glu::SHADERTYPE_VERTEX) : (glu::SHADERTYPE_FRAGMENT);
4454 shaderSet->setStage(glu::SHADERTYPE_VERTEX, rnd.getBool());
4455 shaderSet->setStage(glu::SHADERTYPE_FRAGMENT, rnd.getBool());
4459 if (rnd.getBool())
4463 if (rnd.getBool())
4465 shaderSet->setStage(glu::SHADERTYPE_TESSELLATION_CONTROL, rnd.getBool());
4466 shaderSet->setStage(glu::SHADERTYPE_TESSELLATION_EVALUATION, rnd.getBool());
[all...]
/external/deqp/modules/gles2/stress/
H A Des2sDrawTests.cpp339 attribSpec.normalize = random.getBool();
341 attribSpec.useDefaultAttribute = random.getBool();
/external/deqp/modules/gles31/stress/
H A Des31sDrawTests.cpp487 attribSpec.normalize = random.getBool();
489 attribSpec.useDefaultAttribute = random.getBool();

Completed in 682 milliseconds

123