/third_party/skia/src/core/ |
H A D | SkPictureData.cpp | 66 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 D | SkPath_serial.cpp | 108 size_t size = 4 * sizeof(int32_t); in writeToMemory() local 135 size_t size = this->writeToMemory(nullptr); serialize() local [all...] |
H A D | SkSpecialImage.cpp | 115 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 D | SkReadBuffer.h | 39 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 D | SkBitmapCache.cpp | 183 size_t size = info.computeByteSize(rb); in Alloc() local
|
H A D | SkFontStream.cpp | 128 size_t size = fCount * sizeof(SkSFNTDirEntry); in init() local
|
H A D | SkWriter32.h | 59 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 D | SkYUVAInfo.cpp | 335 size_t size = safe.mul(rowBytes[i], planeDimensions[i].height()); in computeTotalBytes() local
|
/third_party/skia/src/gpu/ |
H A D | GrSubRunAllocator.h | 80 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 D | GrThreadSafeCache.h | 108 size_t size() const { return fNumVertices * fVertexSize; } in size() function in GrThreadSafeCache::VertexData
|
/third_party/skia/src/gpu/gradients/ |
H A D | GrGradientBitmapCache.cpp | 91 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 D | GrVkAMDMemoryAllocator.cpp | 374 flushMemory(const GrVkBackendMemory& memoryHandle, VkDeviceSize offset, VkDeviceSize size) flushMemory() argument 381 invalidateMemory(const GrVkBackendMemory& memoryHandle, VkDeviceSize offset, VkDeviceSize size) invalidateMemory() argument
|
H A D | GrVkMemory.cpp | 44 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 D | SampleXfer.cpp | 83 CircDrawable(SkScalar size, SkColor c) { in CircDrawable() argument
|
/third_party/skia/src/gpu/gl/ |
H A D | GrGLRenderTarget.cpp | 341 size_t size = GrSurface::ComputeSize(this->backendFormat(), this->dimensions(), in dumpMemoryStatistics() local
|
/third_party/skia/third_party/externals/swiftshader/src/Common/ |
H A D | Thread.hpp | 168 inline void *Thread::allocateLocalStorage(LocalStorageKey key, size_t size) in allocateLocalStorage() argument
|
/third_party/skia/third_party/externals/swiftshader/src/Device/ |
H A D | Context.cpp | 227 VkDeviceSize size = vertexInput.buffer ? vertexInput.buffer->getSize() : 0; in bindVertexInputs() local
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | VertexDataManager.cpp | 239 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 D | LLVMJIT.cpp | 288 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 D | VkDescriptorSetLayout.cpp | 152 size_t size = 0; in getDescriptorSetDataSize() local
|
H A D | VkDeviceMemoryExternalAndroid.cpp | 240 VkResult AHardwareBufferExternalMemory::allocateAndroidHardwareBuffer(size_t size, void **pBuffer) in allocateAndroidHardwareBuffer() argument
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/ |
H A D | Device.cpp | 277 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 D | ui_util.c | 32 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 D | bio_ssl.c | 91 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 D | ktls.h | 332 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
|