Home
last modified time | relevance | path

Searched refs:kAsTextureCopy (Results 1 – 6 of 6) sorted by relevance

/external/skia/include/private/
DGrTypesPriv.h1312 kAsTextureCopy, // The dst value will be sampled from a copy of the dst enumerator
1326 case GrDstSampleType::kAsTextureCopy: in GrDstSampleTypeDirectlySamplesDst()
1335 case GrDstSampleType::kAsTextureCopy: in GrDstSampleTypeUsesTexture()
/external/skia/src/gpu/
DGrCaps.h600 return GrDstSampleType::kAsTextureCopy; in onGetDstSampleTypeForProxy()
DGrCaps.cpp434 return GrDstSampleType::kAsTextureCopy; in getDstSampleTypeForProxy()
DGrSurfaceDrawContext.cpp2006 SkASSERT(fDstSampleType == GrDstSampleType::kAsTextureCopy); in setupDstProxyView()
/external/skia/src/gpu/vk/
DGrVkCaps.cpp1701 return GrDstSampleType::kAsTextureCopy; in onGetDstSampleTypeForProxy()
/external/skia/src/gpu/gl/
DGrGLCaps.cpp4502 return GrDstSampleType::kAsTextureCopy; in onGetDstSampleTypeForProxy()