Home
last modified time | relevance | path

Searched defs:GpuFinishedProc (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/graphite/
DBuffer.cpp37 void Buffer::onAsyncMap(skgpu::graphite::GpuFinishedProc, skgpu::graphite::GpuFinishedContext) { in onAsyncMap()
/external/skia/include/gpu/graphite/
DGraphiteTypes.h31 using GpuFinishedProc = void (*)(GpuFinishedContext finishedContext, CallbackResult); variable