HomeSort by relevance Sort by last modified time
    Searched refs:fDstTextureSamplerHandle (Results 1 - 2 of 2) sorted by null

  /external/skia/src/gpu/glsl/
GrGLSLXferProcessor.h 48 , fDstTextureSamplerHandle(dstTextureSamplerHandle)
58 const SamplerHandle fDstTextureSamplerHandle;
GrGLSLXferProcessor.cpp 43 if (args.fDstTextureSamplerHandle.isValid()) {
83 fragBuilder->appendTextureLookup(args.fDstTextureSamplerHandle, "_dstTexCoord",

Completed in 87 milliseconds