HomeSort by relevance Sort by last modified time
    Searched refs:addOnFlushCallbackObject (Results 1 - 21 of 21) sorted by null

  /external/skia/src/gpu/
GrPathRendererChain.cpp 54 context->priv().addOnFlushCallbackObject(fCoverageCountingPathRenderer);
66 context->priv().addOnFlushCallbackObject(spr.get());
GrRecordingContext.cpp 144 void GrRecordingContext::addOnFlushCallbackObject(GrOnFlushCallbackObject* onFlushCBObject) {
145 this->drawingManager()->addOnFlushCallbackObject(onFlushCBObject);
311 void GrRecordingContextPriv::addOnFlushCallbackObject(GrOnFlushCallbackObject* onFlushCBObject) {
312 fContext->addOnFlushCallbackObject(onFlushCBObject);
GrRecordingContextPriv.h 62 void addOnFlushCallbackObject(GrOnFlushCallbackObject*);
GrDrawingManager.h 83 void addOnFlushCallbackObject(GrOnFlushCallbackObject*);
GrContextPriv.h 78 void addOnFlushCallbackObject(GrOnFlushCallbackObject*);
GrLegacyDirectContext.cpp 103 this->priv().addOnFlushCallbackObject(fAtlasManager);
GrContextPriv.cpp 46 void GrContextPriv::addOnFlushCallbackObject(GrOnFlushCallbackObject* onFlushCBObject) {
47 fContext->addOnFlushCallbackObject(onFlushCBObject);
    [all...]
GrDrawingManager.cpp 526 void GrDrawingManager::addOnFlushCallbackObject(GrOnFlushCallbackObject* onFlushCBObject) {
  /external/skqp/src/gpu/
GrPathRendererChain.cpp 46 context->contextPriv().addOnFlushCallbackObject(fCoverageCountingPathRenderer);
58 context->contextPriv().addOnFlushCallbackObject(spr.get());
GrDirectContext.cpp 89 this->contextPriv().addOnFlushCallbackObject(fAtlasManager);
GrDrawingManager.h 79 void addOnFlushCallbackObject(GrOnFlushCallbackObject*);
GrContextPriv.h 109 void addOnFlushCallbackObject(GrOnFlushCallbackObject*);
GrDrawingManager.cpp 487 void GrDrawingManager::addOnFlushCallbackObject(GrOnFlushCallbackObject* onFlushCBObject) {
GrContext.cpp     [all...]
  /external/skia/include/private/
GrRecordingContext.h 54 void addOnFlushCallbackObject(GrOnFlushCallbackObject*);
  /external/skia/tests/
LazyProxyTest.cpp 215 ctx->priv().addOnFlushCallbackObject(&test);
OnFlushCallbackTest.cpp 546 context->priv().addOnFlushCallbackObject(&object);
GrCCPRTest.cpp 392 ccpr.ctx()->priv().addOnFlushCallbackObject(&atlasIDRecorder);
    [all...]
  /external/skqp/tests/
LazyProxyTest.cpp 211 ctx->contextPriv().addOnFlushCallbackObject(&test);
OnFlushCallbackTest.cpp 542 context->contextPriv().addOnFlushCallbackObject(&object);
GrCCPRTest.cpp 391 ccpr.ctx()->contextPriv().addOnFlushCallbackObject(&atlasIDRecorder);
    [all...]

Completed in 1769 milliseconds