Searched refs:addBool (Results 1 – 12 of 12) sorted by relevance
/third_party/skia/src/gpu/ |
D | GrPipeline.cpp | 89 b->addBool(blendInfo.fWriteColor, "writeColor"); in genKey() 93 b->addBool(this->usesDstInputAttachment(), "inputAttach"); in genKey()
|
D | GrProgramDesc.cpp | 159 b->addBool(pipeline.snapVerticesToPixelCenters(), "snapVertices"); in gen_key() 162 b->addBool((programInfo.primitiveType() == GrPrimitiveType::kPoints), "isPoints"); in gen_key()
|
D | GrProgramDesc.h | 57 void addBool(bool b, const char* label) { in addBool() function
|
/third_party/skia/src/gpu/ops/ |
D | QuadPerEdgeAA.cpp | 630 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()
|
D | GrOvalOpFactory.cpp | 81 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()
|
D | AAConvexPathRenderer.cpp | 563 b->addBool(fUsesLocalCoords, "usesLocalCoords"); in addToKey()
|
/third_party/skia/third_party/externals/angle2/src/common/serializer/ |
D | JsonSerializer.h | 101 void addBool(const std::string &name, bool value);
|
D | JsonSerializer.cpp | 102 void JsonSerializer::addBool(const std::string &name, bool value) in addBool() function in angle::JsonSerializer
|
/third_party/skia/src/gpu/effects/ |
D | GrCoverageSetOpXP.cpp | 47 b->addBool(fInvertCoverage, "invert coverage"); in onAddToKey()
|
D | GrBitmapTextGeoProc.cpp | 181 b->addBool(fUsesW, "usesW"); in addToKey()
|
D | GrSkSLFP.cpp | 368 b->addBool(specialize, "specialize"); in onAddToKey()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
D | FrameCapture.cpp | 6134 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()
|