Searched refs:fOwnsContext (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/tools/gpu/d3d/ | ||
H A D | D3DTestContext.h | 29 , fOwnsContext(ownsContext) {} in D3DTestContext() 32 bool fOwnsContext; member in sk_gpu_test::D3DTestContext |
H A D | D3DTestContext.cpp | 50 if (fOwnsContext) { |
/third_party/skia/tools/gpu/vk/ | ||
H A D | VkTestContext.h | 45 , fOwnsContext(ownsContext) in VkTestContext() 52 bool fOwnsContext; member in sk_gpu_test::VkTestContext |
H A D | VkTestContext.cpp | 94 if (fOwnsContext) { |
Completed in 2 milliseconds