Searched refs:proxyRunCnt (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/src/gpu/ops/ |
D | TextureOp.h | 72 int proxyRunCnt,
|
D | TextureOp.cpp | 247 int proxyRunCnt, in Make() argument 256 SkASSERT(proxyRunCnt <= cnt); in Make() 258 context, sizeof(ViewCountPair) * (proxyRunCnt - 1), in Make() 259 set, cnt, proxyRunCnt, filter, mm, saturate, aaType, constraint, in Make() 485 int proxyRunCnt, in TextureOpImpl() argument 503 fMetadata.fProxyCount = SkToUInt(proxyRunCnt); in TextureOpImpl() 1260 int proxyRunCnt, in AddTextureSetOps() argument 1272 SkASSERT(proxy_run_count(set, cnt) == proxyRunCnt); in AddTextureSetOps() 1314 auto op = TextureOpImpl::Make(context, set, cnt, proxyRunCnt, filter, mm, saturate, aaType, in AddTextureSetOps()
|
/third_party/skia/src/gpu/v1/ |
D | SurfaceDrawContext_v1.h | 297 int proxyRunCnt,
|
D | SurfaceDrawContext.cpp | 953 int proxyRunCnt, in drawTextureSet() argument 973 TextureOp::AddTextureSetOps(this, clip, fContext, set, cnt, proxyRunCnt, filter, mm, saturate, in drawTextureSet()
|