Searched refs:proxyRunCnt (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/gpu/ops/ |
D | GrTextureOp.h | 64 int proxyRunCnt,
|
D | GrTextureOp.cpp | 242 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/ |
D | GrSurfaceDrawContext.h | 324 int proxyRunCnt,
|
D | GrSurfaceDrawContext.cpp | 953 int proxyRunCnt, in drawTextureSet() argument 973 GrTextureOp::AddTextureSetOps(this, clip, fContext, set, cnt, proxyRunCnt, filter, mm, saturate, in drawTextureSet()
|