/third_party/skia/src/gpu/ |
H A D | GrShaderCaps.cpp | 90 writer->appendBool("Shader Derivative Support", fShaderDerivativeSupport); in dumpJSON() 91 writer->appendBool("Dst Read In Shader Support", fDstReadInShaderSupport); in dumpJSON() 92 writer->appendBool("Dual Source Blending Support", fDualSourceBlendingSupport); in dumpJSON() 93 writer->appendBool("Integer Support", fIntegerSupport); in dumpJSON() 94 writer->appendBool("Nonsquare Matrix Support", fNonsquareMatrixSupport); in dumpJSON() 95 writer->appendBool("Inverse Hyperbolic Support", fInverseHyperbolicSupport); in dumpJSON() 107 writer->appendBool("FB Fetch Support", fFBFetchSupport); in dumpJSON() 108 writer->appendBool("Uses precision modifiers", fUsesPrecisionModifiers); in dumpJSON() 109 writer->appendBool("Can use any() function", fCanUseAnyFunctionInShader); in dumpJSON() 110 writer->appendBool("Ca in dumpJSON() [all...] |
H A D | GrCaps.cpp | 199 writer->appendBool("MIP Map Support", fMipmapSupport); in dumpJSON() 200 writer->appendBool("NPOT Texture Tile Support", fNPOTTextureTileSupport); in dumpJSON() 201 writer->appendBool("Reuse Scratch Textures", fReuseScratchTextures); in dumpJSON() 202 writer->appendBool("Reuse Scratch Buffers", fReuseScratchBuffers); in dumpJSON() 203 writer->appendBool("Gpu Tracing Support", fGpuTracingSupport); in dumpJSON() 204 writer->appendBool("Oversized Stencil Support", fOversizedStencilSupport); in dumpJSON() 205 writer->appendBool("Texture Barrier Support", fTextureBarrierSupport); in dumpJSON() 206 writer->appendBool("Sample Locations Support", fSampleLocationsSupport); in dumpJSON() 207 writer->appendBool("Draw Instanced Support", fDrawInstancedSupport); in dumpJSON() 208 writer->appendBool("Nativ in dumpJSON() [all...] |
/third_party/skia/src/gpu/gl/ |
H A D | GrGLCaps.cpp | 1207 writer->appendBool("Core Profile", fIsCoreProfile); in onDumpJSON() 1213 writer->appendBool("Pack Flip Y support", fPackFlipYSupport); in onDumpJSON() 1215 writer->appendBool("Texture Usage support", fTextureUsageSupport); in onDumpJSON() 1216 writer->appendBool("GL_ARB_imaging support", fImagingSupport); in onDumpJSON() 1217 writer->appendBool("Vertex array object support", fVertexArrayObjectSupport); in onDumpJSON() 1218 writer->appendBool("Debug support", fDebugSupport); in onDumpJSON() 1219 writer->appendBool("ES2 compatibility support", fES2CompatibilitySupport); in onDumpJSON() 1220 writer->appendBool("drawRangeElements support", fDrawRangeElementsSupport); in onDumpJSON() 1221 writer->appendBool("Base (vertex base) instance support", fBaseVertexBaseInstanceSupport); in onDumpJSON() 1222 writer->appendBool("Bin in onDumpJSON() [all...] |
/third_party/glslang/glslang/MachineIndependent/ |
H A D | SpirvIntrinsics.cpp | 208 const auto appendBool = [&](bool b) { qualifierString.append(std::to_string(b).c_str()); }; in getSpirvDecorateQualifierString() local 225 appendBool(value); in getSpirvDecorateQualifierString()
|
/third_party/skia/src/utils/ |
H A D | SkJSONWriter.h | 190 void appendBool(bool value) { in appendBool() function in SkJSONWriter 224 DEFINE_NAMED_APPEND(appendBool, bool)
|
/third_party/skia/src/pdf/ |
H A D | SkPDFTypes.h | 106 void appendBool(bool);
|
H A D | SkPDFGradientShader.cpp | 612 extend->appendBool(true); in make_function_shader() 613 extend->appendBool(true); in make_function_shader()
|
H A D | SkPDFTypes.cpp | 306 void SkPDFArray::appendBool(bool value) { in appendBool() function in SkPDFArray
|
/third_party/skia/tools/debugger/ |
H A D | DrawCommand.cpp | 260 writer.appendBool(DEBUGCANVAS_ATTRIBUTE_VISIBLE, this->isVisible()); in toJSON() 593 writer.appendBool(key, value); in store_bool() 1008 writer.appendBool(DEBUGCANVAS_ATTRIBUTE_ANTIALIAS, fDoAA); in toJSON() 1040 writer.appendBool(DEBUGCANVAS_ATTRIBUTE_ANTIALIAS, fDoAA); in toJSON() 1065 writer.appendBool(DEBUGCANVAS_ATTRIBUTE_ANTIALIAS, fDoAA); in toJSON() 1320 writer.appendBool(DEBUGCANVAS_ATTRIBUTE_STRICT, true); in toJSON() 1379 writer.appendBool(DEBUGCANVAS_ATTRIBUTE_STRICT, true); in toJSON() 1457 writer.appendBool(DEBUGCANVAS_ATTRIBUTE_USECENTER, fUseCenter); in toJSON()
|
H A D | JsonWriteBuffer.cpp | 41 fWriter->appendBool(value); in writeBool()
|
/third_party/skia/modules/particles/include/ |
H A D | SkParticleSerialization.h | 30 fWriter.appendBool(name, b);
|
/third_party/skia/tools/skiaserve/ |
H A D | Request.cpp | 230 writer.appendBool("drawGpuOpBounds", fDebugCanvas->getDrawGpuOpBounds()); in getJsonOps()
|
/third_party/skia/tools/trace/ |
H A D | ChromeTracingTracer.cpp | 159 case TRACE_VALUE_TYPE_BOOL: writer->appendBool(value.as_bool); break; in trace_value_to_json()
|
/third_party/skia/tests/ |
H A D | PDFPrimitivesTest.cpp | 168 array->appendBool(true); in TestPDFArray()
|