Home
last modified time | relevance | path

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

/external/skia/src/gpu/gradients/generated/
DGrTiledGradientEffect.cpp84 b->addBool(mirror, "mirror"); in onGetGLSLProcessorKey()
85 b->addBool(makePremul, "makePremul"); in onGetGLSLProcessorKey()
86 b->addBool(layoutPreservesOpacity, "layoutPreservesOpacity"); in onGetGLSLProcessorKey()
DGrTwoPointConicalGradientLayout.cpp170 b->addBool(isRadiusIncreasing, "isRadiusIncreasing"); in onGetGLSLProcessorKey()
171 b->addBool(isFocalOnCircle, "isFocalOnCircle"); in onGetGLSLProcessorKey()
172 b->addBool(isWellBehaved, "isWellBehaved"); in onGetGLSLProcessorKey()
173 b->addBool(isSwapped, "isSwapped"); in onGetGLSLProcessorKey()
174 b->addBool(isNativelyFocal, "isNativelyFocal"); in onGetGLSLProcessorKey()
DGrClampedGradientEffect.cpp98 b->addBool(makePremul, "makePremul"); in onGetGLSLProcessorKey()
99 b->addBool(layoutPreservesOpacity, "layoutPreservesOpacity"); in onGetGLSLProcessorKey()
/external/skia/src/gpu/effects/generated/
DGrColorMatrixFragmentProcessor.cpp99 b->addBool(unpremulInput, "unpremulInput"); in onGetGLSLProcessorKey()
100 b->addBool(clampRGBOutput, "clampRGBOutput"); in onGetGLSLProcessorKey()
101 b->addBool(premulOutput, "premulOutput"); in onGetGLSLProcessorKey()
DGrRectBlurEffect.cpp165 b->addBool(highPrecision, "highPrecision"); in onGetGLSLProcessorKey()
166 b->addBool(applyInvVM, "applyInvVM"); in onGetGLSLProcessorKey()
167 b->addBool(isFast, "isFast"); in onGetGLSLProcessorKey()
DGrClampFragmentProcessor.cpp56 b->addBool(clampToPremul, "clampToPremul"); in onGetGLSLProcessorKey()
DGrOverrideInputFragmentProcessor.cpp73 b->addBool(useUniform, "useUniform"); in onGetGLSLProcessorKey()
DGrArithmeticProcessor.cpp67 b->addBool(enforcePMColor, "enforcePMColor"); in onGetGLSLProcessorKey()
/external/skia/src/gpu/
DGrProgramDesc.cpp158 b->addBool(pipeline.snapVerticesToPixelCenters(), "snapVertices"); in gen_key()
161 b->addBool((programInfo.primitiveType() == GrPrimitiveType::kPoints), "isPoints"); in gen_key()
DGrProgramDesc.h57 void addBool(bool b, const char* label) { in addBool() function
/external/skia/src/gpu/ops/
DGrQuadPerEdgeAA.cpp569 b->addBool(fTexSubset.isInitialized(), "subset"); in getGLSLProcessorKey()
570 b->addBool(fSampler.isInitialized(), "textured"); in getGLSLProcessorKey()
571 b->addBool(fNeedsPerspective, "perspective"); in getGLSLProcessorKey()
572 b->addBool((fSaturate == Saturate::kYes), "saturate"); in getGLSLProcessorKey()
574 b->addBool(fLocalCoord.isInitialized(), "hasLocalCoords"); in getGLSLProcessorKey()
579 b->addBool(fColor.isInitialized(), "hasColor"); in getGLSLProcessorKey()
DGrOvalOpFactory.cpp214 b->addBool(cgp.fStroke, "stroked"); in GenKey()
215 b->addBool(cgp.fInClipPlane.isInitialized(), "clipPlane"); in GenKey()
216 b->addBool(cgp.fInIsectPlane.isInitialized(), "isectPlane"); in GenKey()
217 b->addBool(cgp.fInUnionPlane.isInitialized(), "unionPlane"); in GenKey()
218 b->addBool(cgp.fInRoundCapCenters.isInitialized(), "roundCapCenters"); in GenKey()
686 b->addBool(egp.fStroke, "stroked"); in GenKey()
DGrAAConvexPathRenderer.cpp625 b->addBool(qee.fUsesLocalCoords, "usesLocalCoords"); in GenKey()
/external/skia/tests/sksl/dslfp/
DGrDSLFPTest_DoStatement.dsl.cpp46 b->addBool(shouldLoop, "shouldLoop"); in onGetGLSLProcessorKey()
DGrDSLFPTest_Ternary.dsl.cpp104 b->addBool(primaryColors, "primaryColors"); in onGetGLSLProcessorKey()
/external/skia/tests/sksl/fp/
DGrConditionalInUniform.cpp58 b->addBool(test, "test"); in onGetGLSLProcessorKey()
/external/flatbuffers/php/
DFlatbufferBuilder.php296 public function addBool($x) function in Google\\FlatBuffers\\FlatbufferBuilder
411 $this->addBool($x);
/external/skia/src/gpu/effects/
DGrBitmapTextGeoProc.cpp105 b->addBool(btgp.usesW(), "usesW"); in GenKey()
/external/flatbuffers/dart/test/
Dflat_buffers_test.dart281 builder.addBool(0, true);
Dmonster_test_my_game.example_generated.dart889 fbBuilder.addBool(15, testbool);
1281 fbBuilder.addBool(15, _testbool);
/external/flatbuffers/tests/
Dmonster_test_my_game.example_generated.dart887 fbBuilder.addBool(15, testbool);
1279 fbBuilder.addBool(15, _testbool);
/external/flatbuffers/dart/lib/
Dflat_buffers.dart155 void addBool(int field, bool value, [bool def]) {