| /third_party/skia/src/core/ |
| 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/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
|
| /third_party/openssl/providers/common/ |
| H A D | bio_prov.c | 106 int ossl_prov_bio_gets(OSSL_CORE_BIO *bio, char *buf, int size) in ossl_prov_bio_gets() argument 181 static int bio_core_gets(BIO *bio, char *buf, int size) in bio_core_gets() argument
|
| /third_party/openssl/ssl/statem/ |
| H A D | statem.c | 505 static int grow_init_buf(SSL *s, size_t size) { in grow_init_buf() argument
|
| /third_party/openssl/providers/implementations/exchange/ |
| H A D | ecdh_exch.c | 434 size_t ecdhsize, size; in ecdh_plain_derive() local
|
| /third_party/openssl/providers/implementations/rands/ |
| H A D | test_rng.c | 176 size_t size = 0; in test_rng_set_ctx_params() local
|
| /third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/bitmap/ |
| H A D | EbscTable.java | |
| /third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/data/ |
| H A D | FontDataTests.java | 266 fillTestWFD(WritableFontData wfd, int size) fillTestWFD() argument [all...] |
| /third_party/skia/third_party/externals/spirv-cross/ |
| H A D | spirv_cross_containers.hpp | 708 size_t size = 0; member [all...] |
| /third_party/skia/third_party/externals/spirv-tools/source/opt/ |
| H A D | iterator.h | 125 size_t size() const { return end_ - begin_; } in size() function in spvtools::opt::IteratorRange
|
| H A D | type_manager.h | 163 Type* GetUIntVectorType(uint32_t size) { in GetUIntVectorType() argument 164 Vector vec_type(GetUIntType(), size); in GetUIntVectorType() local 168 uint32_t GetUIntVectorTypeId(uint32_t size) { in GetUIntVectorTypeId() argument 172 Type* GetSIntVectorType(uint32_t size) { in GetSIntVectorType() argument 173 Vector vec_type(GetSIntType(), size); in GetSIntVectorType() local 177 uint32_t GetSIntVectorTypeId(uint32_t size) { in GetSIntVectorTypeId() argument 181 Type* GetFloatVectorType(uint32_t size) { in GetFloatVectorType() argument 182 Vector vec_type(GetFloatType(), size); GetFloatVectorType() local 186 GetFloatVectorTypeId(uint32_t size) GetFloatVectorTypeId() argument [all...] |
| /third_party/skia/third_party/externals/spirv-tools/source/ |
| H A D | text_handler.cpp | 229 void AssemblyContext::seekForward(uint32_t size) { in seekForward() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| H A D | iterator.h | 125 size_t size() const { return end_ - begin_; } in size() function in spvtools::opt::IteratorRange
|