Searched refs:fOpList (Results 1 - 12 of 12) sorted by relevance

/external/skia/src/gpu/
H A DGrTextureContext.cpp29 , fOpList(sk_ref_sp(fTextureProxy->getLastTextureOpList())) {
38 if (fOpList && !fOpList->isClosed()) {
39 SkASSERT(fTextureProxy->getLastOpList() == fOpList.get());
64 if (!fOpList || fOpList->isClosed()) {
65 fOpList = this->drawingManager()->newTextureOpList(fTextureProxy.get());
68 return fOpList.get();
H A DGrAuditTrail.cpp42 auditOp->fOpListID = fOpList.count();
50 fOpList.emplace_back(opNode);
58 SkASSERT(index < fOpList.count() && fOpList[index]);
59 OpNode& consumerOp = *fOpList[index];
65 SkASSERT(consumedIndex < fOpList.count() && fOpList[consumedIndex]);
66 OpNode& consumedOp = *fOpList[consumedIndex];
83 fOpList[consumedIndex].reset(nullptr);
88 SkASSERT(opListID < fOpList
[all...]
H A DGrTextureContext.h56 sk_sp<GrTextureOpList> fOpList; member in class:GrTextureContext
H A DGrRenderTargetContext.cpp156 , fOpList(sk_ref_sp(fRenderTargetProxy->getLastRenderTargetOpList()))
176 if (fOpList && !fOpList->isClosed()) {
177 SkASSERT(fRenderTargetProxy->getLastOpList() == fOpList.get());
209 if (!fOpList || fOpList->isClosed()) {
210 fOpList = this->drawingManager()->newRTOpList(fRenderTargetProxy.get(), fManagedOpList);
213 return fOpList.get();
H A DGrRenderTargetContext.h458 sk_sp<GrRenderTargetOpList> fOpList; member in class:GrRenderTargetContext::CanClearFullscreen
/external/skqp/src/gpu/
H A DGrTextureContext.cpp29 , fOpList(sk_ref_sp(fTextureProxy->getLastTextureOpList())) {
38 if (fOpList && !fOpList->isClosed()) {
39 SkASSERT(fTextureProxy->getLastOpList() == fOpList.get());
64 if (!fOpList || fOpList->isClosed()) {
65 fOpList = this->drawingManager()->newTextureOpList(fTextureProxy.get());
68 return fOpList.get();
H A DGrAuditTrail.cpp42 auditOp->fOpListID = fOpList.count();
50 fOpList.emplace_back(opNode);
58 SkASSERT(index < fOpList.count() && fOpList[index]);
59 OpNode& consumerOp = *fOpList[index];
65 SkASSERT(consumedIndex < fOpList.count() && fOpList[consumedIndex]);
66 OpNode& consumedOp = *fOpList[consumedIndex];
83 fOpList[consumedIndex].reset(nullptr);
88 SkASSERT(opListID < fOpList
[all...]
H A DGrTextureContext.h56 sk_sp<GrTextureOpList> fOpList; member in class:GrTextureContext
H A DGrRenderTargetContext.cpp156 , fOpList(sk_ref_sp(fRenderTargetProxy->getLastRenderTargetOpList()))
174 if (fOpList && !fOpList->isClosed()) {
175 SkASSERT(fRenderTargetProxy->getLastOpList() == fOpList.get());
207 if (!fOpList || fOpList->isClosed()) {
208 fOpList = this->drawingManager()->newRTOpList(fRenderTargetProxy.get(), fManagedOpList);
211 return fOpList.get();
H A DGrRenderTargetContext.h458 sk_sp<GrRenderTargetOpList> fOpList; member in class:GrRenderTargetContext::CanClearFullscreen
/external/skia/include/private/
H A DGrAuditTrail.h158 OpList fOpList; member in class:GrAuditTrail
/external/skqp/include/private/
H A DGrAuditTrail.h158 OpList fOpList; member in class:GrAuditTrail

Completed in 275 milliseconds