Home
last modified time | relevance | path

Searched refs:fInstance (Results 1 - 16 of 16) sorted by relevance

/third_party/skia/tools/gpu/vk/
H A DVkTestHelper.cpp17 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 DVkTestContext.cpp63 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 DVkTestUtils.cpp781 ctx->fInstance = inst; in CreateVkBackendContext()
/third_party/skia/tools/gpu/dawn/
H A DDawnTestContext.cpp46 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 DDawnTestContext.h27 : 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 DGrMemoryPoolTest.cpp171 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 DVkHardwareBufferTest.cpp370 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 DVulkanWindowContext.cpp27 #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 DDawnWindowContext.cpp30 , 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 DDawnWindowContext.h49 std::unique_ptr<dawn_native::Instance> fInstance; member in sk_app::DawnWindowContext
H A DVulkanWindowContext.h67 VkInstance fInstance = VK_NULL_HANDLE; member in sk_app::VulkanWindowContext
/third_party/mesa3d/src/hgl/
H A DGLRendererRoster.cpp31 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 DGLRendererRoster.h44 static GLRendererRoster* fInstance; member in GLRendererRoster
/third_party/skia/include/gpu/vk/
H A DGrVkBackendContext.h47 VkInstance fInstance; member
/third_party/skia/src/gpu/vk/
H A DGrVkGpu.cpp63 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 Djunit-4.10.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...

Completed in 16 milliseconds