Home
last modified time | relevance | path

Searched refs:GLSLProcessor (Results 1 – 9 of 9) sorted by relevance

/external/skia/src/effects/
DSkLumaColorFilter.cpp63 class GLSLProcessor : public GrGLSLFragmentProcessor { class in LumaColorFilterEffect
93 return new GLSLProcessor; in onCreateGLSLInstance()
98 GLSLProcessor::GenKey(*this, caps, b); in onGetGLSLProcessorKey()
DSkColorCubeFilter.cpp178 class GLSLProcessor : public GrGLSLFragmentProcessor { class in GrColorCubeEffect
222 GLSLProcessor::GenKey(*this, caps, b); in onGetGLSLProcessorKey()
226 return new GLSLProcessor; in onCreateGLSLInstance()
235 void GrColorCubeEffect::GLSLProcessor::emitCode(EmitArgs& args) { in emitCode()
289 void GrColorCubeEffect::GLSLProcessor::onSetData(const GrGLSLProgramDataManager& pdman, in onSetData()
297 void GrColorCubeEffect::GLSLProcessor::GenKey(const GrProcessor& proc, in GenKey()
/external/skia/src/gpu/effects/
DGrYUVEffect.cpp96 class GLSLProcessor : public GrGLSLFragmentProcessor { class in __anon7e708d050111::YUVtoRGBEffect
164 return new GLSLProcessor; in onCreateGLSLInstance()
168 GLSLProcessor::GenKey(*this, caps, b); in onGetGLSLProcessorKey()
223 class GLSLProcessor : public GrGLSLFragmentProcessor { class in __anon7e708d050111::RGBToYUVEffect
225 GLSLProcessor() : fLastColorSpace(-1), fLastOutputChannels(-1) {} in GLSLProcessor() function in __anon7e708d050111::RGBToYUVEffect::GLSLProcessor
320 return new GLSLProcessor; in onCreateGLSLInstance()
/external/skia/src/gpu/batches/
DGrPLSPathRenderer.cpp279 class GLSLProcessor : public GrGLSLGeometryProcessor { class in PLSAATriangleEffect
281 GLSLProcessor(const GrGeometryProcessor&) {} in GLSLProcessor() function in PLSAATriangleEffect::GLSLProcessor
411 GLSLProcessor::GenKey(*this, caps, b); in getGLSLProcessorKey()
415 return new GLSLProcessor(*this); in createGLSLInstance()
481 class GLSLProcessor : public GrGLSLGeometryProcessor { class in PLSQuadEdgeEffect
483 GLSLProcessor(const GrGeometryProcessor&) {} in GLSLProcessor() function in PLSQuadEdgeEffect::GLSLProcessor
600 GLSLProcessor::GenKey(*this, caps, b); in getGLSLProcessorKey()
604 return new GLSLProcessor(*this); in createGLSLInstance()
664 class GLSLProcessor : public GrGLSLGeometryProcessor { class in PLSFinishEffect
666 GLSLProcessor(const GrGeometryProcessor&) {} in GLSLProcessor() function in PLSFinishEffect::GLSLProcessor
[all …]
DGrAAConvexPathRenderer.cpp547 class GLSLProcessor : public GrGLSLGeometryProcessor { class in QuadEdgeEffect
549 GLSLProcessor() in GLSLProcessor() function in QuadEdgeEffect::GLSLProcessor
644 GLSLProcessor::GenKey(*this, caps, b); in getGLSLProcessorKey()
648 return new GLSLProcessor(); in createGLSLInstance()
/external/skia/src/gpu/
DGrDefaultGeoProcFactory.cpp60 class GLSLProcessor : public GrGLSLGeometryProcessor { class in DefaultGeoProc
62 GLSLProcessor() in GLSLProcessor() function in DefaultGeoProc::GLSLProcessor
202 GLSLProcessor::GenKey(*this, caps, b); in getGLSLProcessorKey()
206 return new GLSLProcessor(); in createGLSLInstance()
DGrOvalRenderer.cpp93 class GLSLProcessor : public GrGLSLGeometryProcessor { class in CircleEdgeEffect
95 GLSLProcessor() {} in GLSLProcessor() function in CircleEdgeEffect::GLSLProcessor
167 GLSLProcessor::GenKey(*this, caps, b); in getGLSLProcessorKey()
171 return new GLSLProcessor(); in createGLSLInstance()
242 class GLSLProcessor : public GrGLSLGeometryProcessor { class in EllipseEdgeEffect
244 GLSLProcessor() {} in GLSLProcessor() function in EllipseEdgeEffect::GLSLProcessor
335 GLSLProcessor::GenKey(*this, caps, b); in getGLSLProcessorKey()
339 return new GLSLProcessor(); in createGLSLInstance()
416 class GLSLProcessor : public GrGLSLGeometryProcessor { class in DIEllipseEdgeEffect
418 GLSLProcessor() in GLSLProcessor() function in DIEllipseEdgeEffect::GLSLProcessor
[all …]
/external/skia/src/core/
DSkColorMatrixFilterRowMajor255.cpp253 class GLSLProcessor : public GrGLSLFragmentProcessor { class in ColorMatrixEffect
320 return new GLSLProcessor; in onCreateGLSLInstance()
325 GLSLProcessor::GenKey(*this, caps, b); in onGetGLSLProcessorKey()
/external/skia/src/effects/gradients/
DSkTwoPointConicalGradient_gpu.cpp611 typedef GLFocalInside2PtConicalEffect GLSLProcessor; typedef in FocalInside2PtConicalEffect