Home
last modified time | relevance | path

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

/frameworks/native/libs/renderengine/skia/
DGraphiteVkRenderEngine.cpp88 graphite::InsertRecordingInfo insertInfo; in flushAndSubmit() local
89 insertInfo.fRecording = recording.get(); in flushAndSubmit()
111 insertInfo.fNumWaitSemaphores = mStagedWaitSemaphores.size(); in flushAndSubmit()
112 insertInfo.fWaitSemaphores = mStagedWaitSemaphores.data(); in flushAndSubmit()
113 insertInfo.fNumSignalSemaphores = 1; in flushAndSubmit()
114 insertInfo.fSignalSemaphores = &backendSignalSemaphore; in flushAndSubmit()
115 insertInfo.fFinishedProc = unref_semaphore; in flushAndSubmit()
116 insertInfo.fFinishedContext = destroySemaphoreInfo; in flushAndSubmit()
119 const bool inserted = context->graphiteContext()->insertRecording(insertInfo); in flushAndSubmit()