Home
last modified time | relevance | path

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

/external/skia/src/gpu/glsl/
DGrGLSLProgramBuilder.cpp232 SamplerHandle dstTextureSamplerHandle; in emitAndInstallXferProc() local
240 dstTextureSamplerHandle = this->emitSampler(dstTextureProxy->backendFormat(), in emitAndInstallXferProc()
242 if (!dstTextureSamplerHandle.isValid()) { in emitAndInstallXferProc()
249 dstTextureSamplerHandle = this->emitInputSampler(swizzle, "DstTextureInput"); in emitAndInstallXferProc()
250 if (!dstTextureSamplerHandle.isValid()) { in emitAndInstallXferProc()
266 dstTextureSamplerHandle, in emitAndInstallXferProc()
DGrGLSLXferProcessor.h38 const SamplerHandle dstTextureSamplerHandle, in EmitArgs()
50 , fDstTextureSamplerHandle(dstTextureSamplerHandle) in EmitArgs()
/external/skqp/src/gpu/glsl/
DGrGLSLXferProcessor.h37 const SamplerHandle dstTextureSamplerHandle, in EmitArgs()
47 , fDstTextureSamplerHandle(dstTextureSamplerHandle) in EmitArgs()
DGrGLSLProgramBuilder.cpp245 SamplerHandle dstTextureSamplerHandle; in emitAndInstallXferProc() local
251 dstTextureSamplerHandle = in emitAndInstallXferProc()
265 dstTextureSamplerHandle, in emitAndInstallXferProc()