Home
last modified time | relevance | path

Searched refs:mGrGetProc (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/libs/renderengine/skia/
DVulkanInterface.cpp45 backendContext.fGetProc = mGrGetProc; in getGaneshBackendContext()
62 backendContext.fGetProc = mGrGetProc; in getGraphiteBackendContext()
552 mGrGetProc = sGetProc; in init()
610 mGrGetProc = nullptr; in teardown()
DVulkanInterface.h94 skgpu::VulkanGetProc mGrGetProc = nullptr; variable