Home
last modified time | relevance | path

Searched refs:fInstance (Results 1 – 21 of 21) sorted by relevance

/external/skqp/tests/
DGrMemoryPoolTest.cpp171 A* fInstance; member
203 rec->fInstance = A::Create(&r); in DEF_TEST()
205 rec->fInstance->setValues(rec->fValue); in DEF_TEST()
209 REPORTER_ASSERT(reporter, rec.fInstance->checkValues(rec.fValue)); in DEF_TEST()
210 delete rec.fInstance; in DEF_TEST()
216 REPORTER_ASSERT(reporter, rec.fInstance->checkValues(rec.fValue)); in DEF_TEST()
222 REPORTER_ASSERT(reporter, rec.fInstance->checkValues(rec.fValue)); in DEF_TEST()
223 delete rec.fInstance; in DEF_TEST()
DVkHardwareBufferTest.cpp368 fVk##name = reinterpret_cast<PFN_vk##name>(getProc("vk" #name, fBackendContext.fInstance,\
414 fDestroyDebugCallback(fBackendContext.fInstance, fDebugCallback, nullptr); in cleanup()
417 if (fBackendContext.fInstance != VK_NULL_HANDLE) { in cleanup()
418 fVkDestroyInstance(fBackendContext.fInstance, nullptr); in cleanup()
419 fBackendContext.fInstance = VK_NULL_HANDLE; in cleanup()
518 fBackendContext.fInstance = VK_NULL_HANDLE; in init()
529 fBackendContext.fInstance, "vkDestroyDebugReportCallbackEXT"); in init()
/external/skia/tests/
DGrMemoryPoolTest.cpp171 A* fInstance; member
203 rec->fInstance = A::Create(&r); in DEF_TEST()
205 rec->fInstance->setValues(rec->fValue); in DEF_TEST()
209 REPORTER_ASSERT(reporter, rec.fInstance->checkValues(rec.fValue)); in DEF_TEST()
210 delete rec.fInstance; in DEF_TEST()
216 REPORTER_ASSERT(reporter, rec.fInstance->checkValues(rec.fValue)); in DEF_TEST()
222 REPORTER_ASSERT(reporter, rec.fInstance->checkValues(rec.fValue)); in DEF_TEST()
223 delete rec.fInstance; in DEF_TEST()
DVkHardwareBufferTest.cpp368 fVk##name = reinterpret_cast<PFN_vk##name>(getProc("vk" #name, fBackendContext.fInstance,\
417 fDestroyDebugCallback(fBackendContext.fInstance, fDebugCallback, nullptr); in cleanup()
420 if (fBackendContext.fInstance != VK_NULL_HANDLE) { in cleanup()
421 fVkDestroyInstance(fBackendContext.fInstance, nullptr); in cleanup()
422 fBackendContext.fInstance = VK_NULL_HANDLE; in cleanup()
524 fBackendContext.fInstance = VK_NULL_HANDLE; in init()
535 fBackendContext.fInstance, "vkDestroyDebugReportCallbackEXT"); in init()
/external/skia/tools/sk_app/
DVulkanWindowContext.cpp27 #define GET_PROC(F) f ## F = (PFN_vk ## F) fGetInstanceProcAddr(fInstance, "vk" #F)
78 fInstance = backendContext.fInstance; in initializeContext()
87 backendContext.fInstance, in initializeContext()
97 fInterface.reset(new GrVkInterface(backendContext.fGetProc, fInstance, fDevice, in initializeContext()
122 fSurface = fCreateVkSurfaceFn(fInstance); in initializeContext()
411 fDestroySurfaceKHR(fInstance, fSurface, nullptr); in destroyContext()
426 fDestroyDebugReportCallbackEXT(fInstance, fDebugCallback, nullptr); in destroyContext()
432 if (VK_NULL_HANDLE != fInstance) { in destroyContext()
433 fDestroyInstance(fInstance, nullptr); in destroyContext()
434 fInstance = VK_NULL_HANDLE; in destroyContext()
DVulkanWindowContext.h67 VkInstance fInstance = VK_NULL_HANDLE; variable
/external/skia/tools/gpu/vk/
DVkTestContext.cpp188 backendContext.fInstance, "vkDestroyDebugReportCallbackEXT"); in Create()
223 ACQUIRE_VK_PROC_LOCAL(DeviceWaitIdle, fVk.fInstance); in teardown()
224 ACQUIRE_VK_PROC_LOCAL(DestroyDevice, fVk.fInstance); in teardown()
225 ACQUIRE_VK_PROC_LOCAL(DestroyInstance, fVk.fInstance); in teardown()
230 fDestroyDebugReportCallbackEXT(fVk.fInstance, fDebugCallback, nullptr); in teardown()
233 grVkDestroyInstance(fVk.fInstance, nullptr); in teardown()
DVkTestUtils.cpp684 ctx->fInstance = inst; in CreateVkBackendContext()
/external/skqp/tools/gpu/vk/
DVkTestContext.cpp188 backendContext.fInstance, "vkDestroyDebugReportCallbackEXT"); in Create()
223 ACQUIRE_VK_PROC_LOCAL(DeviceWaitIdle, fVk.fInstance); in teardown()
224 ACQUIRE_VK_PROC_LOCAL(DestroyDevice, fVk.fInstance); in teardown()
225 ACQUIRE_VK_PROC_LOCAL(DestroyInstance, fVk.fInstance); in teardown()
230 fDestroyDebugReportCallbackEXT(fVk.fInstance, fDebugCallback, nullptr); in teardown()
233 grVkDestroyInstance(fVk.fInstance, nullptr); in teardown()
DVkTestUtils.cpp674 ctx->fInstance = inst; in CreateVkBackendContext()
/external/skqp/tools/sk_app/
DVulkanWindowContext.cpp26 #define GET_PROC(F) f ## F = (PFN_vk ## F) fGetInstanceProcAddr(fInstance, "vk" #F)
78 fInstance = backendContext.fInstance; in initializeContext()
87 backendContext.fInstance, in initializeContext()
97 fInterface.reset(new GrVkInterface(backendContext.fGetProc, fInstance, fDevice, in initializeContext()
122 fSurface = fCreateVkSurfaceFn(fInstance); in initializeContext()
467 fDestroySurfaceKHR(fInstance, fSurface, nullptr); in destroyContext()
482 fDestroyDebugReportCallbackEXT(fInstance, fDebugCallback, nullptr); in destroyContext()
488 if (VK_NULL_HANDLE != fInstance) { in destroyContext()
489 fDestroyInstance(fInstance, nullptr); in destroyContext()
490 fInstance = VK_NULL_HANDLE; in destroyContext()
DVulkanWindowContext.h70 VkInstance fInstance = VK_NULL_HANDLE; variable
/external/junit/src/main/java/junit/framework/
DJUnit4TestAdapterCache.java15 private static final JUnit4TestAdapterCache fInstance = new JUnit4TestAdapterCache(); field in JUnit4TestAdapterCache
18 return fInstance; in getDefault()
/external/skqp/include/gpu/vk/
DGrVkBackendContext.h46 VkInstance fInstance; member
/external/skia/include/gpu/vk/
DGrVkBackendContext.h46 VkInstance fInstance; member
/external/skqp/site/user/special/
Dvulkan.md27 vkBackendContext.fInstance = vkInstance;
/external/skia/site/user/special/
Dvulkan.md27 vkBackendContext.fInstance = vkInstance;
/external/skqp/src/gpu/vk/
DGrVkGpu.cpp61 if (backendContext.fInstance == VK_NULL_HANDLE || in Make()
89 backendContext.fInstance, in Make()
109 backendContext.fInstance, in Make()
122 backendContext.fInstance, in Make()
144 , fInstance(backendContext.fInstance) in GrVkGpu()
255 fInstance = VK_NULL_HANDLE; in destroyResources()
DGrVkGpu.h267 VkInstance fInstance; variable
/external/skia/src/gpu/vk/
DGrVkGpu.cpp61 if (backendContext.fInstance == VK_NULL_HANDLE || in Make()
89 backendContext.fInstance, in Make()
109 backendContext.fInstance, in Make()
122 backendContext.fInstance, in Make()
144 , fInstance(backendContext.fInstance) in GrVkGpu()
255 fInstance = VK_NULL_HANDLE; in destroyResources()
DGrVkGpu.h278 VkInstance fInstance; variable