Home
last modified time | relevance | path

Searched refs:outInfo (Results 1 - 9 of 9) sorted by relevance

/third_party/skia/client_utils/android/
H A DBitmapRegionDecoder.cpp102 SkImageInfo outInfo = decodeInfo.makeWH(scaledOutWidth, scaledOutHeight); in decodeRegion() local
108 outInfo = outInfo.makeColorType(kAlpha_8_SkColorType).makeAlphaType(kPremul_SkAlphaType); in decodeRegion()
110 bitmap->setInfo(outInfo); in decodeRegion()
125 size_t bytes = outInfo.computeByteSize(bitmap->rowBytes()); in decodeRegion()
/third_party/skia/src/gpu/
H A DGrBackendSurface.cpp674 bool GrBackendTexture::getDawnTextureInfo(GrDawnTextureInfo* outInfo) const { in getDawnTextureInfo()
676 *outInfo = fDawnInfo; in getDawnTextureInfo()
684 bool GrBackendTexture::getVkImageInfo(GrVkImageInfo* outInfo) const { in getVkImageInfo()
686 *outInfo = fVkInfo.snapImageInfo(fMutableState.get()); in getVkImageInfo()
700 bool GrBackendTexture::getMtlTextureInfo(GrMtlTextureInfo* outInfo) const { in getMtlTextureInfo()
702 *outInfo = fMtlInfo; in getMtlTextureInfo()
710 bool GrBackendTexture::getD3DTextureResourceInfo(GrD3DTextureResourceInfo* outInfo) const { in getD3DTextureResourceInfo()
712 *outInfo = fD3DInfo.snapTextureResourceInfo(); in getD3DTextureResourceInfo()
733 bool GrBackendTexture::getGLTextureInfo(GrGLTextureInfo* outInfo) const { in getGLTextureInfo()
735 *outInfo in getGLTextureInfo()
[all...]
H A DGrAuditTrail.cpp101 void GrAuditTrail::getBoundsByClientID(SkTArray<OpInfo>* outInfo, int clientID) {
114 OpInfo& outOpInfo = outInfo->push_back();
124 void GrAuditTrail::getBoundsByOpsTaskID(OpInfo* outInfo, int opsTaskID) {
125 this->copyOutFromOpsTask(outInfo, opsTaskID);
H A DGrBackendSemaphore.cpp30 bool GrBackendSemaphore::getD3DFenceInfo(GrD3DFenceInfo* outInfo) const { in getD3DFenceInfo()
32 *outInfo = *fD3DFenceInfo; in getD3DFenceInfo()
H A DGrAuditTrail.h119 void getBoundsByClientID(SkTArray<OpInfo>* outInfo, int clientID);
120 void getBoundsByOpsTaskID(OpInfo* outInfo, int opsTaskID);
/third_party/skia/include/gpu/
H A DGrBackendDrawableInfo.h30 bool getVkDrawableInfo(GrVkDrawableInfo* outInfo) const { in getVkDrawableInfo()
32 *outInfo = fVkInfo; in getVkDrawableInfo()
H A DGrBackendSemaphore.h113 bool getD3DFenceInfo(GrD3DFenceInfo* outInfo) const;
/third_party/skia/third_party/vulkanmemoryallocator/include/
H A Dvk_mem_alloc.h6094 void DedicatedAllocCalcStatsInfo(VmaStatInfo& outInfo) in DedicatedAllocCalcStatsInfo()
6097 outInfo.blockCount = 1; in DedicatedAllocCalcStatsInfo()
6098 outInfo.allocationCount = 1; in DedicatedAllocCalcStatsInfo()
6099 outInfo.unusedRangeCount = 0; in DedicatedAllocCalcStatsInfo()
6100 outInfo.usedBytes = m_Size; in DedicatedAllocCalcStatsInfo()
6101 outInfo.unusedBytes = 0; in DedicatedAllocCalcStatsInfo()
6102 outInfo.allocationSizeMin = outInfo.allocationSizeMax = m_Size; in DedicatedAllocCalcStatsInfo()
6103 outInfo.unusedRangeSizeMin = UINT64_MAX; in DedicatedAllocCalcStatsInfo()
6104 outInfo in DedicatedAllocCalcStatsInfo()
12081 CalcAllocationStatInfoNode(VmaStatInfo& outInfo, const Node* node, VkDeviceSize levelNodeSize) const CalcAllocationStatInfoNode() argument
[all...]
/third_party/skia/third_party/externals/d3d12allocator/src/
H A DD3D12MemAlloc.cpp2126 virtual void GetAllocationInfo(UINT64 offset, VIRTUAL_ALLOCATION_INFO& outInfo) const = 0;
2149 virtual void CalcAllocationStatInfo(StatInfo& outInfo) const = 0;
2176 virtual void GetAllocationInfo(UINT64 offset, VIRTUAL_ALLOCATION_INFO& outInfo) const;
2193 virtual void CalcAllocationStatInfo(StatInfo& outInfo) const;
2786 void BlockMetadata_Generic::GetAllocationInfo(UINT64 offset, VIRTUAL_ALLOCATION_INFO& outInfo) const
2795 outInfo.size = suballoc.size;
2796 outInfo.pUserData = suballoc.userData;
3159 void BlockMetadata_Generic::CalcAllocationStatInfo(StatInfo& outInfo) const
3161 outInfo.BlockCount = 1;
3164 outInfo
[all...]

Completed in 27 milliseconds