Home
last modified time | relevance | path

Searched refs:fInterface (Results 1 – 12 of 12) sorted by relevance

/external/skia/tools/viewer/sk_app/
DVulkanWindowContext.cpp246 GR_VK_CALL(fBackendContext->fInterface, DeviceWaitIdle(fBackendContext->fDevice)); in createSwapchain()
298 GR_VK_CALL_ERRCHECK(fBackendContext->fInterface, in createBuffers()
327 GR_VK_CALL_ERRCHECK(fBackendContext->fInterface, in createBuffers()
330 GR_VK_CALL_ERRCHECK(fBackendContext->fInterface, in createBuffers()
333 GR_VK_CALL_ERRCHECK(fBackendContext->fInterface, in createBuffers()
336 GR_VK_CALL_ERRCHECK(fBackendContext->fInterface, in createBuffers()
339 GR_VK_CALL_ERRCHECK(fBackendContext->fInterface, in createBuffers()
350 GR_VK_CALL_ERRCHECK(fBackendContext->fInterface, in destroyBuffers()
355 GR_VK_CALL(fBackendContext->fInterface, in destroyBuffers()
359 GR_VK_CALL(fBackendContext->fInterface, in destroyBuffers()
[all …]
/external/skia/src/gpu/gl/
DGrGLContext.h28 GrGLStandard standard() const { return fInterface->fStandard; } in standard()
40 return fInterface->hasExtension(ext); in hasExtension()
43 const GrGLExtensions& extensions() const { return fInterface->fExtensions; } in extensions()
49 const GrGLInterface* fInterface; member
61 sk_sp<const GrGLInterface> fInterface; variable
82 const GrGLInterface* interface() const { return fInterface.get(); } in interface()
DGrGLContext.cpp20 args.fInterface = interface; in Create()
79 fInterface.reset(SkRef(args.fInterface)); in GrGLContextInfo()
87 fGLCaps = sk_make_sp<GrGLCaps>(*args.fContextOptions, *this, fInterface.get()); in GrGLContextInfo()
/external/skia/example/
DHelloWorld.cpp45 SkSafeUnref(fInterface); in tearDownBackend()
46 fInterface = NULL; in tearDownBackend()
70 fInterface = GrGLCreateNativeInterface(); in setUpBackend()
71 SkASSERT(NULL != fInterface); in setUpBackend()
73 fContext = GrContext::Create(kOpenGL_GrBackend, (GrBackendContext)fInterface); in setUpBackend()
81 fGpuSurface = this->makeGpuBackedSurface(fAttachmentInfo, fInterface, fContext); in setUpGpuBackedSurface()
DHelloWorld.h68 const GrGLInterface* fInterface; variable
/external/skia/src/gpu/vk/
DGrVkBackendContext.cpp318 ctx->fInterface.reset(interface.release()); in Create()
325 if (fInterface == nullptr || !fOwnsInstanceAndDevice) { in ~GrVkBackendContext()
329 fInterface->fFunctions.fDeviceWaitIdle(fDevice); in ~GrVkBackendContext()
330 fInterface->fFunctions.fDestroyDevice(fDevice, nullptr); in ~GrVkBackendContext()
332 fInterface->fFunctions.fDestroyInstance(fInstance, nullptr); in ~GrVkBackendContext()
DGrVkGpu.h48 const GrVkInterface* vkInterface() const { return fBackendContext->fInterface.get(); } in vkInterface()
DGrVkGpu.cpp87 if (!vkBackendContext->fInterface->validate(vkBackendContext->fExtensions)) { in Create()
/external/skia/tools/gpu/vk/
DVkTestContext.h29 const GrVkInterface* vk() const { return fVk->fInterface.get(); } in vk()
DVkTestContext.cpp143 fFenceSync.reset(new VkFenceSync(fVk->fInterface, fVk->fDevice, fVk->fQueue, in VkTestContextImpl()
/external/skia/include/gpu/vk/
DGrVkBackendContext.h47 sk_sp<const GrVkInterface> fInterface; member
/external/skia/site/user/special/
Dvulkan.md31 vkBackendContext.fInterface.reset(GrVkCreateInterface(instance, vkPhysDevice, extensionFlags);