Home
last modified time | relevance | path

Searched refs:fNumProxies (Results 1 – 3 of 3) sorted by relevance

/external/skqp/src/image/
DSkImage_GpuYUVA.cpp37 , fNumProxies(numProxies) in SkImage_GpuYUVA()
43 SkASSERT(textureCount == fNumProxies); in SkImage_GpuYUVA()
58 , fNumProxies(image->fNumProxies) in SkImage_GpuYUVA()
65 SkASSERT(textureCount == fNumProxies); in SkImage_GpuYUVA()
67 for (int i = 0; i < fNumProxies; ++i) { in SkImage_GpuYUVA()
82 for (int i = 0; i < fNumProxies; ++i) { in setupMipmapsForPlanes()
DSkImage_GpuYUVA.h84 int fNumProxies; variable
/external/skia/src/gpu/ops/
DGrTextureOp.cpp406 int fNumProxies = 0; member
804 desc->fNumProxies = 0; in characterize()
819 desc->fNumProxies += op.fMetadata.fProxyCount; in characterize()
934 SkASSERT(numDraws < fDesc->fNumProxies); in onExecute()
947 SkASSERT(numDraws == fDesc->fNumProxies); in onExecute()