Home
last modified time | relevance | path

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

/external/skia/src/gpu/batches/
DGrPLSPathRenderer.cpp293 GrGLSLVertToFrag v1(kVec2f_GrSLType); in onEmitCode()
300 GrGLSLVertToFrag v2(kVec2f_GrSLType); in onEmitCode()
307 GrGLSLVertToFrag v3(kVec2f_GrSLType); in onEmitCode()
314 GrGLSLVertToFrag delta1(kVec2f_GrSLType); in onEmitCode()
319 GrGLSLVertToFrag delta2(kVec2f_GrSLType); in onEmitCode()
324 GrGLSLVertToFrag delta3(kVec2f_GrSLType); in onEmitCode()
329 GrGLSLVertToFrag windings(kInt_GrSLType); in onEmitCode()
494 GrGLSLVertToFrag uv(kVec2f_GrSLType); in onEmitCode()
498 GrGLSLVertToFrag ep1(kVec2f_GrSLType); in onEmitCode()
503 GrGLSLVertToFrag ep2(kVec2f_GrSLType); in onEmitCode()
[all …]
DGrAAConvexPathRenderer.cpp561 GrGLSLVertToFrag v(kVec4f_GrSLType); in onEmitCode()
/external/skia/src/gpu/effects/
DGrDistanceFieldGeoProc.cpp80 GrGLSLVertToFrag recipScale(kFloat_GrSLType); in onEmitCode()
81 GrGLSLVertToFrag uv(kVec2f_GrSLType); in onEmitCode()
91 GrGLSLVertToFrag st(kVec2f_GrSLType); in onEmitCode()
290 GrGLSLVertToFrag v(kVec2f_GrSLType); in onEmitCode()
522 GrGLSLVertToFrag recipScale(kFloat_GrSLType); in onEmitCode()
523 GrGLSLVertToFrag uv(kVec2f_GrSLType); in onEmitCode()
532 GrGLSLVertToFrag st(kVec2f_GrSLType); in onEmitCode()
DGrBezierEffect.cpp86 GrGLSLVertToFrag v(kVec4f_GrSLType); in onEmitCode()
360 GrGLSLVertToFrag v(kVec4f_GrSLType); in onEmitCode()
563 GrGLSLVertToFrag v(kVec4f_GrSLType); in onEmitCode()
DGrBitmapTextGeoProc.cpp37 GrGLSLVertToFrag v(kVec2f_GrSLType); in onEmitCode()
DGrDashingEffect.cpp873 GrGLSLVertToFrag dashParams(kVec3f_GrSLType); in onEmitCode()
878 GrGLSLVertToFrag circleParams(kVec2f_GrSLType); in onEmitCode()
1086 GrGLSLVertToFrag inDashParams(kVec3f_GrSLType); in onEmitCode()
1092 GrGLSLVertToFrag inRectParams(kVec4f_GrSLType); in onEmitCode()
/external/skia/src/gpu/glsl/
DGrGLSLVarying.h54 struct GrGLSLVertToFrag : public GrGLSLVarying { struct
55 GrGLSLVertToFrag(GrSLType type) in GrGLSLVertToFrag() argument
DGrGLSLGeometryProcessor.cpp64 GrGLSLVertToFrag v(varyingType); in emitTransforms()
118 GrGLSLVertToFrag v(varyingType); in emitTransforms()
DGrGLSLVarying.cpp15 GrGLSLVertToFrag v(type); in addPassThroughAttribute()
24 GrGLSLVertToFrag v(type); in addFlatPassThroughAttribute()
/external/skia/src/gpu/gl/
DGrGLVaryingHandler.h23 VaryingHandle addPathProcessingVarying(const char* name, GrGLSLVertToFrag*,
DGrGLVaryingHandler.cpp16 GrGLSLVertToFrag* v, in addPathProcessingVarying()
/external/skia/src/gpu/
DGrPathProcessor.cpp72 GrGLSLVertToFrag v(varyingType); in emitTransforms()
DGrOvalRenderer.cpp106 GrGLSLVertToFrag v(kVec4f_GrSLType); in onEmitCode()
255 GrGLSLVertToFrag ellipseOffsets(kVec2f_GrSLType); in onEmitCode()
260 GrGLSLVertToFrag ellipseRadii(kVec4f_GrSLType); in onEmitCode()
430 GrGLSLVertToFrag offsets0(kVec2f_GrSLType); in onEmitCode()
435 GrGLSLVertToFrag offsets1(kVec2f_GrSLType); in onEmitCode()