Home
last modified time | relevance | path

Searched refs:proxyRunCnt (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/gpu/ops/
DGrTextureOp.h64 int proxyRunCnt,
DGrTextureOp.cpp242 int proxyRunCnt, in Make() argument
251 SkASSERT(proxyRunCnt <= cnt); in Make()
253 context, sizeof(ViewCountPair) * (proxyRunCnt - 1), in Make()
254 set, cnt, proxyRunCnt, filter, mm, saturate, aaType, constraint, in Make()
482 int proxyRunCnt, in TextureOp() argument
500 fMetadata.fProxyCount = SkToUInt(proxyRunCnt); in TextureOp()
1250 int proxyRunCnt, in AddTextureSetOps() argument
1262 SkASSERT(proxy_run_count(set, cnt) == proxyRunCnt); in AddTextureSetOps()
1304 auto op = TextureOp::Make(context, set, cnt, proxyRunCnt, filter, mm, saturate, aaType, in AddTextureSetOps()
/external/skia/src/gpu/
DGrSurfaceDrawContext.h324 int proxyRunCnt,
DGrSurfaceDrawContext.cpp953 int proxyRunCnt, in drawTextureSet() argument
973 GrTextureOp::AddTextureSetOps(this, clip, fContext, set, cnt, proxyRunCnt, filter, mm, saturate, in drawTextureSet()