Home
last modified time | relevance | path

Searched refs:appendBool (Results 1 – 16 of 16) sorted by relevance

/external/skia/src/gpu/ganesh/
DGrShaderCaps.cpp21 writer->appendBool("Shader Derivative Support", fShaderDerivativeSupport); in dumpJSON()
22 writer->appendBool("Dst Read In Shader Support", fDstReadInShaderSupport); in dumpJSON()
23 writer->appendBool("Dual Source Blending Support", fDualSourceBlendingSupport); in dumpJSON()
24 writer->appendBool("Integer Support", fIntegerSupport); in dumpJSON()
25 writer->appendBool("Nonsquare Matrix Support", fNonsquareMatrixSupport); in dumpJSON()
26 writer->appendBool("Inverse Hyperbolic Support", fInverseHyperbolicSupport); in dumpJSON()
38 writer->appendBool("FB Fetch Support", fFBFetchSupport); in dumpJSON()
39 writer->appendBool("Uses precision modifiers", fUsesPrecisionModifiers); in dumpJSON()
40 writer->appendBool("Can use min() and abs() together", fCanUseMinAndAbsTogether); in dumpJSON()
41 writer->appendBool("Can use fract() for negative values", fCanUseFractForNegativeValues); in dumpJSON()
[all …]
DGrCaps.cpp209 writer->appendBool("NPOT Texture Tile Support", fNPOTTextureTileSupport); in dumpJSON()
210 writer->appendBool("MIP Map Support", fMipmapSupport); in dumpJSON()
211 writer->appendBool("Aniso Support", fAnisoSupport); in dumpJSON()
212 writer->appendBool("Reuse Scratch Textures", fReuseScratchTextures); in dumpJSON()
213 writer->appendBool("Reuse Scratch Buffers", fReuseScratchBuffers); in dumpJSON()
214 writer->appendBool("Gpu Tracing Support", fGpuTracingSupport); in dumpJSON()
215 writer->appendBool("Oversized Stencil Support", fOversizedStencilSupport); in dumpJSON()
216 writer->appendBool("Texture Barrier Support", fTextureBarrierSupport); in dumpJSON()
217 writer->appendBool("Sample Locations Support", fSampleLocationsSupport); in dumpJSON()
218 writer->appendBool("Draw Instanced Support", fDrawInstancedSupport); in dumpJSON()
[all …]
/external/skia/src/gpu/ganesh/gl/
DGrGLCaps.cpp1231 writer->appendBool("Core Profile", fIsCoreProfile); in onDumpJSON()
1238 writer->appendBool("Pack Flip Y support", fPackFlipYSupport); in onDumpJSON()
1240 writer->appendBool("Texture Usage support", fTextureUsageSupport); in onDumpJSON()
1241 writer->appendBool("GL_ARB_imaging support", fImagingSupport); in onDumpJSON()
1242 writer->appendBool("Vertex array object support", fVertexArrayObjectSupport); in onDumpJSON()
1243 writer->appendBool("Debug support", fDebugSupport); in onDumpJSON()
1244 writer->appendBool("ES2 compatibility support", fES2CompatibilitySupport); in onDumpJSON()
1245 writer->appendBool("drawRangeElements support", fDrawRangeElementsSupport); in onDumpJSON()
1246 writer->appendBool("Base (vertex base) instance support", fBaseVertexBaseInstanceSupport); in onDumpJSON()
1247 writer->appendBool("Bind uniform location support", fBindUniformLocationSupport); in onDumpJSON()
[all …]
/external/deqp-deps/glslang/glslang/MachineIndependent/
DSpirvIntrinsics.cpp210 const auto appendBool = [&](bool b) { qualifierString.append(std::to_string(b).c_str()); }; in getSpirvDecorateQualifierString() local
227 appendBool(value); in getSpirvDecorateQualifierString()
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/
DSpirvIntrinsics.cpp210 const auto appendBool = [&](bool b) { qualifierString.append(std::to_string(b).c_str()); }; in getSpirvDecorateQualifierString() local
227 appendBool(value); in getSpirvDecorateQualifierString()
/external/skia/src/utils/
DSkJSONWriter.h229 void appendBool(bool value) { in appendBool() function
285 DEFINE_NAMED_APPEND(appendBool, bool) in DEFINE_NAMED_APPEND()
/external/skia/tools/debugger/
DDrawCommand.cpp284 writer.appendBool(DEBUGCANVAS_ATTRIBUTE_VISIBLE, this->isVisible()); in toJSON()
580 writer.appendBool("useCubic", sampling.useCubic); in MakeJsonSampling()
616 writer.appendBool(key, value); in store_bool()
1032 writer.appendBool(DEBUGCANVAS_ATTRIBUTE_ANTIALIAS, fDoAA); in toJSON()
1064 writer.appendBool(DEBUGCANVAS_ATTRIBUTE_ANTIALIAS, fDoAA); in toJSON()
1089 writer.appendBool(DEBUGCANVAS_ATTRIBUTE_ANTIALIAS, fDoAA); in toJSON()
1346 writer.appendBool(DEBUGCANVAS_ATTRIBUTE_STRICT, true); in toJSON()
1407 writer.appendBool(DEBUGCANVAS_ATTRIBUTE_STRICT, true); in toJSON()
1485 writer.appendBool(DEBUGCANVAS_ATTRIBUTE_USECENTER, fUseCenter); in toJSON()
DJsonWriteBuffer.cpp55 fWriter->appendBool(value); in writeBool()
/external/skia/src/pdf/
DSkPDFTypes.h106 void appendBool(bool);
DSkPDFGradientShader.cpp704 extend->appendBool(true); in make_function_shader()
705 extend->appendBool(true); in make_function_shader()
DSkPDFTypes.cpp400 void SkPDFArray::appendBool(bool value) { in appendBool() function in SkPDFArray
/external/skia/src/gpu/ganesh/mtl/
DGrMtlGpu.mm1796 writer->appendBool("isHeadless", fDevice.isHeadless);
1797 writer->appendBool("isLowPower", fDevice.isLowPower);
1800 writer->appendBool("isRemovable", fDevice.isRemovable);
1831 writer->appendBool("hasUnifiedMemory", fDevice.hasUnifiedMemory);
1860 writer->appendBool("areProgrammableSamplePositionsSupported",
1862 writer->appendBool("areRasterOrderGroupsSupported",
1867 writer->appendBool("isDepth24Stencil8PixelFormatSupported",
1873 writer->appendBool("areBarycentricCoordsSupported",
1875 writer->appendBool("supportsShaderBarycentricCoordinates",
1921 writer->appendBool("disconnected", fDisconnected);
/external/skia/tools/skiaserve/
DRequest.cpp233 writer.appendBool("drawGpuOpBounds", fDebugCanvas->getDrawGpuOpBounds()); in getJsonOps()
/external/skia/tools/trace/
DChromeTracingTracer.cpp159 case TRACE_VALUE_TYPE_BOOL: writer->appendBool(value.as_bool); break; in trace_value_to_json()
/external/skia/tests/
DPDFPrimitivesTest.cpp189 array->appendBool(true); in TestPDFArray()
/external/golang-protobuf/internal/impl/
Dcodec_gen.go24 func appendBool(b []byte, p pointer, f *coderFieldInfo, opts marshalOptions) ([]byte, error) { func
57 marshal: appendBool,