HomeSort by relevance Sort by last modified time
    Searched refs:getBool (Results 26 - 50 of 90) sorted by null

12 3 4

  /external/flatbuffers/php/
ByteBuffer.php 362 public function getBool($index)
  /external/deqp/modules/gles2/stress/
es2sDrawTests.cpp 339 attribSpec.normalize = random.getBool();
341 attribSpec.useDefaultAttribute = random.getBool();
  /external/deqp/modules/gles31/stress/
es31sDrawTests.cpp 487 attribSpec.normalize = random.getBool();
489 attribSpec.useDefaultAttribute = random.getBool();
  /external/deqp/external/vulkancts/modules/vulkan/ubo/
vktRandomUniformBlockCase.cpp 106 if (numInstances > 0 || rnd.getBool())
  /external/deqp/modules/glshared/
glsRandomUniformBlockCase.cpp 94 if (numInstances > 0 || rnd.getBool())
glsFragOpInteractionCase.cpp 199 const bool flipX = rnd.getBool();
200 const bool flipY = rnd.getBool();
glsMemoryStressCase.cpp 519 if (rnd.getBool())
  /external/deqp/modules/gles31/functional/
es31fProgramInterfaceQueryTests.cpp     [all...]
es31fShaderSharedVarTests.cpp 255 values[ndx] = rnd.getBool() ? 1 : 0;
  /external/deqp/framework/randomshaders/
rsgBinaryOps.cpp 502 if (rnd.getBool())
911 bool val = rnd.getBool();
921 bool val = rnd.getBool();
    [all...]
rsgStatement.cpp 397 if (!m_falseStatement && !m_trueStatement && (isElseBlockRequired(state) || state.getRandom().getBool()))
rsgExpression.cpp     [all...]
  /external/deqp/modules/gles3/functional/
es3fUniformApiTests.cpp 713 result.val.boolV[i] = rnd.getBool();
    [all...]
es3fVertexArrayObjectTests.cpp 764 m_spec.state.attributes[attribNdx].integer = m_random.getBool();
767 m_spec.state.attributes[attribNdx].normalized = m_random.getBool();
782 m_spec.vao.attributes[attribNdx].integer = m_random.getBool();
785 m_spec.vao.attributes[attribNdx].normalized = m_random.getBool();
    [all...]
es3fShaderPackingFunctionTests.cpp 562 const int s = rnd.getBool() ? 1 : -1;
668 const int s = rnd.getBool() ? 1 : -1;
es3fDepthStencilClearTests.cpp 257 clear->depthMask = m_masked ? rnd.getBool() : true;
  /external/deqp/modules/gles2/functional/
es2fDrawTests.cpp 625 attribSpec.normalize = random.getBool();
627 attribSpec.useDefaultAttribute = random.getBool();
es2fUniformApiTests.cpp 599 result.val.boolV[i] = rnd.getBool();
    [all...]
es2fDepthStencilClearTests.cpp 254 clear->depthMask = m_masked ? rnd.getBool() : true;
es2fDepthStencilTests.cpp 755 params.visibleFace = rnd.getBool() ? rr::FACETYPE_FRONT : rr::FACETYPE_BACK;
777 params.depthWriteMask = rnd.getBool();
    [all...]
  /external/deqp/modules/gles3/stress/
es3sDrawTests.cpp 553 attribSpec.normalize = random.getBool();
555 attribSpec.useDefaultAttribute = random.getBool();
  /external/flatbuffers/tests/MyGame/Example/
Monster.php 242 return $o != 0 ? $this->bb->getBool($o + $this->bb_pos) : false;
324 return $o != 0 ? $this->bb->getBool($this->__vector($o) + $j * 1) : 0;
    [all...]
  /external/deqp/modules/egl/
teglGLES2SharingThreadedTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/renderpass/
vktRenderPassTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderPackingFunctionTests.cpp 634 const int s = rnd.getBool() ? 1 : -1;
775 const int s = rnd.getBool() ? 1 : -1;
789 const Sign sign = rnd.getBool()? POSITIVE : NEGATIVE;
    [all...]

Completed in 2499 milliseconds

12 3 4