/third_party/skia/src/gpu/ |
H A D | GrGpuResource.cpp | 243 size_t size = this->gpuMemorySize(); in setResourceTag() local
|
H A D | GrStyle.cpp | 13 int size = 0; in KeySize() local
|
H A D | GrPixmap.h | 102 size_t size = info.height()*rb; in Allocate() local
|
/third_party/skia/src/gpu/ops/ |
H A D | SmallPathAtlasMgr.cpp | 58 SkISize size = atlasConfig.atlasDimensions(kA8_GrMaskFormat); in initAtlas() local
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkTexture.cpp | 192 size_t size = GrSurface::ComputeSize(this->backendFormat(), this->dimensions(), 1, in dumpMemoryStatistics() local
|
/third_party/skia/src/core/ |
H A D | SkBlockAllocator.cpp | 53 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 D | SkPicture.cpp | 142 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 D | SkDescriptor.cpp | 138 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 D | SkCachedData.h | 23 size_t size() const { return fSize; } in size() function in SkCachedData
|
/third_party/skia/samplecode/ |
H A D | SampleTextureUpload.cpp | 34 RenderTargetTexture(GrDirectContext* direct, int size) { in RenderTargetTexture() argument 83 sk_sp<SkSurface> getFilledRasterSurface(SkColor color, int size) { in getFilledRasterSurface() argument
|
H A D | SampleVertices.cpp | 26 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 D | GrD3DBuffer.cpp | 64 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 D | GrGLBuffer.cpp | 37 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 D | GrGLTexture.cpp | 159 size_t size = GrSurface::ComputeSize(this->backendFormat(), this->dimensions(), 1, in dumpMemoryStatistics() local
|
/third_party/skia/src/lazy/ |
H A D | SkDiscardableMemoryPool.cpp | 231 sk_sp<SkDiscardableMemoryPool> SkDiscardableMemoryPool::Make(size_t size) { in Make() argument
|
/third_party/skia/src/image/ |
H A D | SkSurface_Raster.cpp | 52 uint64_t size = sk_64_mul(info.height(), rowBytes); in SkSurfaceValidateRasterInfo() local
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/ |
H A D | MatrixStack.cpp | 21 MatrixStack::MatrixStack(int size) in MatrixStack() argument
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A D | SymbolTable.cpp | 163 size_t size = 0; in calculateObjectSize() local
|
H A D | parseConst.cpp | 54 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 D | VkDescriptorPool.cpp | 47 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 D | VkObject.hpp | 47 size_t size = T::ComputeRequiredAllocationSize(pCreateInfo); in Create() local
|
H A D | VkQueue.cpp | 90 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 D | VkSemaphoreExternalLinux.hpp | 142 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 D | blake2_mac_impl.c | 198 size_t size; in blake2_mac_set_ctx_params() local
|
H A D | siphash_prov.c | 199 size_t size; in siphash_set_params() local
|