Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrPipeline.h128 bool usesDstTexture() const { in usesDstTexture() function
147 if (!this->usesDstTexture()) {
DGrPipeline.cpp131 if (this->usesDstTexture()) { in visitProxies()
/external/skia/src/gpu/glsl/
DGrGLSLProgramBuilder.cpp236 if (this->pipeline().usesDstTexture()) { in emitAndInstallXferProc()