Home
last modified time | relevance | path

Searched refs:GrGLSLVertToFrag (Results 1 – 16 of 16) sorted by relevance

/external/skia/src/gpu/instanced/
DInstanceProcessor.cpp210 GrGLSLVertToFrag fColor;
211 GrGLSLVertToFrag fTriangleIsArc;
212 GrGLSLVertToFrag fArcCoords;
213 GrGLSLVertToFrag fInnerShapeCoords;
214 GrGLSLVertToFrag fInnerRRect;
733 GrGLSLVertToFrag fColorTimesRectCoverage;
734 GrGLSLVertToFrag fRectCoverage;
735 GrGLSLVertToFrag fEllipseCoords;
736 GrGLSLVertToFrag fEllipseName;
737 GrGLSLVertToFrag fBloatedRadius;
[all …]
/external/skia/src/gpu/glsl/
DGrGLSLVarying.h54 struct GrGLSLVertToFrag : public GrGLSLVarying { struct
55 GrGLSLVertToFrag(GrSLType type) in GrGLSLVertToFrag() argument
DGrGLSLVarying.cpp15 GrGLSLVertToFrag v(type); in addPassThroughAttribute()
24 GrGLSLVertToFrag v(type); in addFlatPassThroughAttribute()
DGrGLSLGeometryProcessor.cpp58 GrGLSLVertToFrag v(varyingType); in emitTransforms()
/external/skia/src/gpu/effects/
DGrDistanceFieldGeoProc.cpp73 GrGLSLVertToFrag recipScale(kFloat_GrSLType); in onEmitCode()
74 GrGLSLVertToFrag uv(kVec2f_GrSLType); in onEmitCode()
90 GrGLSLVertToFrag st(kVec2f_GrSLType); in onEmitCode()
326 GrGLSLVertToFrag v(kVec2f_GrSLType); in onEmitCode()
592 GrGLSLVertToFrag recipScale(kFloat_GrSLType); in onEmitCode()
593 GrGLSLVertToFrag uv(kVec2f_GrSLType); in onEmitCode()
602 GrGLSLVertToFrag st(kVec2f_GrSLType); in onEmitCode()
DGrBezierEffect.cpp80 GrGLSLVertToFrag v(kVec4f_GrSLType); in onEmitCode()
341 GrGLSLVertToFrag v(kVec4f_GrSLType); in onEmitCode()
566 GrGLSLVertToFrag v(kVec3f_GrSLType); in onEmitCode()
572 GrGLSLVertToFrag gradCoeffs(kVec4f_GrSLType); in onEmitCode()
DGrBitmapTextGeoProc.cpp37 GrGLSLVertToFrag v(kVec2f_GrSLType); in onEmitCode()
/external/skia/src/gpu/gl/
DGrGLVaryingHandler.h23 VaryingHandle addPathProcessingVarying(const char* name, GrGLSLVertToFrag*,
DGrGLVaryingHandler.cpp16 GrGLSLVertToFrag* v, in addPathProcessingVarying()
/external/skia/src/gpu/ccpr/
DGrCCPRPathProcessor.cpp127 GrGLSLVertToFrag texcoord(kVec2f_GrSLType); in onEmitCode()
128 GrGLSLVertToFrag color(kVec4f_GrSLType); in onEmitCode()
/external/skia/src/gpu/
DGrPathProcessor.cpp60 GrGLSLVertToFrag v(varyingType); in emitTransforms()
DGrDefaultGeoProcFactory.cpp85 GrGLSLVertToFrag varying(kVec4f_GrSLType); in onEmitCode()
/external/skia/src/gpu/ops/
DGrDashOp.cpp884 GrGLSLVertToFrag dashParams(kVec3f_GrSLType); in onEmitCode()
889 GrGLSLVertToFrag circleParams(kVec2f_GrSLType); in onEmitCode()
1087 GrGLSLVertToFrag inDashParams(kVec3f_GrSLType); in onEmitCode()
1093 GrGLSLVertToFrag inRectParams(kVec4f_GrSLType); in onEmitCode()
DGrOvalOpFactory.cpp278 GrGLSLVertToFrag ellipseOffsets(kVec2f_GrSLType); in onEmitCode()
283 GrGLSLVertToFrag ellipseRadii(kVec4f_GrSLType); in onEmitCode()
420 GrGLSLVertToFrag offsets0(kVec2f_GrSLType); in onEmitCode()
424 GrGLSLVertToFrag offsets1(kVec2f_GrSLType); in onEmitCode()
DGrMSAAPathRenderer.cpp143 GrGLSLVertToFrag uv(kVec2f_GrSLType); in onEmitCode()
DGrAAConvexPathRenderer.cpp567 GrGLSLVertToFrag v(kVec4f_GrSLType); in onEmitCode()