Home
last modified time | relevance | path

Searched refs:ViewCountPair (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/src/gpu/ops/
H A DTextureOp.cpp258 context, sizeof(ViewCountPair) * (proxyRunCnt - 1), in Make()
265 fViewCountPairs[p].~ViewCountPair();
338 struct ViewCountPair { struct in __anon18862::final
346 // TextureOp and ViewCountPair are 8 byte aligned. This is packed into 8 bytes to minimally
524 // We do not placement new the first ViewCountPair since that one is allocated and in TextureOpImpl()
532 new(&fViewCountPairs[++p])ViewCountPair({set[q].fProxyView.detachProxy(), 0}); in TextureOpImpl()
620 // ViewCountPair (this frequently happens when Chrome draws 9-patches). in TextureOpImpl()
1114 ViewCountPair fViewCountPairs[1];

Completed in 3 milliseconds