Home
last modified time | relevance | path

Searched refs:outInfo (Results 1 – 23 of 23) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DLegacyManifestParser.java215 ActivityIntentInfo outInfo = new ActivityIntentInfo(activity); in createPackage() local
216 populateIntentInfo(intentFilterData, outInfo); in createPackage()
217 activity.intents.add(outInfo); in createPackage()
247 ActivityIntentInfo outInfo = new ActivityIntentInfo(receiver); in createPackage() local
248 populateIntentInfo(intentFilterData, outInfo); in createPackage()
249 receiver.intents.add(outInfo); in createPackage()
263 ServiceIntentInfo outInfo = new ServiceIntentInfo(service); in createPackage() local
264 populateIntentInfo(intentFilterData, outInfo); in createPackage()
265 service.intents.add(outInfo); in createPackage()
299 ComponentInfo outInfo, Package owner, PackageItemData itemData) { in populateComponentInfo() argument
[all …]
DShadowActivityManager.java126 protected void getMemoryInfo(ActivityManager.MemoryInfo outInfo) { in getMemoryInfo() argument
128 outInfo.availMem = memoryInfo.availMem; in getMemoryInfo()
129 outInfo.lowMemory = memoryInfo.lowMemory; in getMemoryInfo()
130 outInfo.threshold = memoryInfo.threshold; in getMemoryInfo()
131 outInfo.totalMem = memoryInfo.totalMem; in getMemoryInfo()
/external/skqp/src/gpu/
DGrBackendSurface.cpp285 bool GrBackendTexture::getVkImageInfo(GrVkImageInfo* outInfo) const { in getVkImageInfo()
288 *outInfo = fVkInfo.snapImageInfo(); in getVkImageInfo()
320 bool GrBackendTexture::getMtlTextureInfo(GrMtlTextureInfo* outInfo) const { in getMtlTextureInfo()
322 *outInfo = fMtlInfo; in getMtlTextureInfo()
329 bool GrBackendTexture::getGLTextureInfo(GrGLTextureInfo* outInfo) const { in getGLTextureInfo()
331 *outInfo = fGLInfo; in getGLTextureInfo()
337 bool GrBackendTexture::getMockTextureInfo(GrMockTextureInfo* outInfo) const { in getMockTextureInfo()
339 *outInfo = fMockInfo; in getMockTextureInfo()
551 bool GrBackendRenderTarget::getVkImageInfo(GrVkImageInfo* outInfo) const { in getVkImageInfo()
554 *outInfo = fVkInfo.snapImageInfo(); in getVkImageInfo()
[all …]
DGrAuditTrail.cpp102 void GrAuditTrail::getBoundsByClientID(SkTArray<OpInfo>* outInfo, int clientID) { in getBoundsByClientID() argument
115 OpInfo& outOpInfo = outInfo->push_back(); in getBoundsByClientID()
125 void GrAuditTrail::getBoundsByOpListID(OpInfo* outInfo, int opListID) { in getBoundsByOpListID() argument
126 this->copyOutFromOpList(outInfo, opListID); in getBoundsByOpListID()
/external/skia/src/gpu/
DGrBackendSurface.cpp622 bool GrBackendTexture::getDawnTextureInfo(GrDawnTextureInfo* outInfo) const { in getDawnTextureInfo()
624 *outInfo = fDawnInfo; in getDawnTextureInfo()
631 bool GrBackendTexture::getVkImageInfo(GrVkImageInfo* outInfo) const { in getVkImageInfo()
634 *outInfo = fVkInfo.snapImageInfo(fMutableState.get()); in getVkImageInfo()
650 bool GrBackendTexture::getMtlTextureInfo(GrMtlTextureInfo* outInfo) const { in getMtlTextureInfo()
652 *outInfo = fMtlInfo; in getMtlTextureInfo()
660 bool GrBackendTexture::getD3DTextureResourceInfo(GrD3DTextureResourceInfo* outInfo) const { in getD3DTextureResourceInfo()
662 *outInfo = fD3DInfo.snapTextureResourceInfo(); in getD3DTextureResourceInfo()
682 bool GrBackendTexture::getGLTextureInfo(GrGLTextureInfo* outInfo) const { in getGLTextureInfo()
685 *outInfo = fGLInfo.info(); in getGLTextureInfo()
[all …]
DGrBackendSemaphore.cpp30 bool GrBackendSemaphore::getD3DFenceInfo(GrD3DFenceInfo* outInfo) const { in getD3DFenceInfo()
32 *outInfo = *fD3DFenceInfo; in getD3DFenceInfo()
DGrAuditTrail.cpp102 void GrAuditTrail::getBoundsByClientID(SkTArray<OpInfo>* outInfo, int clientID) { in getBoundsByClientID() argument
115 OpInfo& outOpInfo = outInfo->push_back(); in getBoundsByClientID()
125 void GrAuditTrail::getBoundsByOpsTaskID(OpInfo* outInfo, int opsTaskID) { in getBoundsByOpsTaskID() argument
126 this->copyOutFromOpsTask(outInfo, opsTaskID); in getBoundsByOpsTaskID()
DGrAuditTrail.h118 void getBoundsByClientID(SkTArray<OpInfo>* outInfo, int clientID);
119 void getBoundsByOpsTaskID(OpInfo* outInfo, int opsTaskID);
/external/skqp/src/android/
DSkBitmapRegionCodec.cpp72 SkImageInfo outInfo = decodeInfo.makeWH(scaledOutWidth, scaledOutHeight); in decodeRegion() local
78 outInfo = outInfo.makeColorType(kAlpha_8_SkColorType).makeAlphaType(kPremul_SkAlphaType); in decodeRegion()
80 bitmap->setInfo(outInfo); in decodeRegion()
95 size_t bytes = outInfo.computeByteSize(bitmap->rowBytes()); in decodeRegion()
/external/skia/client_utils/android/
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()
/external/skqp/include/gpu/
DGrBackendDrawableInfo.h30 bool getVkDrawableInfo(GrVkDrawableInfo* outInfo) const { in getVkDrawableInfo() argument
32 *outInfo = fVkInfo; in getVkDrawableInfo()
/external/skia/include/gpu/
DGrBackendDrawableInfo.h30 bool getVkDrawableInfo(GrVkDrawableInfo* outInfo) const { in getVkDrawableInfo() argument
32 *outInfo = fVkInfo; in getVkDrawableInfo()
DGrBackendSemaphore.h106 bool getD3DFenceInfo(GrD3DFenceInfo* outInfo) const;
/external/vulkan-validation-layers/layers/
Dvk_mem_alloc.h5058 void DedicatedAllocCalcStatsInfo(VmaStatInfo& outInfo) in DedicatedAllocCalcStatsInfo()
5061 outInfo.blockCount = 1; in DedicatedAllocCalcStatsInfo()
5062 outInfo.allocationCount = 1; in DedicatedAllocCalcStatsInfo()
5063 outInfo.unusedRangeCount = 0; in DedicatedAllocCalcStatsInfo()
5064 outInfo.usedBytes = m_Size; in DedicatedAllocCalcStatsInfo()
5065 outInfo.unusedBytes = 0; in DedicatedAllocCalcStatsInfo()
5066 outInfo.allocationSizeMin = outInfo.allocationSizeMax = m_Size; in DedicatedAllocCalcStatsInfo()
5067 outInfo.unusedRangeSizeMin = UINT64_MAX; in DedicatedAllocCalcStatsInfo()
5068 outInfo.unusedRangeSizeMax = 0; in DedicatedAllocCalcStatsInfo()
5215 virtual void CalcAllocationStatInfo(VmaStatInfo& outInfo) const = 0;
[all …]
/external/angle/third_party/vulkan_memory_allocator/src/
Dvk_mem_alloc.h6063 void DedicatedAllocCalcStatsInfo(VmaStatInfo& outInfo) in DedicatedAllocCalcStatsInfo()
6066 outInfo.blockCount = 1; in DedicatedAllocCalcStatsInfo()
6067 outInfo.allocationCount = 1; in DedicatedAllocCalcStatsInfo()
6068 outInfo.unusedRangeCount = 0; in DedicatedAllocCalcStatsInfo()
6069 outInfo.usedBytes = m_Size; in DedicatedAllocCalcStatsInfo()
6070 outInfo.unusedBytes = 0; in DedicatedAllocCalcStatsInfo()
6071 outInfo.allocationSizeMin = outInfo.allocationSizeMax = m_Size; in DedicatedAllocCalcStatsInfo()
6072 outInfo.unusedRangeSizeMin = UINT64_MAX; in DedicatedAllocCalcStatsInfo()
6073 outInfo.unusedRangeSizeMax = 0; in DedicatedAllocCalcStatsInfo()
6229 virtual void CalcAllocationStatInfo(VmaStatInfo& outInfo) const = 0;
[all …]
DVulkanSample.cpp1154 void SetAllocatorCreateInfo(VmaAllocatorCreateInfo& outInfo) in SetAllocatorCreateInfo() argument
1156 outInfo = {}; in SetAllocatorCreateInfo()
1158 outInfo.physicalDevice = g_hPhysicalDevice; in SetAllocatorCreateInfo()
1159 outInfo.device = g_hDevice; in SetAllocatorCreateInfo()
1160 outInfo.instance = g_hVulkanInstance; in SetAllocatorCreateInfo()
1161 outInfo.vulkanApiVersion = GetVulkanApiVersion(); in SetAllocatorCreateInfo()
1165 outInfo.flags |= VMA_ALLOCATOR_CREATE_KHR_DEDICATED_ALLOCATION_BIT; in SetAllocatorCreateInfo()
1169 outInfo.flags |= VMA_ALLOCATOR_CREATE_KHR_BIND_MEMORY2_BIT; in SetAllocatorCreateInfo()
1175 outInfo.flags |= VMA_ALLOCATOR_CREATE_EXT_MEMORY_BUDGET_BIT; in SetAllocatorCreateInfo()
1180 outInfo.flags |= VMA_ALLOCATOR_CREATE_AMD_DEVICE_COHERENT_MEMORY_BIT; in SetAllocatorCreateInfo()
[all …]
DCommon.h75 void SetAllocatorCreateInfo(VmaAllocatorCreateInfo& outInfo);
/external/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h6044 void DedicatedAllocCalcStatsInfo(VmaStatInfo& outInfo) in DedicatedAllocCalcStatsInfo()
6047 outInfo.blockCount = 1; in DedicatedAllocCalcStatsInfo()
6048 outInfo.allocationCount = 1; in DedicatedAllocCalcStatsInfo()
6049 outInfo.unusedRangeCount = 0; in DedicatedAllocCalcStatsInfo()
6050 outInfo.usedBytes = m_Size; in DedicatedAllocCalcStatsInfo()
6051 outInfo.unusedBytes = 0; in DedicatedAllocCalcStatsInfo()
6052 outInfo.allocationSizeMin = outInfo.allocationSizeMax = m_Size; in DedicatedAllocCalcStatsInfo()
6053 outInfo.unusedRangeSizeMin = UINT64_MAX; in DedicatedAllocCalcStatsInfo()
6054 outInfo.unusedRangeSizeMax = 0; in DedicatedAllocCalcStatsInfo()
6210 virtual void CalcAllocationStatInfo(VmaStatInfo& outInfo) const = 0;
[all …]
/external/skqp/include/private/
DGrAuditTrail.h118 void getBoundsByClientID(SkTArray<OpInfo>* outInfo, int clientID);
119 void getBoundsByOpListID(OpInfo* outInfo, int opListID);
/external/skqp/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h3867 void DedicatedAllocCalcStatsInfo(VmaStatInfo& outInfo) in DedicatedAllocCalcStatsInfo()
3870 outInfo.blockCount = 1; in DedicatedAllocCalcStatsInfo()
3871 outInfo.allocationCount = 1; in DedicatedAllocCalcStatsInfo()
3872 outInfo.unusedRangeCount = 0; in DedicatedAllocCalcStatsInfo()
3873 outInfo.usedBytes = m_Size; in DedicatedAllocCalcStatsInfo()
3874 outInfo.unusedBytes = 0; in DedicatedAllocCalcStatsInfo()
3875 outInfo.allocationSizeMin = outInfo.allocationSizeMax = m_Size; in DedicatedAllocCalcStatsInfo()
3876 outInfo.unusedRangeSizeMin = UINT64_MAX; in DedicatedAllocCalcStatsInfo()
3877 outInfo.unusedRangeSizeMax = 0; in DedicatedAllocCalcStatsInfo()
3989 void CalcAllocationStatInfo(VmaStatInfo& outInfo) const;
[all …]
/external/mdnsresponder/mDNSWindows/
DmDNSWin32.c120 …InterfaceIDToInfo( mDNS * const inMDNS, mDNSInterfaceID inID, mDNSPlatformInterfaceInfo *outInfo );
834 …mInterfaceIDToInfo( mDNS * const inMDNS, mDNSInterfaceID inID, mDNSPlatformInterfaceInfo *outInfo ) in mDNSPlatformInterfaceIDToInfo() argument
841 check( outInfo ); in mDNSPlatformInterfaceIDToInfo()
856 outInfo->name = ifd->name; in mDNSPlatformInterfaceIDToInfo()
857 outInfo->ip = ifd->interfaceInfo.ip; in mDNSPlatformInterfaceIDToInfo()
/external/libabigail/tests/data/test-read-dwarf/
Dtest18-pr19037-libvtkRenderingLIC-6.1.so.abi5172 …<parameter type-id='type-id-106' name='outInfo' filepath='/tmp/legendre/spack-stage/spack-stage-R_…
5192 …<parameter type-id='type-id-106' name='outInfo' filepath='/tmp/legendre/spack-stage/spack-stage-R_…
/external/libabigail/tests/data/test-annotate/
Dtest18-pr19037-libvtkRenderingLIC-6.1.so.abi8415 …<parameter type-id='type-id-106' name='outInfo' filepath='/tmp/legendre/spack-stage/spack-stage-R_…
8446 …<parameter type-id='type-id-106' name='outInfo' filepath='/tmp/legendre/spack-stage/spack-stage-R_…