Home
last modified time | relevance | path

Searched refs:readBool (Results 1 – 25 of 78) sorted by relevance

1234

/third_party/skia/src/gpu/
DGrPersistentCacheUtils.cpp95 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/protobuf/js/experimental/runtime/kernel/
Dreader.js23 function readBool(bufferDecoder, start) { function
197 return readPacked(bufferDecoder, start, readBool);
341 readBool, property
Dreader_test.js49 expect(() => reader.readBool(pair.bufferDecoder, 0)).toThrow();
51 const d = reader.readBool(
/third_party/skia/experimental/skrive/src/
DNode.cpp24 node->setCollapsedVisibility(sr->readBool("isCollapsed")); in parse_node()
34 /*const auto intersect =*/ sr->readBool("intersect"); in parse_node()
DDrawable.cpp20 node->setIsHidden(!sr->readBool("isVisible")); in parse_node()
DShape.cpp23 node->setTransformAffectsStroke(sr->readBool("transformAffectsStroke")); in parse_node()
/third_party/skia/experimental/skrive/tests/
DBinaryReader.cpp57 REPORTER_ASSERT(reporter, sr->readBool("clipContents")); in DEF_TEST()
62 REPORTER_ASSERT(reporter, !sr->readBool("INVALID")); in DEF_TEST()
DJsonReader.cpp47 REPORTER_ASSERT(reporter, sr->readBool("clipContents")); in DEF_TEST()
52 REPORTER_ASSERT(reporter, !sr->readBool("INVALID")); in DEF_TEST()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DBinaryStream.h72 bool readBool() in readBool() function
79 void readBool(bool *outValue) { *outValue = readBool(); } in readBool() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DBinaryStream.h83 bool readBool() in readBool() function
90 void readBool(bool *outValue) { *outValue = readBool(); } in readBool() function
DProgramExecutable.cpp300 mPipelineHasUniformBuffers = stream->readBool(); in load()
301 mPipelineHasStorageBuffers = stream->readBool(); in load()
302 mPipelineHasAtomicCounterBuffers = stream->readBool(); in load()
303 mPipelineHasDefaultUniforms = stream->readBool(); in load()
304 mPipelineHasTextures = stream->readBool(); in load()
344 uniform.setActive(shaderType, stream->readBool()); in load()
417 stream->readBool(&locationData.ignored); in load()
435 stream->readBool(&mYUVOutput); in load()
444 stream->readBool(&locationData.ignored); in load()
DProgram.cpp734 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/
DCodedInputStreamReader.java151 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()
/third_party/protobuf/objectivec/
DGPBCodedInputStream.h169 - (BOOL)readBool;
/third_party/flutter/skia/src/shaders/
DSkLights.cpp25 bool isPoint = buf.readBool(); in MakeFromBuffer()
/third_party/skia/src/core/
DSkColorFilter.cpp427 bool useDstTF = buffer.readBool(), in CreateProc()
428 useDstGamut = buffer.readBool(), in CreateProc()
429 useDstAT = buffer.readBool(); in CreateProc()
DSkReadBuffer.cpp76 bool SkReadBuffer::readBool() { in readBool() function in SkReadBuffer
213 if (this->readBool()) { in readSampling()
/third_party/flutter/skia/src/core/
DSkReadBuffer.h68 bool readBool();
244 bool readBool() { return 0; } in readBool() function
DSkColorFilter_Matrix.cpp55 buffer.readBool(); in CreateProc()
/third_party/skia/experimental/skrive/src/reader/
DStreamReader.h66 virtual bool readBool (const char label[]) = 0;
DBinaryReader.cpp35 bool readBool(const char[]) override { in readBool() function in skrive::internal::__anonaefe223a0111::BinaryReader
/third_party/skia/tools/
Dskpinfo.cpp71 if (!stream.readBool(&hasData)) { return kTruncatedFile; } in main()
/third_party/flutter/skia/tools/
Dskpinfo.cpp70 if (!stream.readBool(&hasData)) { return kTruncatedFile; } in main()
/third_party/protobuf/js/binary/
Dreader.js495 return this.readBool();
896 jspb.BinaryReader.prototype.readBool = function() { method in jspb.BinaryReader
1255 return this.readPackedField_(this.decoder_.readBool);
/third_party/skia/src/effects/imagefilters/
DSkPictureImageFilter.cpp68 if (buffer.readBool()) { in CreateProc()

1234