Home
last modified time | relevance | path

Searched defs:size (Results 3901 - 3925 of 7828) sorted by relevance

1...<<151152153154155156157158159160>>...314

/third_party/skia/src/core/
H A DSkPictureData.cpp66 size_t size = 4; // for 'count' in compute_chunk_size() local
82 static void write_tag_size(SkWriteBuffer& buffer, uint32_t tag, size_t size) { in write_tag_size() argument
87 static void write_tag_size(SkWStream* stream, uint32_t tag, size_t size) { in write_tag_size() argument
99 size_t size in WriteFactories() local
284 parseStreamTag(SkStream* stream, uint32_t tag, uint32_t size, const SkDeserialProcs& procs, SkTypefacePlayback* topLevelTFPlayback) parseStreamTag() argument
409 parseBufferTag(SkReadBuffer& buffer, uint32_t tag, uint32_t size) parseBufferTag() argument
508 uint32_t size; parseStream() local
[all...]
H A DSkPath_serial.cpp108 size_t size = 4 * sizeof(int32_t); in writeToMemory() local
135 size_t size = this->writeToMemory(nullptr); serialize() local
[all...]
H A DSkSpecialImage.cpp115 makeSurface( SkColorType colorType, const SkColorSpace* colorSpace, const SkISize& size, SkAlphaType at, const SkSurfaceProps& props) const makeSurface() argument
121 makeTightSurface( SkColorType colorType, const SkColorSpace* colorSpace, const SkISize& size, SkAlphaType at) const makeTightSurface() argument
[all...]
H A DSkReadBuffer.h39 SkReadBuffer(const void* data, size_t size) { in SkReadBuffer() argument
61 size_t size() const { return fStop - fBase; } in size() function in SkReadBuffer
[all...]
H A DSkBitmapCache.cpp183 size_t size = info.computeByteSize(rb); in Alloc() local
H A DSkFontStream.cpp128 size_t size = fCount * sizeof(SkSFNTDirEntry); in init() local
H A DSkWriter32.h59 uint32_t* reserve(size_t size) { in reserve() argument
138 size_t size = path.writeToMemory(nullptr); in writePath() local
146 size_t size = rgn.writeToMemory(nullptr); writeRegion() local
152 writeMul4(const void* values, size_t size) writeMul4() argument
160 write(const void* values, size_t size) write() argument
169 reservePad(size_t size) reservePad() argument
182 writePad(const void* src, size_t size) writePad() argument
[all...]
H A DSkYUVAInfo.cpp335 size_t size = safe.mul(rowBytes[i], planeDimensions[i].height()); in computeTotalBytes() local
/third_party/skia/src/gpu/
H A DGrSubRunAllocator.h80 int size = n ? n * sizeof(T) : 1; in allocateBytesFor() local
105 static constexpr size_t AlignUp(int size, int alignment) { in AlignUp() argument
121 char* allocateBytes(int size, in argument
199 int size = SkTo<int>(src.size()); makePODArray() local
[all...]
H A DGrThreadSafeCache.h108 size_t size() const { return fNumVertices * fVertexSize; } in size() function in GrThreadSafeCache::VertexData
/third_party/skia/src/gpu/gradients/
H A DGrGradientBitmapCache.cpp91 bool GrGradientBitmapCache::find(const void* buffer, size_t size, SkBitmap* bm) const { in find() argument
202 size_t size in getGradient() local
[all...]
/third_party/skia/src/gpu/vk/
H A DGrVkAMDMemoryAllocator.cpp374 flushMemory(const GrVkBackendMemory& memoryHandle, VkDeviceSize offset, VkDeviceSize size) flushMemory() argument
381 invalidateMemory(const GrVkBackendMemory& memoryHandle, VkDeviceSize offset, VkDeviceSize size) invalidateMemory() argument
H A DGrVkMemory.cpp44 AllocAndBindBufferMemory(GrVkGpu* gpu, VkBuffer buffer, BufferUsage usage, GrVkAlloc* alloc, size_t size) global() argument
267 GetNonCoherentMappedMemoryRange(const GrVkAlloc& alloc, VkDeviceSize offset, VkDeviceSize size, VkDeviceSize alignment, VkMappedMemoryRange* range) global() argument
290 FlushMappedAlloc(GrVkGpu* gpu, const GrVkAlloc& alloc, VkDeviceSize offset, VkDeviceSize size) global() argument
305 InvalidateMappedAlloc(GrVkGpu* gpu, const GrVkAlloc& alloc, VkDeviceSize offset, VkDeviceSize size) global() argument
[all...]
/third_party/skia/samplecode/
H A DSampleXfer.cpp83 CircDrawable(SkScalar size, SkColor c) { in CircDrawable() argument
/third_party/skia/src/gpu/gl/
H A DGrGLRenderTarget.cpp341 size_t size = GrSurface::ComputeSize(this->backendFormat(), this->dimensions(), in dumpMemoryStatistics() local
/third_party/skia/third_party/externals/swiftshader/src/Common/
H A DThread.hpp168 inline void *Thread::allocateLocalStorage(LocalStorageKey key, size_t size) in allocateLocalStorage() argument
/third_party/skia/third_party/externals/swiftshader/src/Device/
H A DContext.cpp227 VkDeviceSize size = vertexInput.buffer ? vertexInput.buffer->getSize() : 0; in bindVertexInputs() local
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DVertexDataManager.cpp239 VertexBuffer::VertexBuffer(unsigned int size) : mVertexBuffer(nullptr) in VertexBuffer() argument
292 StreamingVertexBuffer::StreamingVertexBuffer(unsigned int size) : VertexBuffer(size) in StreamingVertexBuffer() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DLLVMJIT.cpp288 size_t size = block.allocatedSize(); in protectMappedMemory() local
301 size_t size = block.allocatedSize(); in releaseMappedMemory() local
333 void *alignedAlloc(size_t size, size_ argument
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkDescriptorSetLayout.cpp152 size_t size = 0; in getDescriptorSetDataSize() local
H A DVkDeviceMemoryExternalAndroid.cpp240 VkResult AHardwareBufferExternalMemory::allocateAndroidHardwareBuffer(size_t size, void **pBuffer) in allocateAndroidHardwareBuffer() argument
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/
H A DDevice.cpp277 VkDescriptorPoolSize size = { in CreateStorageBufferDescriptorPool() local
147 CreateStorageBuffer( VkDeviceMemory memory, VkDeviceSize size, VkDeviceSize offset, VkBuffer *out) const CreateStorageBuffer() argument
339 AllocateMemory(size_t size, VkMemoryPropertyFlags flags, VkDeviceMemory *out) const AllocateMemory() argument
374 MapMemory(VkDeviceMemory memory, VkDeviceSize offset, VkDeviceSize size, VkMemoryMapFlags flags, void **ppData) const MapMemory() argument
[all...]
/third_party/openssl/crypto/ui/
H A Dui_util.c32 int UI_UTIL_read_pw(char *buf, char *buff, int size, const char *prompt, in UI_UTIL_read_pw() argument
/third_party/openssl/ssl/
H A Dbio_ssl.c91 static int ssl_read(BIO *b, char *buf, size_t size, size_t *readbytes) in ssl_read() argument
161 static int ssl_write(BIO *b, const char *buf, size_t size, size_t *written) in ssl_write() argument
/third_party/openssl/include/internal/
H A Dktls.h332 static ossl_inline ossl_ssize_t ktls_sendfile(int s, int fd, off_t off, size_t size, int flags) in ktls_sendfile() argument
188 ktls_sendfile(int s, int fd, off_t off, size_t size, int flags) ktls_sendfile() argument

Completed in 19 milliseconds

1...<<151152153154155156157158159160>>...314