| /third_party/skia/src/gpu/ |
| H A D | GrPersistentCacheUtils.cpp | 95 if (reader->readBool() && meta) { in UnpackCachedShaders() 98 if (reader->readBool()) { in UnpackCachedShaders() 99 meta->fSettings->fFragColorIsInOut = reader->readBool(); in UnpackCachedShaders() 100 meta->fSettings->fForceHighPrecision = reader->readBool(); in UnpackCachedShaders() 101 meta->fSettings->fUsePushConstants = reader->readBool(); in UnpackCachedShaders() 113 meta->fHasCustomColorOutput = reader->readBool(); in UnpackCachedShaders() 114 meta->fHasSecondaryColorOutput = reader->readBool(); in UnpackCachedShaders()
|
| /third_party/skia/experimental/skrive/src/ |
| H A D | Node.cpp | 24 node->setCollapsedVisibility(sr->readBool("isCollapsed")); in parse_node() 34 /*const auto intersect =*/ sr->readBool("intersect"); in parse_node()
|
| H A D | Drawable.cpp | 20 node->setIsHidden(!sr->readBool("isVisible")); in parse_node()
|
| H A D | Shape.cpp | 23 node->setTransformAffectsStroke(sr->readBool("transformAffectsStroke")); in parse_node()
|
| H A D | Artboard.cpp | 98 ab->setClipContents(sr->readBool ("clipContents")); in parse_artboard()
|
| /third_party/protobuf/js/experimental/runtime/kernel/ |
| H A D | reader.js | 23 function readBool(bufferDecoder, start) { function 197 return readPacked(bufferDecoder, start, readBool); 341 readBool,
|
| H A D | reader_test.js | 49 expect(() => reader.readBool(pair.bufferDecoder, 0)).toThrow(); 51 const d = reader.readBool(
|
| /third_party/skia/experimental/skrive/tests/ |
| H A D | JsonReader.cpp | 47 REPORTER_ASSERT(reporter, sr->readBool("clipContents")); in DEF_TEST() 52 REPORTER_ASSERT(reporter, !sr->readBool("INVALID")); in DEF_TEST()
|
| H A D | BinaryReader.cpp | 57 REPORTER_ASSERT(reporter, sr->readBool("clipContents")); in DEF_TEST() 62 REPORTER_ASSERT(reporter, !sr->readBool("INVALID")); in DEF_TEST()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | BinaryStream.h | 46 static_assert(!std::is_same<bool, std::remove_cv<IntT>()>(), "Use readBool"); in readInt() 83 bool readBool() in readBool() function in gl::BinaryInputStream 90 void readBool(bool *outValue) { *outValue = readBool(); } in readBool() function in gl::BinaryInputStream
|
| H A D | ProgramExecutable.cpp | 300 mPipelineHasUniformBuffers = stream->readBool(); 301 mPipelineHasStorageBuffers = stream->readBool(); 302 mPipelineHasAtomicCounterBuffers = stream->readBool(); 303 mPipelineHasDefaultUniforms = stream->readBool(); 304 mPipelineHasTextures = stream->readBool(); 344 uniform.setActive(shaderType, stream->readBool()); 417 stream->readBool(&locationData.ignored); 435 stream->readBool(&mYUVOutput); 444 stream->readBool(&locationData.ignored);
|
| H A D | Program.cpp | 734 var->setActive(shaderType, stream->readBool()); in LoadShaderVariableBuffer() 768 var->setActive(shaderType, stream->readBool()); in LoadBufferVariable() 786 block->isArray = stream->readBool(); in LoadInterfaceBlock() 819 block->isRowMajorLayout = stream->readBool(); in LoadShInterfaceBlock() 821 block->staticUse = stream->readBool(); in LoadShInterfaceBlock() 822 block->active = stream->readBool(); in LoadShInterfaceBlock() 967 var->isRowMajorMatrix = stream->readBool(); in LoadBlockMemberInfo() 1015 var->staticUse = stream->readBool(); in LoadShaderVar() 1016 var->active = stream->readBool(); in LoadShaderVar() 1025 var->isRowMajorLayout = stream->readBool(); in LoadShaderVar() [all...] |
| /third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
| H A D | CodedInputStreamReader.java | 151 public boolean readBool() throws IOException { in readBool() method in CodedInputStreamReader 153 return input.readBool(); in readBool() 700 plist.addBoolean(input.readBool()); in readBoolList() 706 plist.addBoolean(input.readBool()); in readBoolList() 726 target.add(input.readBool()); in readBoolList() 732 target.add(input.readBool()); in readBoolList() 1283 return readBool(); in readField()
|
| H A D | Reader.java | 121 boolean readBool() throws IOException; in readBool() method
|
| H A D | WireFormat.java | 243 return input.readBool(); in readPrimitiveField()
|
| /third_party/protobuf/objectivec/ |
| H A D | GPBCodedInputStream.h | 169 - (BOOL)readBool;
|
| /third_party/skia/experimental/skrive/src/reader/ |
| H A D | StreamReader.h | 66 virtual bool readBool (const char label[]) = 0;
|
| H A D | BinaryReader.cpp | 35 bool readBool(const char[]) override {
|
| /third_party/skia/src/core/ |
| H A D | SkColorFilter_Matrix.cpp | 65 auto is_rgba = buffer.readBool(); in CreateProc() 69 : (buffer.readBool() ? Clamp::kYes : Clamp::kNo); in CreateProc()
|
| H A D | SkColorFilter.cpp | 427 bool useDstTF = buffer.readBool(), in CreateProc() 428 useDstGamut = buffer.readBool(), in CreateProc() 429 useDstAT = buffer.readBool(); in CreateProc()
|
| H A D | SkReadBuffer.cpp | 76 bool SkReadBuffer::readBool() { in readBool() function in SkReadBuffer 213 if (this->readBool()) { in readSampling()
|
| /third_party/protobuf/js/binary/ |
| H A D | reader.js | 495 return this.readBool(); 896 jspb.BinaryReader.prototype.readBool = function() { 1255 return this.readPackedField_(this.decoder_.readBool);
|
| /third_party/skia/src/effects/imagefilters/ |
| H A D | SkPictureImageFilter.cpp | 68 if (buffer.readBool()) { in CreateProc()
|
| /third_party/skia/tools/ |
| H A D | skpinfo.cpp | 71 if (!stream.readBool(&hasData)) { return kTruncatedFile; } in main()
|
| /third_party/skia/src/shaders/ |
| H A D | SkColorShader.cpp | 52 if (buffer.readBool()) { in CreateProc()
|