Home
last modified time | relevance | path

Searched refs:addBool (Results 1 – 19 of 19) sorted by relevance

/third_party/flatbuffers/dart/test/
Dflex_builder_test.dart15 flx.addBool(true);
20 flx.addBool(false);
159 ..addBool(true)
160 ..addBool(false)
161 ..addBool(true)
173 ..addBool(true)
Dflat_buffers_test.dart346 builder.addBool(0, true);
Dmonster_test_my_game.example_generated.dart968 fbBuilder.addBool(15, testbool);
1380 fbBuilder.addBool(15, _testbool);
/third_party/skia/src/gpu/
DGrPipeline.cpp89 b->addBool(blendInfo.fWriteColor, "writeColor"); in genKey()
93 b->addBool(this->usesDstInputAttachment(), "inputAttach"); in genKey()
DGrProgramDesc.cpp159 b->addBool(pipeline.snapVerticesToPixelCenters(), "snapVertices"); in gen_key()
162 b->addBool((programInfo.primitiveType() == GrPrimitiveType::kPoints), "isPoints"); in gen_key()
DGrProgramDesc.h57 void addBool(bool b, const char* label) { in addBool() function
/third_party/skia/src/gpu/ops/
DQuadPerEdgeAA.cpp630 b->addBool(fTexSubset.isInitialized(), "subset"); in addToKey()
631 b->addBool(fSampler.isInitialized(), "textured"); in addToKey()
632 b->addBool(fNeedsPerspective, "perspective"); in addToKey()
633 b->addBool((fSaturate == Saturate::kYes), "saturate"); in addToKey()
635 b->addBool(fLocalCoord.isInitialized(), "hasLocalCoords"); in addToKey()
640 b->addBool(fColor.isInitialized(), "hasColor"); in addToKey()
DGrOvalOpFactory.cpp81 b->addBool(fStroke, "stroked" ); in addToKey()
82 b->addBool(fInClipPlane.isInitialized(), "clipPlane" ); in addToKey()
83 b->addBool(fInIsectPlane.isInitialized(), "isectPlane" ); in addToKey()
84 b->addBool(fInUnionPlane.isInitialized(), "unionPlane" ); in addToKey()
85 b->addBool(fInRoundCapCenters.isInitialized(), "roundCapCenters"); in addToKey()
539 b->addBool(fStroke, "stroked"); in addToKey()
DAAConvexPathRenderer.cpp563 b->addBool(fUsesLocalCoords, "usesLocalCoords"); in addToKey()
/third_party/skia/third_party/externals/angle2/src/common/serializer/
DJsonSerializer.h101 void addBool(const std::string &name, bool value);
DJsonSerializer.cpp102 void JsonSerializer::addBool(const std::string &name, bool value) in addBool() function in angle::JsonSerializer
/third_party/skia/src/gpu/effects/
DGrCoverageSetOpXP.cpp47 b->addBool(fInvertCoverage, "invert coverage"); in onAddToKey()
DGrBitmapTextGeoProc.cpp181 b->addBool(fUsesW, "usesW"); in addToKey()
DGrSkSLFP.cpp368 b->addBool(specialize, "specialize"); in onAddToKey()
/third_party/flatbuffers/php/
DFlatbufferBuilder.php296 public function addBool($x) function in Google\\FlatBuffers\\FlatbufferBuilder
411 $this->addBool($x);
/third_party/flatbuffers/dart/lib/src/
Dbuilder.dart52 addBool(value);
94 void addBool(bool value) {
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
DFrameCapture.cpp6134 json.addBool("IsBinaryDataCompressed", mCompression); in writeJSON()
6135 json.addBool("AreClientArraysEnabled", glState.areClientArraysEnabled()); in writeJSON()
6136 json.addBool("IsBindGeneratesResourcesEnabled", glState.isBindGeneratesResourceEnabled()); in writeJSON()
6137 json.addBool("IsWebGLCompatibilityEnabled", glState.isWebGL()); in writeJSON()
6138 json.addBool("IsRobustResourceInitEnabled", glState.isRobustResourceInitEnabled()); in writeJSON()
6139 json.addBool("IsTrimmingEnabled", mTrimEnabled); in writeJSON()
/third_party/flatbuffers/tests/
Dmonster_test_my_game.example_generated.dart968 fbBuilder.addBool(15, testbool);
1380 fbBuilder.addBool(15, _testbool);
/third_party/flatbuffers/dart/lib/
Dflat_buffers.dart158 void addBool(int field, bool value, [bool def]) {