Home
last modified time | relevance | path

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

/external/skqp/src/gpu/glsl/
DGrGLSLXferProcessor.h47 , fDstTextureSamplerHandle(dstTextureSamplerHandle) in EmitArgs()
57 const SamplerHandle fDstTextureSamplerHandle; member
DGrGLSLXferProcessor.cpp43 if (args.fDstTextureSamplerHandle.isValid()) { in emitCode()
81 fragBuilder->appendTextureLookup(args.fDstTextureSamplerHandle, "_dstTexCoord", in emitCode()
/external/skia/src/gpu/glsl/
DGrGLSLXferProcessor.h47 , fDstTextureSamplerHandle(dstTextureSamplerHandle) in EmitArgs()
57 const SamplerHandle fDstTextureSamplerHandle; member
DGrGLSLXferProcessor.cpp43 if (args.fDstTextureSamplerHandle.isValid()) { in emitCode()
81 fragBuilder->appendTextureLookup(args.fDstTextureSamplerHandle, "_dstTexCoord", in emitCode()