Home
last modified time | relevance | path

Searched refs:storageSize (Results 1 – 24 of 24) sorted by relevance

/external/deqp/framework/delibs/decpp/
DdeArrayBuffer.hpp91 const size_t storageSize = (numElements - 1) * Stride + sizeof(T); in ArrayBuffer() local
92 void* const ptr = detail::ArrayBuffer_AlignedMalloc(storageSize, Alignment); in ArrayBuffer()
115 const size_t storageSize = sizeof(T) * numElements; in ArrayBuffer() local
116 deMemcpy(tmp.m_ptr, ptr, (int)storageSize); in ArrayBuffer()
138 const size_t storageSize = (other.m_cap - 1) * Stride + sizeof(T); in ArrayBuffer() local
141 deMemcpy(tmp.m_ptr, other.m_ptr, (int)storageSize); in ArrayBuffer()
/external/skia/src/core/
DSkBitmapController.h43 void* storage, size_t storageSize);
51 void* storage, size_t storageSize) = 0;
66 void* storage, size_t storageSize) override;
DSkDeque.cpp38 SkDeque::SkDeque(size_t elemSize, void* storage, size_t storageSize, int allocCount) in SkDeque() argument
43 SkASSERT(storageSize == 0 || storage != nullptr); in SkDeque()
46 if (storageSize >= sizeof(Block) + elemSize) { in SkDeque()
48 fFrontBlock->init(storageSize); in SkDeque()
DSkICC.cpp94 size_t storageSize = 0; in rawTransferFnData() local
97 storageSize += gammas->tableSize(i) * sizeof(float); in rawTransferFnData()
99 storageSize += kDefaultTableSize * sizeof(float); in rawTransferFnData()
104 tables->fStorage = SkData::MakeUninitialized(storageSize); in rawTransferFnData()
DSkMipMap.cpp486 size_t storageSize = SkMipMap::AllocLevelsSize(countLevels, size); in Build() local
487 if (0 == storageSize) { in Build()
493 SkDiscardableMemory* dm = fact(storageSize); in Build()
497 mipmap = new SkMipMap(storageSize, dm); in Build()
499 mipmap = new SkMipMap(sk_malloc_throw(storageSize), storageSize); in Build()
DSkBitmapController.cpp23 void* storage, size_t storageSize) { in requestBitmap() argument
24 State* state = this->onRequestBitmap(provider, inv, quality, storage, storageSize); in requestBitmap()
DSkWriteBuffer.cpp25 SkBinaryWriteBuffer::SkBinaryWriteBuffer(void* storage, size_t storageSize, uint32_t flags) in SkBinaryWriteBuffer() argument
28 , fWriter(storage, storageSize) in SkBinaryWriteBuffer()
DSkMaskFilter.cpp137 size_t storageSize = (innerW + 1) * (sizeof(int16_t) + sizeof(uint8_t)); in draw_nine_clipped() local
138 SkAutoSMalloc<4*1024> storage(storageSize); in draw_nine_clipped()
/external/protobuf/objectivec/google/protobuf/
DWrappers.pbobjc.m64 storageSize:sizeof(GPBDoubleValue__storage_)
107 storageSize:sizeof(GPBFloatValue__storage_)
150 storageSize:sizeof(GPBInt64Value__storage_)
193 storageSize:sizeof(GPBUInt64Value__storage_)
236 storageSize:sizeof(GPBInt32Value__storage_)
279 storageSize:sizeof(GPBUInt32Value__storage_)
321 storageSize:sizeof(GPBBoolValue__storage_)
364 storageSize:sizeof(GPBStringValue__storage_)
407 storageSize:sizeof(GPBBytesValue__storage_)
DStruct.pbobjc.m96 storageSize:sizeof(GPBStruct__storage_)
194 storageSize:sizeof(GPBValue__storage_)
260 storageSize:sizeof(GPBListValue__storage_)
DType.pbobjc.m168 storageSize:sizeof(GPBType__storage_)
321 storageSize:sizeof(GPBField__storage_)
549 storageSize:sizeof(GPBEnum__storage_)
626 storageSize:sizeof(GPBEnumValue__storage_)
680 storageSize:sizeof(GPBOption__storage_)
DApi.pbobjc.m145 storageSize:sizeof(GPBApi__storage_)
264 storageSize:sizeof(GPBMethod__storage_)
335 storageSize:sizeof(GPBMixin__storage_)
DEmpty.pbobjc.m51 storageSize:sizeof(GPBEmpty__storage_)
DSourceContext.pbobjc.m64 storageSize:sizeof(GPBSourceContext__storage_)
DFieldMask.pbobjc.m64 storageSize:sizeof(GPBFieldMask__storage_)
DAny.pbobjc.m75 storageSize:sizeof(GPBAny__storage_)
DDuration.pbobjc.m75 storageSize:sizeof(GPBDuration__storage_)
DTimestamp.pbobjc.m75 storageSize:sizeof(GPBTimestamp__storage_)
/external/skia/include/core/
DSkWriteBuffer.h83 SkBinaryWriteBuffer(void* initialStorage, size_t storageSize, uint32_t flags = 0);
94 void reset(void* storage = NULL, size_t storageSize = 0) {
95 fWriter.reset(storage, storageSize);
DSkDeque.h33 SkDeque(size_t elemSize, void* storage, size_t storageSize, int allocCount = 1);
/external/protobuf/objectivec/
DGPBDescriptor_PackagePrivate.h151 storageSize:(uint32_t)storageSize
157 storageSize:(uint32_t)storage
DGPBDescriptor.m112 storageSize:(uint32_t)storageSize
147 storageSize:storageSize
156 storageSize:(uint32_t)storageSize
162 storageSize_ = storageSize;
DGPBMessage.m782 storageSize:0
/external/guice/extensions/persist/lib/
Dhsqldb.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hsqldb/ org/ ...