Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/ops/
DTextureOp.h72 int proxyRunCnt,
DTextureOp.cpp247 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/
DSurfaceDrawContext_v1.h297 int proxyRunCnt,
DSurfaceDrawContext.cpp953 int proxyRunCnt, in drawTextureSet() argument
973 TextureOp::AddTextureSetOps(this, clip, fContext, set, cnt, proxyRunCnt, filter, mm, saturate, in drawTextureSet()