Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkSurface.h337 void prepareForExternalIO();
/external/skia/src/image/
DSkSurface.cpp186 void SkSurface::prepareForExternalIO() { in prepareForExternalIO() function in SkSurface
/external/skia/src/gpu/
DGrRenderTargetContext.h306 bool prepareForExternalIO(int numSemaphores, GrBackendSemaphore* backendSemaphores);
DSkGpuDevice.cpp1743 return fRenderTargetContext->prepareForExternalIO(numSemaphores, signalSemaphores); in flushAndSignalSemaphores()
DGrRenderTargetContext.cpp1415 bool GrRenderTargetContext::prepareForExternalIO(int numSemaphores, in prepareForExternalIO() function in GrRenderTargetContext
/external/skia/tests/
DOnFlushCallbackTest.cpp587 rtc->prepareForExternalIO(0, nullptr); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
/external/skia/samplecode/
DSampleApp.cpp379 fGpuSurface->prepareForExternalIO(); in publishCanvas()