Home
last modified time | relevance | path

Searched defs:size (Results 9851 - 9875 of 15565) sorted by relevance

1...<<391392393394395396397398399400>>...623

/third_party/skia/src/core/
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/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
/third_party/openssl/providers/common/
H A Dbio_prov.c106 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 Dstatem.c505 static int grow_init_buf(SSL *s, size_t size) { in grow_init_buf() argument
/third_party/openssl/providers/implementations/exchange/
H A Decdh_exch.c434 size_t ecdhsize, size; in ecdh_plain_derive() local
/third_party/openssl/providers/implementations/rands/
H A Dtest_rng.c176 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 DEbscTable.java
/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/data/
H A DFontDataTests.java266 fillTestWFD(WritableFontData wfd, int size) fillTestWFD() argument
[all...]
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_cross_containers.hpp708 size_t size = 0; member
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Diterator.h125 size_t size() const { return end_ - begin_; } in size() function in spvtools::opt::IteratorRange
H A Dtype_manager.h163 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 Dtext_handler.cpp229 void AssemblyContext::seekForward(uint32_t size) { in seekForward() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Diterator.h125 size_t size() const { return end_ - begin_; } in size() function in spvtools::opt::IteratorRange

Completed in 24 milliseconds

1...<<391392393394395396397398399400>>...623