/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | ProgramExecutable.cpp | 518 stream->writeInt(static_cast<uint32_t>(mAttributesTypeMask.to_ulong())); in save() 519 stream->writeInt(static_cast<uint32_t>(mAttributesMask.to_ulong())); in save() 520 stream->writeInt(static_cast<uint32_t>(mActiveAttribLocationsMask.to_ulong())); in save() 521 stream->writeInt(mMaxActiveAttribLocation); in save() 523 stream->writeInt(mFragmentInoutRange.low()); in save() 524 stream->writeInt(mFragmentInoutRange.high()); in save() 526 stream->writeInt(mLinkedShaderStages.bits()); in save() 537 stream->writeInt(mGeometryShaderInvocations); in save() 538 stream->writeInt(mGeometryShaderMaxVertices); in save() 540 stream->writeInt(mTessControlShaderVertices); in save() [all …]
|
D | BinaryStream.h | 205 void writeInt(IntT param) in writeInt() function 221 writeInt(-1); in writeIntOrNegOne() 225 writeInt(param); in writeIntOrNegOne() 232 writeInt(param.size()); in writeIntVector() 243 writeInt<UnderlyingType>(static_cast<UnderlyingType>(param)); in writeEnum() 248 writeInt(v.length()); in writeString()
|
D | Program.cpp | 712 stream->writeInt(var.binding); in WriteShaderVariableBuffer() 713 stream->writeInt(var.dataSize); in WriteShaderVariableBuffer() 720 stream->writeInt(var.memberIndexes.size()); in WriteShaderVariableBuffer() 723 stream->writeInt(memberCounterIndex); in WriteShaderVariableBuffer() 748 stream->writeInt(var.bufferIndex); in WriteBufferVariable() 750 stream->writeInt(var.topLevelArraySize); in WriteBufferVariable() 777 stream->writeInt(block.arrayElement); in WriteInterfaceBlock() 797 stream->writeInt(block.arraySize); in WriteShInterfaceBlock() 800 stream->writeInt(block.binding); in WriteShInterfaceBlock() 805 stream->writeInt<size_t>(block.fields.size()); in WriteShInterfaceBlock() [all …]
|
/third_party/libphonenumber/java/internal/prefixmapper/src/com/google/i18n/phonenumbers/prefixmapper/ |
D | FlyweightMapStorage.java | 157 objectOutput.writeInt(prefixSizeInBytes); in writeExternal() 158 objectOutput.writeInt(descIndexSizeInBytes); in writeExternal() 162 objectOutput.writeInt(sizeOfLengths); in writeExternal() 164 objectOutput.writeInt(length); in writeExternal() 168 objectOutput.writeInt(descriptionPool.length); in writeExternal() 175 objectOutput.writeInt(numOfEntries); in writeExternal() 225 objectOutput.writeInt(inputBuffer.getInt(wordIndex)); in writeExternalWord()
|
D | DefaultMapStorage.java | 83 objectOutput.writeInt(numOfEntries); in writeExternal() 85 objectOutput.writeInt(phoneNumberPrefixes[i]); in writeExternal() 89 objectOutput.writeInt(sizeOfLengths); in writeExternal() 91 objectOutput.writeInt(length); in writeExternal()
|
D | MappingFileProvider.java | 109 objectOutput.writeInt(numOfEntries); in writeExternal() 111 objectOutput.writeInt(countryCallingCodes[i]); in writeExternal() 114 objectOutput.writeInt(numOfLangs); in writeExternal()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
D | ProgramD3D.cpp | 1284 stream->writeInt(ANGLE_COMPILE_OPTIMIZATION_LEVEL); in save() 1288 stream->writeInt(d3dSemantic); in save() 1293 stream->writeInt(mShaderSamplers[shaderType].size()); in save() 1296 stream->writeInt(mShaderSamplers[shaderType][i].active); in save() 1297 stream->writeInt(mShaderSamplers[shaderType][i].logicalTextureUnit); in save() 1301 stream->writeInt(mUsedShaderSamplerRanges[shaderType].low()); in save() 1302 stream->writeInt(mUsedShaderSamplerRanges[shaderType].high()); in save() 1305 stream->writeInt(mImagesCS.size()); in save() 1308 stream->writeInt(mImagesCS[i].active); in save() 1309 stream->writeInt(mImagesCS[i].logicalImageUnit); in save() [all …]
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | Program.cpp | 616 stream->writeInt(var.type); in WriteShaderVar() 617 stream->writeInt(var.precision); in WriteShaderVar() 621 stream->writeInt(var.staticUse); in WriteShaderVar() 622 stream->writeInt(var.active); in WriteShaderVar() 624 stream->writeInt(var.hasParentArrayIndex() ? var.parentArrayIndex() : -1); in WriteShaderVar() 643 stream->writeInt(var.binding); in WriteShaderVariableBuffer() 644 stream->writeInt(var.dataSize); in WriteShaderVariableBuffer() 648 stream->writeInt(var.isActive(shaderType)); in WriteShaderVariableBuffer() 651 stream->writeInt(var.memberIndexes.size()); in WriteShaderVariableBuffer() 654 stream->writeInt(memberCounterIndex); in WriteShaderVariableBuffer() [all …]
|
D | BinaryStream.h | 187 void writeInt(IntT param) in writeInt() function 200 writeInt(-1); in writeIntOrNegOne() 204 writeInt(param); in writeIntOrNegOne() 211 writeInt(param.size()); in writeIntVector() 222 writeInt<UnderlyingType>(static_cast<UnderlyingType>(param)); in writeEnum() 227 writeInt(v.length()); in writeString()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
D | ProgramD3D.cpp | 1327 stream->writeInt(ANGLE_COMPILE_OPTIMIZATION_LEVEL); in save() 1331 stream->writeInt(d3dSemantic); in save() 1336 stream->writeInt(mShaderSamplers[shaderType].size()); in save() 1340 stream->writeInt(mShaderSamplers[shaderType][i].logicalTextureUnit); in save() 1344 stream->writeInt(mUsedShaderSamplerRanges[shaderType].low()); in save() 1345 stream->writeInt(mUsedShaderSamplerRanges[shaderType].high()); in save() 1348 stream->writeInt(mImagesCS.size()); in save() 1352 stream->writeInt(mImagesCS[imageIndex].logicalImageUnit); in save() 1355 stream->writeInt(mReadonlyImagesCS.size()); in save() 1359 stream->writeInt(mReadonlyImagesCS[imageIndex].logicalImageUnit); in save() [all …]
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | IntTrieBuilder.java | 344 dos.writeInt(Trie.HEADER_SIGNATURE_); in serialize() 353 dos.writeInt(options); in serialize() 355 dos.writeInt(m_indexLength_); in serialize() 356 dos.writeInt(m_dataLength_); in serialize() 380 dos.writeInt(m_data_[i]); in serialize()
|
D | RBBIDataWrapper.java | 79 bytes.writeInt(fNumStates); in put() 80 bytes.writeInt(fRowLen); in put() 81 bytes.writeInt(fFlags); in put() 82 bytes.writeInt(fReserved); in put()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | IntTrieBuilder.java | 342 dos.writeInt(Trie.HEADER_SIGNATURE_); in serialize() 351 dos.writeInt(options); in serialize() 353 dos.writeInt(m_indexLength_); in serialize() 354 dos.writeInt(m_dataLength_); in serialize() 378 dos.writeInt(m_data_[i]); in serialize()
|
D | RBBIDataWrapper.java | 100 bytes.writeInt(fNumStates); in put() 101 bytes.writeInt(fRowLen); in put() 102 bytes.writeInt(fDictCategoriesStart); in put() 103 bytes.writeInt(fLookAheadResultsSize); in put() 104 bytes.writeInt(fFlags); in put()
|
/third_party/skia/src/gpu/mtl/ |
D | GrMtlPipelineStateBuilder.mm | 200 writer->writeInt(vertexAttributeCount); 211 writer->writeInt(format); 234 writer->writeInt(instanceAttributeCount); 245 writer->writeInt(format); 347 writer->writeInt(format); 370 writer->writeInt(mtlColorAttachment.sourceRGBBlendFactor); 371 writer->writeInt(mtlColorAttachment.destinationRGBBlendFactor); 372 writer->writeInt(mtlColorAttachment.rgbBlendOperation); 373 writer->writeInt(mtlColorAttachment.sourceAlphaBlendFactor); 374 writer->writeInt(mtlColorAttachment.destinationAlphaBlendFactor); [all …]
|
/third_party/node/deps/npm/node_modules/sshpk/lib/formats/ |
D | ssh-private.js | 168 privBuf.writeInt(checkInt); 169 privBuf.writeInt(checkInt); 187 kdfssh.writeInt(rounds); 231 buf.writeInt(1); /* nkeys */
|
/third_party/skia/src/core/ |
D | SkPictureRecord.h | 111 fWriter.writeInt(PACK_8_24(drawType, MASK_24)); in addDraw() 113 fWriter.writeInt(SkToU32(*size)); in addDraw() 115 fWriter.writeInt(PACK_8_24(drawType, SkToU32(*size))); in addDraw() 122 fWriter.writeInt(value); in addInt()
|
D | SkWriteBuffer.h | 42 virtual void writeInt(int32_t value) = 0; 46 this->writeInt(value); in write32() 107 void writeInt(int32_t value) override;
|
/third_party/flutter/skia/src/core/ |
D | SkWriteBuffer.h | 36 virtual void writeInt(int32_t value) = 0; 40 this->writeInt(value); in write32() 100 void writeInt(int32_t value) override;
|
D | SkPictureRecord.h | 109 fWriter.writeInt(PACK_8_24(drawType, MASK_24)); in addDraw() 111 fWriter.writeInt(SkToU32(*size)); in addDraw() 113 fWriter.writeInt(PACK_8_24(drawType, SkToU32(*size))); in addDraw() 120 fWriter.writeInt(value); in addInt()
|
/third_party/flutter/skia/src/effects/ |
D | SkLayerDrawLooper.cpp | 197 buffer.writeInt(fCount); in flatten() 202 buffer.writeInt(0); in flatten() 204 buffer.writeInt(rec->fInfo.fPaintBits); in flatten() 205 buffer.writeInt((int)rec->fInfo.fColorMode); in flatten()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | ProgramExecutableVk.cpp | 48 stream->writeInt(xfb.buffer); in SaveShaderInterfaceVariableXfbInfo() 49 stream->writeInt(xfb.offset); in SaveShaderInterfaceVariableXfbInfo() 50 stream->writeInt(xfb.stride); in SaveShaderInterfaceVariableXfbInfo() 51 stream->writeInt(xfb.arraySize); in SaveShaderInterfaceVariableXfbInfo() 52 stream->writeInt(xfb.columnCount); in SaveShaderInterfaceVariableXfbInfo() 53 stream->writeInt(xfb.rowCount); in SaveShaderInterfaceVariableXfbInfo() 54 stream->writeInt(xfb.arrayIndex); in SaveShaderInterfaceVariableXfbInfo() 55 stream->writeInt(xfb.componentType); in SaveShaderInterfaceVariableXfbInfo() 56 stream->writeInt(xfb.arrayElements.size()); in SaveShaderInterfaceVariableXfbInfo() 350 stream->writeInt(mVariableInfoMap.variableCount(shaderType)); in save() [all …]
|
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/ |
D | Phonemetadata.java | 165 objectOutput.writeInt(leadingDigitsPatternSize); in writeExternal() 315 objectOutput.writeInt(possibleLengthSize); in writeExternal() 317 objectOutput.writeInt(possibleLength_.get(i)); in writeExternal() 321 objectOutput.writeInt(possibleLengthLocalOnlySize); in writeExternal() 323 objectOutput.writeInt(possibleLengthLocalOnly_.get(i)); in writeExternal() 936 objectOutput.writeInt(countryCode_); in writeExternal() 967 objectOutput.writeInt(numberFormatSize); in writeExternal() 973 objectOutput.writeInt(intlNumberFormatSize); in writeExternal() 1188 objectOutput.writeInt(size); in writeExternal()
|
/third_party/skia/src/effects/ |
D | SkLayerDrawLooper.cpp | 200 buffer.writeInt(fCount); in flatten() 205 buffer.writeInt(0); in flatten() 207 buffer.writeInt(rec->fInfo.fPaintBits); in flatten() 208 buffer.writeInt((int)rec->fInfo.fColorMode); in flatten()
|
/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/plugin/common/ |
D | StandardMessageCodec.java | 125 writeInt(stream, value); in writeSize() 146 protected static final void writeInt(ByteArrayOutputStream stream, int value) { in writeInt() method in StandardMessageCodec 233 writeInt(stream, ((Number) value).intValue()); in writeValue() 260 writeInt(stream, n); in writeValue()
|