Home
last modified time | relevance | path

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

/external/skia/src/gpu/glsl/
DGrGLSLXferProcessor.cpp56 if (GrDstSampleTypeUsesTexture(args.fDstSampleType)) { in emitCode()
/external/skia/src/gpu/
DGrPipeline.h129 return GrDstSampleTypeUsesTexture(fDstSampleType); in usesDstTexture()
DGrOpsTask.cpp406 if (GrDstSampleTypeUsesTexture(dstProxyView.dstSampleType())) { in addDrawOp()
/external/skia/include/private/
DGrTypesPriv.h1332 static constexpr bool GrDstSampleTypeUsesTexture(GrDstSampleType type) { in GrDstSampleTypeUsesTexture() function