Home
last modified time | relevance | path

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

/external/skqp/src/gpu/
DGrContextPriv.h111 void testingOnly_flushAndRemoveOnFlushCallbackObject(GrOnFlushCallbackObject*);
/external/skia/src/gpu/
DGrContextPriv.h314 void testingOnly_flushAndRemoveOnFlushCallbackObject(GrOnFlushCallbackObject*);
DGrContextPriv.cpp798 void GrContextPriv::testingOnly_flushAndRemoveOnFlushCallbackObject(GrOnFlushCallbackObject* cb) { in testingOnly_flushAndRemoveOnFlushCallbackObject() function in GrContextPriv
/external/skqp/tools/gpu/
DGrTest.cpp266 void GrContextPriv::testingOnly_flushAndRemoveOnFlushCallbackObject(GrOnFlushCallbackObject* cb) { in testingOnly_flushAndRemoveOnFlushCallbackObject() function in GrContextPriv
/external/skia/tests/
DOnFlushCallbackTest.cpp595 context->priv().testingOnly_flushAndRemoveOnFlushCallbackObject(&object); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
DLazyProxyTest.cpp231 ctx->priv().testingOnly_flushAndRemoveOnFlushCallbackObject(&test);
DGrCCPRTest.cpp396 ccpr.ctx()->priv().testingOnly_flushAndRemoveOnFlushCallbackObject(&atlasIDRecorder); in onRun()
/external/skqp/tests/
DOnFlushCallbackTest.cpp590 context->contextPriv().testingOnly_flushAndRemoveOnFlushCallbackObject(&object); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
DLazyProxyTest.cpp227 ctx->contextPriv().testingOnly_flushAndRemoveOnFlushCallbackObject(&test);
DGrCCPRTest.cpp395 ccpr.ctx()->contextPriv().testingOnly_flushAndRemoveOnFlushCallbackObject(&atlasIDRecorder); in onRun()