/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_simple_image.cpp | 34 , fMemory () in dng_simple_image() 42 fMemory.Reset (allocator.Allocate (bytes)); in dng_simple_image() 44 fBuffer = dng_pixel_buffer (bounds, 0, planes, pixelType, pcInterleaved, fMemory->Buffer ()); in dng_simple_image()
|
H A D | dng_simple_image.h | 36 AutoPtr<dng_memory_block> fMemory; member in dng_simple_image
|
/third_party/skia/include/gpu/vk/ |
H A D | GrVkTypes.h | 35 VkDeviceMemory fMemory = VK_NULL_HANDLE; member 49 return fMemory == that.fMemory && fOffset == that.fOffset && fSize == that.fSize && in operator ==()
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkMemory.cpp | 80 GR_VK_CALL_RESULT(gpu, err, BindBufferMemory(gpu->device(), buffer, alloc->fMemory, 137 alloc->fMemory = memory; 151 VK_CALL(gpu, FreeMemory(gpu->device(), alloc.fMemory, nullptr)); 220 GR_VK_CALL_RESULT(gpu, err, BindImageMemory(gpu->device(), image, alloc->fMemory, 285 range->memory = alloc.fMemory;
|
H A D | GrVkBuffer.cpp | 340 SkASSERT(fAlloc.fMemory && fAlloc.fBackendMemory); 349 fAlloc.fMemory = VK_NULL_HANDLE;
|
H A D | GrVkTexture.cpp | 109 (kBorrow_GrWrapOwnership == wrapOwnership || VK_NULL_HANDLE != info.fAlloc.fMemory)); in MakeWrappedTexture()
|
H A D | GrVkTextureRenderTarget.cpp | 128 (kBorrow_GrWrapOwnership == wrapOwnership || VK_NULL_HANDLE != info.fAlloc.fMemory)); in MakeWrappedTextureRenderTarget()
|
H A D | GrVkImage.cpp | 309 SkASSERT(VK_NULL_HANDLE != fInfo.fAlloc.fMemory); in init() 391 VK_CALL(gpu, GetDeviceMemoryCommitment(gpu->device(), fInfo.fAlloc.fMemory, &size)); in setImageLayoutAndQueueIndex()
|
H A D | GrVkImage.h | 284 fAlloc.fMemory = VK_NULL_HANDLE; in Resource()
|
H A D | GrVkAMDMemoryAllocator.cpp | 354 alloc->fMemory = vmaInfo.deviceMemory; in getAllocInfo()
|
H A D | GrVkGpu.cpp | 791 if (VK_NULL_HANDLE == alloc.fMemory) { in uploadTexDataLinear() 1317 if (VK_NULL_HANDLE == info.fAlloc.fMemory && needsAllocation) { in check_image_info() 2098 if (backend.fImage && backend.fAlloc.fMemory) { in isTestingOnlyBackendTexture()
|
/third_party/skia/src/gpu/ |
H A D | GrAHardwareBufferUtils.cpp | 277 , fMemory(memory) in VulkanCleanupHelper() 282 fFreeMemory(fDevice, fMemory, nullptr); in ~VulkanCleanupHelper() 287 VkDeviceMemory fMemory; member in GrAHardwareBufferUtils::VulkanCleanupHelper 479 alloc.fMemory = memory; in make_vk_backend_texture()
|
/third_party/skia/tests/ |
H A D | VkHardwareBufferTest.cpp | 402 if (fMemory != VK_NULL_HANDLE) { 403 fVkFreeMemory(fDevice, fMemory, nullptr); 404 fMemory = VK_NULL_HANDLE; 493 VkDeviceMemory fMemory = VK_NULL_HANDLE; member in VulkanTestHelper 768 err = fVkAllocateMemory(fDevice, &allocInfo, nullptr, &fMemory); in importHardwareBuffer() 778 bindImageInfo.memory = fMemory; in importHardwareBuffer() 788 alloc.fMemory = fMemory; in importHardwareBuffer()
|
/third_party/skia/tools/gpu/vk/ |
H A D | VkYcbcrSamplerHelper.cpp | 189 alloc.fMemory = fImageMemory; in createBackendTexture()
|
/third_party/skia/src/core/ |
H A D | SkRemoteGlyphCache.cpp | 121 : fMemory(memory), fMemorySize(memorySize) {} in Deserializer() 162 auto* result = fMemory + padded; in ensureAtLeast() 168 const volatile char* fMemory; member in Deserializer
|