Lines Matching refs:GLSLProcessor
79 GLSLProcessor::GenKey(*this, caps, b); in getGLSLProcessorKey()
83 return new GLSLProcessor(); in createGLSLInstance()
114 class GLSLProcessor : public GrGLSLGeometryProcessor { class in CircleGeometryProcessor
116 GLSLProcessor() {} in GLSLProcessor() function in CircleGeometryProcessor::GLSLProcessor
288 GLSLProcessor::GenKey(*this, caps, b); in getGLSLProcessorKey()
292 return new GLSLProcessor(); in createGLSLInstance()
306 class GLSLProcessor : public GrGLSLGeometryProcessor { class in ButtCapDashedCircleGeometryProcessor
308 GLSLProcessor() {} in GLSLProcessor() function in ButtCapDashedCircleGeometryProcessor::GLSLProcessor
553 GLSLProcessor::GenKey(*this, caps, b); in getGLSLProcessorKey()
557 return new GLSLProcessor(); in createGLSLInstance()
578 class GLSLProcessor : public GrGLSLGeometryProcessor { class in EllipseGeometryProcessor
580 GLSLProcessor() {} in GLSLProcessor() function in EllipseGeometryProcessor::GLSLProcessor
759 GLSLProcessor::GenKey(*this, caps, b); in getGLSLProcessorKey()
763 return new GLSLProcessor(); in createGLSLInstance()
786 class GLSLProcessor : public GrGLSLGeometryProcessor { class in DIEllipseGeometryProcessor
788 GLSLProcessor() : fViewMatrix(SkMatrix::InvalidMatrix()) {} in GLSLProcessor() function in DIEllipseGeometryProcessor::GLSLProcessor