Home
last modified time | relevance | path

Searched refs:kAsSelfTexture (Results 1 – 2 of 2) sorted by relevance

/external/skia/include/private/
DGrTypesPriv.h1314 kAsSelfTexture, // The dst value is sampled directly from the dst itself as a texture. enumerator
1322 case GrDstSampleType::kAsSelfTexture: // fall through in GrDstSampleTypeDirectlySamplesDst()
1334 case GrDstSampleType::kAsSelfTexture: // fall through in GrDstSampleTypeUsesTexture()
/external/skia/src/gpu/gl/
DGrGLCaps.cpp4500 return GrDstSampleType::kAsSelfTexture; in onGetDstSampleTypeForProxy()