/third_party/skia/src/ports/ |
D | SkFontMgr_preview.cpp | 204 void SkFontMgr_Preview::addFamily(FontFamily& family, int familyIndex) in addFamily() argument 211 fallbackName.printf("%.2x##fallback", familyIndex); in addFamily() 227 int familyIndex = 0; in buildNameToFamilyMap() local 229 addFamily(*family, familyIndex++); in buildNameToFamilyMap() 230 family->fallbackFamilies.foreach([this, &familyIndex] in buildNameToFamilyMap() 232 addFamily(*(*fallbackFamily).get(), familyIndex++); in buildNameToFamilyMap()
|
D | SkRemotableFontMgr_win_dw.cpp | 126 SkRemotableFontIdentitySet* getIndex(int familyIndex) const override { in getIndex() 128 HRNM(fFontCollection->GetFontFamily(familyIndex, &fontFamily), in getIndex() 144 virtual SkFontIdentity matchIndexStyle(int familyIndex, in matchIndexStyle() argument 150 HR_GENERAL(fFontCollection->GetFontFamily(familyIndex, &fontFamily), in matchIndexStyle()
|
D | SkFontMgr_android.cpp | 501 void addFamily(FontFamily& family, const bool isolated, int familyIndex) { in addFamily() argument 508 fallbackName.printf("%.2x##fallback", familyIndex); in addFamily() 524 int familyIndex = 0; in buildNameToFamilyMap() local 526 addFamily(*family, isolated, familyIndex++); in buildNameToFamilyMap() 528 addFamily(*fallbackFamily, isolated, familyIndex++); in buildNameToFamilyMap()
|
D | SkFontMgr_win_dw.cpp | 1086 for (UINT32 familyIndex = 0; familyIndex < familyCount; ++familyIndex) { in onMakeFromStreamArgs() local 1088 HRN(fontCollection->GetFontFamily(familyIndex, &fontFamily)); in onMakeFromStreamArgs()
|
D | SkFontMgr_preview.h | 348 void addFamily(FontFamily& family, int familyIndex);
|
/third_party/flutter/skia/src/ports/ |
D | SkFontMgr_preview.cpp | 216 void SkFontMgr_Preview::addFamily(FontFamily& family, int familyIndex) in addFamily() argument 223 fallbackName.printf("%.2x##fallback", familyIndex); in addFamily() 239 int familyIndex = 0; in buildNameToFamilyMap() local 241 addFamily(*family, familyIndex++); in buildNameToFamilyMap() 242 family->fallbackFamilies.foreach([this, &familyIndex] in buildNameToFamilyMap() 244 addFamily(*(*fallbackFamily).get(), familyIndex++); in buildNameToFamilyMap()
|
D | SkFontMgr_android.cpp | 528 void addFamily(FontFamily& family, const bool isolated, int familyIndex) { in addFamily() argument 535 fallbackName.printf("%.2x##fallback", familyIndex); in addFamily() 551 int familyIndex = 0; in buildNameToFamilyMap() local 553 addFamily(*family, isolated, familyIndex++); in buildNameToFamilyMap() 554 family->fallbackFamilies.foreach([this, isolated, &familyIndex] in buildNameToFamilyMap() 556 addFamily(*(*fallbackFamily).get(), isolated, familyIndex++); in buildNameToFamilyMap()
|
D | SkRemotableFontMgr_win_dw.cpp | 126 SkRemotableFontIdentitySet* getIndex(int familyIndex) const override { in getIndex() 128 HRNM(fFontCollection->GetFontFamily(familyIndex, &fontFamily), in getIndex() 144 virtual SkFontIdentity matchIndexStyle(int familyIndex, in matchIndexStyle() argument 150 HR_GENERAL(fFontCollection->GetFontFamily(familyIndex, &fontFamily), in matchIndexStyle()
|
D | SkFontMgr_win_dw.cpp | 925 for (UINT32 familyIndex = 0; familyIndex < familyCount; ++familyIndex) { in onMakeFromStreamIndex() local 927 HRN(fontCollection->GetFontFamily(familyIndex, &fontFamily)); in onMakeFromStreamIndex() 974 for (UINT32 familyIndex = 0; familyIndex < familyCount; ++familyIndex) { in onMakeFromStreamArgs() local 976 HRN(fontCollection->GetFontFamily(familyIndex, &fontFamily)); in onMakeFromStreamArgs()
|
D | SkFontMgr_preview.h | 350 void addFamily(FontFamily& family, int familyIndex);
|
/third_party/skia/include/ports/ |
D | SkRemotableFontMgr.h | 65 virtual SkRemotableFontIdentitySet* getIndex(int familyIndex) const = 0; 72 virtual SkFontIdentity matchIndexStyle(int familyIndex, const SkFontStyle&) const = 0;
|
/third_party/flutter/skia/include/ports/ |
D | SkRemotableFontMgr.h | 65 virtual SkRemotableFontIdentitySet* getIndex(int familyIndex) const = 0; 72 virtual SkFontIdentity matchIndexStyle(int familyIndex, const SkFontStyle&) const = 0;
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
D | vktGlobalPriorityQueueUtils.cpp | 72 for (deUint32 familyIndex = 0; familyIndex < queueFamilyPropertyCount; ++familyIndex) in findQueueFamilyIndex() local 74 const VkQueueFamilyProperties& props = familyProperties2[familyIndex].queueFamilyProperties; in findQueueFamilyIndex() 82 const QueueGlobalPriorities prios(familyPriorityProperties[familyIndex]); in findQueueFamilyIndex() 89 return familyIndex; in findQueueFamilyIndex()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
D | vktGlobalPriorityQueueUtils.cpp | 72 for (deUint32 familyIndex = 0; familyIndex < queueFamilyPropertyCount; ++familyIndex) in findQueueFamilyIndex() local 74 const VkQueueFamilyProperties& props = familyProperties2[familyIndex].queueFamilyProperties; in findQueueFamilyIndex() 82 const QueueGlobalPriorities prios(familyPriorityProperties[familyIndex]); in findQueueFamilyIndex() 89 return familyIndex; in findQueueFamilyIndex()
|
/third_party/skia/src/fonts/ |
D | SkFontMgr_indirect.cpp | 27 SkStyleSet_Indirect(const SkFontMgr_Indirect* owner, int familyIndex, in SkStyleSet_Indirect() argument 29 : fOwner(SkRef(owner)), fFamilyIndex(familyIndex), fData(data) in SkStyleSet_Indirect()
|
/third_party/flutter/skia/src/fonts/ |
D | SkFontMgr_indirect.cpp | 27 SkStyleSet_Indirect(const SkFontMgr_Indirect* owner, int familyIndex, in SkStyleSet_Indirect() argument 29 : fOwner(SkRef(owner)), fFamilyIndex(familyIndex), fData(data) in SkStyleSet_Indirect()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | CommandProcessor.cpp | 1379 for (uint32_t familyIndex = 0; familyIndex < queueFamilyProperties.size(); ++familyIndex) in FindIndex() local 1381 const auto &queueInfo = queueFamilyProperties[familyIndex]; in FindIndex() 1388 index = familyIndex; in FindIndex()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | RendererVk.cpp | 790 for (uint32_t familyIndex = 0; familyIndex < queueCount; ++familyIndex) in initialize() local 792 const auto &queueInfo = mQueueFamilyProperties[familyIndex]; in initialize() 799 firstGraphicsQueueFamily = familyIndex; in initialize()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
D | vktApiDeviceInitializationTests.cpp | 1958 deUint32 familyIndex; member 1982 info.familyIndex, // deUint32 queueFamilyIndex; in runQueueCreationTestCombination() 2000 …const string message = "(queueFamilyIndex: " + de::toString(info.familyIndex) + ", flags: … in runQueueCreationTestCombination() 2001 …ue = getDeviceQueue2WithOptions(deviceDriver, *device, info.flags, info.familyIndex, queueIdx); in runQueueCreationTestCombination() 2189 …queuesInfo << "(Queue family: " << queueInfo.familyIndex << ", flags: " << queueInfo.flags << ", c… in createDeviceQueue2WithNProtectedAndMUnprotectedQueues() 2279 …queuesInfo << "(Queue family: " << queueInfo.familyIndex << ", flags: " << queueInfo.flags << ", c… in createDeviceQueue2WithMultipleQueueCombinations()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
D | vktApiDeviceInitializationTests.cpp | 1958 deUint32 familyIndex; member 1982 info.familyIndex, // deUint32 queueFamilyIndex; in runQueueCreationTestCombination() 2000 …const string message = "(queueFamilyIndex: " + de::toString(info.familyIndex) + ", flags: … in runQueueCreationTestCombination() 2001 …ue = getDeviceQueue2WithOptions(deviceDriver, *device, info.flags, info.familyIndex, queueIdx); in runQueueCreationTestCombination() 2189 …queuesInfo << "(Queue family: " << queueInfo.familyIndex << ", flags: " << queueInfo.flags << ", c… in createDeviceQueue2WithNProtectedAndMUnprotectedQueues() 2279 …queuesInfo << "(Queue family: " << queueInfo.familyIndex << ", flags: " << queueInfo.flags << ", c… in createDeviceQueue2WithMultipleQueueCombinations()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
D | vktRayTracingAccelerationStructuresTests.cpp | 2883 const deUint32 familyIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local 2887 …= createCommandPool(vkd, device, vk::VK_COMMAND_POOL_CREATE_RESET_COMMAND_BUFFER_BIT, familyIndex); in iterate() 2898 …d::vector<VkDeviceSize> inSizes = src->getSerializingSizes(vkd, device, queue, familyIndex); in iterate() 3243 const deUint32 familyIndex = m_context.getUniversalQueueFamilyIndex(); in getStructureSizes() local 3247 const Move<VkCommandPool> cmdPool = createCommandPool(vk, device, 0, familyIndex); in getStructureSizes() 3370 const deUint32 familyIndex = m_context.getUniversalQueueFamilyIndex(); in makeCopyOfStructures() local 3371 cmdPool = createCommandPool(vk, device, 0, familyIndex); in makeCopyOfStructures() 3394 const deUint32 familyIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local 3398 …ol = createCommandPool(vk, device, VK_COMMAND_POOL_CREATE_RESET_COMMAND_BUFFER_BIT, familyIndex); in iterate() 3438 const deUint32 familyIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local [all …]
|
D | vktRayTracingPipelineFlagsTests.cpp | 722 const deUint32 familyIndex = m_context.getUniversalQueueFamilyIndex(); in makeImageCreateInfo() local 738 &familyIndex, // const deUint32* pQueueFamilyIndices; in makeImageCreateInfo() 1241 const deUint32 familyIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local 1286 const Move<VkCommandPool> cmdPool = createCommandPool(vkd, device, 0, familyIndex); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/ |
D | vktRayTracingAccelerationStructuresTests.cpp | 2883 const deUint32 familyIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local 2887 …= createCommandPool(vkd, device, vk::VK_COMMAND_POOL_CREATE_RESET_COMMAND_BUFFER_BIT, familyIndex); in iterate() 2898 …d::vector<VkDeviceSize> inSizes = src->getSerializingSizes(vkd, device, queue, familyIndex); in iterate() 3243 const deUint32 familyIndex = m_context.getUniversalQueueFamilyIndex(); in getStructureSizes() local 3247 const Move<VkCommandPool> cmdPool = createCommandPool(vk, device, 0, familyIndex); in getStructureSizes() 3370 const deUint32 familyIndex = m_context.getUniversalQueueFamilyIndex(); in makeCopyOfStructures() local 3371 cmdPool = createCommandPool(vk, device, 0, familyIndex); in makeCopyOfStructures() 3394 const deUint32 familyIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local 3398 …ol = createCommandPool(vk, device, VK_COMMAND_POOL_CREATE_RESET_COMMAND_BUFFER_BIT, familyIndex); in iterate() 3438 const deUint32 familyIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local [all …]
|
D | vktRayTracingPipelineFlagsTests.cpp | 722 const deUint32 familyIndex = m_context.getUniversalQueueFamilyIndex(); in makeImageCreateInfo() local 738 &familyIndex, // const deUint32* pQueueFamilyIndices; in makeImageCreateInfo() 1241 const deUint32 familyIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local 1286 const Move<VkCommandPool> cmdPool = createCommandPool(vkd, device, 0, familyIndex); in iterate()
|
D | vktRayTracingDataSpillTests.cpp | 1588 const auto familyIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local 1593 const auto cmdPool = makeCommandPool(vkd, device, familyIndex); in iterate() 2417 const auto familyIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local 2422 const auto cmdPool = makeCommandPool(vkd, device, familyIndex); in iterate()
|