Lines Matching refs:appendBool
80 writer->appendBool("Shader Derivative Support", fShaderDerivativeSupport); in dumpJSON()
81 writer->appendBool("Geometry Shader Support", fGeometryShaderSupport); in dumpJSON()
82 writer->appendBool("Geometry Shader Invocations Support", fGSInvocationsSupport); in dumpJSON()
83 writer->appendBool("Path Rendering Support", fPathRenderingSupport); in dumpJSON()
84 writer->appendBool("Dst Read In Shader Support", fDstReadInShaderSupport); in dumpJSON()
85 writer->appendBool("Dual Source Blending Support", fDualSourceBlendingSupport); in dumpJSON()
86 writer->appendBool("Integer Support", fIntegerSupport); in dumpJSON()
87 writer->appendBool("Image Load Store Support", fImageLoadStoreSupport); in dumpJSON()
101 writer->appendBool("FB Fetch Support", fFBFetchSupport); in dumpJSON()
102 writer->appendBool("Drops tile on zero divide", fDropsTileOnZeroDivide); in dumpJSON()
103 writer->appendBool("Uses precision modifiers", fUsesPrecisionModifiers); in dumpJSON()
104 writer->appendBool("Can use any() function", fCanUseAnyFunctionInShader); in dumpJSON()
105 writer->appendBool("Can use min() and abs() together", fCanUseMinAndAbsTogether); in dumpJSON()
106 writer->appendBool("Can use fract() for negative values", fCanUseFractForNegativeValues); in dumpJSON()
107 writer->appendBool("Must force negated atan param to float", fMustForceNegatedAtanParamToFloat); in dumpJSON()
108 writer->appendBool("Must do op between floor and abs", fMustDoOpBetweenFloorAndAbs); in dumpJSON()
109 writer->appendBool("Must use local out color for FBFetch", fRequiresLocalOutputColorForFBFetch); in dumpJSON()
110 writer->appendBool("Must obfuscate uniform color", fMustObfuscateUniformColor); in dumpJSON()
111 writer->appendBool("Must guard division even after explicit zero check", in dumpJSON()
113 writer->appendBool("Can use gl_FragCoord", fCanUseFragCoord); in dumpJSON()
114 writer->appendBool("Incomplete short int precision", fIncompleteShortIntPrecision); in dumpJSON()
115 writer->appendBool("Add and true to loops workaround", fAddAndTrueToLoopCondition); in dumpJSON()
116 writer->appendBool("Unfold short circuit as ternary", fUnfoldShortCircuitAsTernary); in dumpJSON()
117 writer->appendBool("Emulate abs(int) function", fEmulateAbsIntFunction); in dumpJSON()
118 writer->appendBool("Rewrite do while loops", fRewriteDoWhileLoops); in dumpJSON()
119 writer->appendBool("Rewrite pow with constant exponent", fRemovePowWithConstantExponent); in dumpJSON()
120 writer->appendBool("Flat interpolation support", fFlatInterpolationSupport); in dumpJSON()
121 writer->appendBool("Prefer flat interpolation", fPreferFlatInterpolation); in dumpJSON()
122 writer->appendBool("No perspective interpolation support", fNoPerspectiveInterpolationSupport); in dumpJSON()
123 writer->appendBool("Sample variables support", fSampleVariablesSupport); in dumpJSON()
124 writer->appendBool("External texture support", fExternalTextureSupport); in dumpJSON()
125 writer->appendBool("sk_VertexID support", fVertexIDSupport); in dumpJSON()
126 writer->appendBool("Floating point manipulation support", fFPManipulationSupport); in dumpJSON()
127 writer->appendBool("float == fp32", fFloatIs32Bits); in dumpJSON()
128 writer->appendBool("half == fp32", fHalfIs32Bits); in dumpJSON()
129 writer->appendBool("Has poor fragment precision", fHasLowFragmentPrecision); in dumpJSON()
130 writer->appendBool("Builtin fma() support", fBuiltinFMASupport); in dumpJSON()