Home
last modified time | relevance | path

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

/external/skqp/src/gpu/ops/
DGrTextureOp.cpp467 auto thatProxy = that->fProxies[0].fProxy; in onCombineIfPossible() local
469 thisProxy->uniqueID() != thatProxy->uniqueID()) { in onCombineIfPossible()
471 if (GrTextureProxy::ProxiesAreCompatibleAsDynamicState(thisProxy, thatProxy) && in onCombineIfPossible()
/external/skia/src/gpu/ops/
DGrTextureOp.cpp1018 const auto* thatProxy = that->fViewCountPairs[0].fProxy.get(); in onCombineIfPossible() local
1020 thisProxy != thatProxy) { in onCombineIfPossible()
1022 if (GrTextureProxy::ProxiesAreCompatibleAsDynamicState(thisProxy, thatProxy) && in onCombineIfPossible()