Home
last modified time | relevance | path

Searched defs:size (Results 5726 - 5750 of 12855) sorted by relevance

1...<<221222223224225226227228229230>>...515

/third_party/skia/src/gpu/
H A DGrGpuResource.cpp243 size_t size = this->gpuMemorySize(); in setResourceTag() local
H A DGrStyle.cpp13 int size = 0; in KeySize() local
H A DGrPixmap.h102 size_t size = info.height()*rb; in Allocate() local
/third_party/skia/src/gpu/ops/
H A DSmallPathAtlasMgr.cpp58 SkISize size = atlasConfig.atlasDimensions(kA8_GrMaskFormat); in initAtlas() local
/third_party/skia/src/gpu/vk/
H A DGrVkTexture.cpp192 size_t size = GrSurface::ComputeSize(this->backendFormat(), this->dimensions(), 1, in dumpMemoryStatistics() local
/third_party/skia/src/core/
H A DSkBlockAllocator.cpp53 size_t size = offsetof(SkBlockAllocator, fHead) + this->scratchBlockSize(); in totalSize() local
62 size_t size = this->scratchBlockSize(); in totalUsableSpace() local
74 size_t size = 0; totalSpaceInUse() local
[all...]
H A DSkPicture.cpp142 sk_sp<SkPicture> SkPicture::MakeFromData(const void* data, size_t size, in MakeFromData() argument
184 size_t size = sk_negate_to_size_t(ssize); in MakeFromStream() local
209 size_t size = sk_negate_to_size_t(ssize); MakeFromBuffer() local
243 size_t size = data->size(); custom_serialize() local
253 write_pad32(SkWStream* stream, const void* data, size_t size) write_pad32() argument
278 int32_t size = SkToS32(custom->size()); serialize() local
307 int32_t size = SkToS32(custom->size()); Flatten() local
[all...]
H A DSkDescriptor.cpp138 SkAutoDescriptor::SkAutoDescriptor(size_t size) { this->reset(size); } in SkAutoDescriptor() argument
168 void SkAutoDescriptor::reset(size_t size) { in reset() argument
178 size_t size = desc.getLength(); in reset() local
H A DSkCachedData.h23 size_t size() const { return fSize; } in size() function in SkCachedData
/third_party/skia/samplecode/
H A DSampleTextureUpload.cpp34 RenderTargetTexture(GrDirectContext* direct, int size) { in RenderTargetTexture() argument
83 sk_sp<SkSurface> getFilledRasterSurface(SkColor color, int size) { in getFilledRasterSurface() argument
H A DSampleVertices.cpp26 static sk_sp<SkShader> make_shader0(SkIPoint* size) { in make_shader0() argument
41 static sk_sp<SkShader> make_shader1(const SkIPoint& size) { in make_shader1() argument
55 SkIPoint size; in VerticesView() local
[all...]
/third_party/skia/src/gpu/d3d/
H A DGrD3DBuffer.cpp64 sk_sp<GrD3DBuffer> GrD3DBuffer::Make(GrD3DGpu* gpu, size_t size, GrGpuBufferType intendedType, in Make() argument
81 GrD3DBuffer::GrD3DBuffer(GrD3DGpu* gpu, size_t size, GrGpuBufferType intendedType, in GrD3DBuffer() argument
19 make_d3d_buffer(GrD3DGpu* gpu, size_t size, GrGpuBufferType intendedType, GrAccessPattern accessPattern, D3D12_RESOURCE_STATES* resourceState, sk_sp<GrD3DAlloc>* alloc) make_d3d_buffer() argument
149 onUpdateData(const void* src, size_t size) onUpdateData() argument
173 internalMap(size_t size) internalMap() argument
204 internalUnmap(size_t size) internalUnmap() argument
221 sk_ref_sp<GrD3DBuffer>(this), 0, fStagingBuffer, fStagingOffset, size); internalUnmap() local
[all...]
/third_party/skia/src/gpu/gl/
H A DGrGLBuffer.cpp37 sk_sp<GrGLBuffer> GrGLBuffer::Make(GrGLGpu* gpu, size_t size, GrGpuBufferType intendedType, in Make() argument
106 GrGLBuffer::GrGLBuffer(GrGLGpu* gpu, size_t size, GrGpuBufferType intendedType, in GrGLBuffer() argument
[all...]
H A DGrGLTexture.cpp159 size_t size = GrSurface::ComputeSize(this->backendFormat(), this->dimensions(), 1, in dumpMemoryStatistics() local
/third_party/skia/src/lazy/
H A DSkDiscardableMemoryPool.cpp231 sk_sp<SkDiscardableMemoryPool> SkDiscardableMemoryPool::Make(size_t size) { in Make() argument
/third_party/skia/src/image/
H A DSkSurface_Raster.cpp52 uint64_t size = sk_64_mul(info.height(), rowBytes); in SkSurfaceValidateRasterInfo() local
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/
H A DMatrixStack.cpp21 MatrixStack::MatrixStack(int size) in MatrixStack() argument
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DSymbolTable.cpp163 size_t size = 0; in calculateObjectSize() local
H A DparseConst.cpp54 size_t size; // size of the constructor ( 4 for vec4) member in TConstTraverser
174 size_t size = node->getType().getObjectSize(); visitConstantUnion() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkDescriptorPool.cpp47 size_t size = pCreateInfo->maxSets * sw::align(sizeof(DescriptorSetHeader), 16); in ComputeRequiredAllocationSize() local
79 uint8_t *DescriptorPool::findAvailableMemory(size_t size) in findAvailableMemory() argument
[all...]
H A DVkObject.hpp47 size_t size = T::ComputeRequiredAllocationSize(pCreateInfo); in Create() local
H A DVkQueue.cpp90 size_t size = pSubmits[i].waitSemaphoreCount * sizeof(VkSemaphore); in DeepCopySubmitInfo() local
103 size_t size = pSubmits[i].signalSemaphoreCount * sizeof(VkSemaphore); in DeepCopySubmitInfo() local
111 size_t size in DeepCopySubmitInfo() local
134 size_t size = tlsSubmitInfo->waitSemaphoreValueCount * sizeof(uint64_t); DeepCopySubmitInfo() local
143 size_t size = tlsSubmitInfo->signalSemaphoreValueCount * sizeof(uint64_t); DeepCopySubmitInfo() local
[all...]
H A DVkSemaphoreExternalLinux.hpp142 const size_t size = sw::memoryPageSize(); variable
215 bool mapRegion(size_t size, bool needsInitialization, bool initialValue) in mapRegion() argument
/third_party/openssl/providers/implementations/macs/
H A Dblake2_mac_impl.c198 size_t size; in blake2_mac_set_ctx_params() local
H A Dsiphash_prov.c199 size_t size; in siphash_set_params() local

Completed in 14 milliseconds

1...<<221222223224225226227228229230>>...515