/third_party/skia/tools/gpu/vk/ |
H A D | VkTestHelper.cpp | 17 fVk##name = reinterpret_cast<PFN_vk##name>(getProc("vk" #name, fBackendContext.fInstance,\ 48 fBackendContext.fInstance = VK_NULL_HANDLE; in init() 60 instProc(fBackendContext.fInstance, "vkDestroyDebugReportCallbackEXT")); in init() 104 fDestroyDebugCallback(fBackendContext.fInstance, fDebugCallback, nullptr); in cleanup() 107 if (fBackendContext.fInstance != VK_NULL_HANDLE) { in cleanup() 108 fVkDestroyInstance(fBackendContext.fInstance, nullptr); in cleanup() 109 fBackendContext.fInstance = VK_NULL_HANDLE; in cleanup()
|
H A D | VkTestContext.cpp | 63 backendContext.fInstance, "vkDestroyDebugReportCallbackEXT"); in Create() 95 ACQUIRE_VK_PROC_LOCAL(DeviceWaitIdle, fVk.fInstance); 96 ACQUIRE_VK_PROC_LOCAL(DestroyDevice, fVk.fInstance); 97 ACQUIRE_VK_PROC_LOCAL(DestroyInstance, fVk.fInstance); 102 fDestroyDebugReportCallbackEXT(fVk.fInstance, fDebugCallback, nullptr); 105 grVkDestroyInstance(fVk.fInstance, nullptr);
|
H A D | VkTestUtils.cpp | 781 ctx->fInstance = inst; in CreateVkBackendContext()
|
/third_party/skia/tools/gpu/dawn/ |
H A D | DawnTestContext.cpp | 46 SkASSERT(!fInstance); in ProcGetter() 47 fInstance = this; in ProcGetter() 54 fInstance = nullptr; in ~ProcGetter() 58 return fInstance->getProc(name); in getProcAddress() 74 static ProcGetter* fInstance; member in __anon26495::ProcGetter 77 ProcGetter* ProcGetter::fInstance; member in __anon26495::ProcGetter
|
H A D | DawnTestContext.h | 27 : fInstance(std::move(instance)), fDevice(device) {} in DawnTestContext() 29 std::unique_ptr<dawn_native::Instance> fInstance; member in sk_gpu_test::DawnTestContext
|
/third_party/skia/tests/ |
H A D | GrMemoryPoolTest.cpp | 171 A* fInstance; member 205 rec->fInstance = A::Create(&r); in DEF_TEST() 207 rec->fInstance->setValues(rec->fValue); in DEF_TEST() 211 REPORTER_ASSERT(reporter, rec.fInstance->checkValues(rec.fValue)); in DEF_TEST() 212 delete rec.fInstance; in DEF_TEST() 218 REPORTER_ASSERT(reporter, rec.fInstance->checkValues(rec.fValue)); in DEF_TEST() 223 REPORTER_ASSERT(reporter, rec.fInstance->checkValues(rec.fValue)); in DEF_TEST() 224 delete rec.fInstance; in DEF_TEST()
|
H A D | VkHardwareBufferTest.cpp | 370 fVk##name = reinterpret_cast<PFN_vk##name>(getProc("vk" #name, fBackendContext.fInstance,\ 422 fDestroyDebugCallback(fBackendContext.fInstance, fDebugCallback, nullptr); 425 if (fBackendContext.fInstance != VK_NULL_HANDLE) { 426 fVkDestroyInstance(fBackendContext.fInstance, nullptr); 427 fBackendContext.fInstance = VK_NULL_HANDLE; 529 fBackendContext.fInstance = VK_NULL_HANDLE; in init() 540 fBackendContext.fInstance, "vkDestroyDebugReportCallbackEXT"); in init()
|
/third_party/skia/tools/sk_app/ |
H A D | VulkanWindowContext.cpp | 27 #define GET_PROC(F) f ## F = (PFN_vk ## F) fGetInstanceProcAddr(fInstance, "vk" #F) 79 fInstance = backendContext.fInstance; in initializeContext() 88 backendContext.fInstance, in initializeContext() 98 fInterface.reset(new GrVkInterface(backendContext.fGetProc, fInstance, fDevice, in initializeContext() 123 fSurface = fCreateVkSurfaceFn(fInstance); in initializeContext() 447 fDestroySurfaceKHR(fInstance, fSurface, nullptr); in destroyContext() 463 fDestroyDebugReportCallbackEXT(fInstance, fDebugCallback, nullptr); in destroyContext() 469 if (VK_NULL_HANDLE != fInstance) { in destroyContext() 470 fDestroyInstance(fInstance, nullpt in destroyContext() [all...] |
H A D | DawnWindowContext.cpp | 30 , fInstance(std::make_unique<dawn_native::Instance>()) { in DawnWindowContext() 110 fInstance->DiscoverDefaultAdapters(); in createDevice() 114 std::vector<dawn_native::Adapter> adapters = fInstance->GetAdapters(); in createDevice()
|
H A D | DawnWindowContext.h | 49 std::unique_ptr<dawn_native::Instance> fInstance; member in sk_app::DawnWindowContext
|
H A D | VulkanWindowContext.h | 67 VkInstance fInstance = VK_NULL_HANDLE; member in sk_app::VulkanWindowContext
|
/third_party/mesa3d/src/hgl/ |
H A D | GLRendererRoster.cpp | 31 GLRendererRoster *GLRendererRoster::fInstance = NULL; member in GLRendererRoster 35 if (fInstance == NULL) { in Roster() 36 fInstance = new GLRendererRoster(); in Roster() 38 return fInstance; in Roster()
|
H A D | GLRendererRoster.h | 44 static GLRendererRoster* fInstance; member in GLRendererRoster
|
/third_party/skia/include/gpu/vk/ |
H A D | GrVkBackendContext.h | 47 VkInstance fInstance; member
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkGpu.cpp | 63 if (backendContext.fInstance == VK_NULL_HANDLE || in Make() 91 backendContext.fInstance, in Make() 111 backendContext.fInstance, in Make() 126 extensions.init(backendContext.fGetProc, backendContext.fInstance, in Make() 130 backendContext.fInstance, in Make() 171 extensions.init(backendContext.fGetProc, backendContext.fInstance, in Make() 186 memoryAllocator = GrVkAMDMemoryAllocator::Make(backendContext.fInstance, in Make() 198 GrVkAMDMemoryAllocator::Make(backendContext.fInstance, in Make()
|
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | junit-4.10.jar | META-INF/
META-INF/MANIFEST.MF
junit/
junit/extensions/
junit/framework/
junit/runner/
junit/textui/
org/
... |