Searched refs:matrixName (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/gpu/ganesh/ |
D | GrFragmentProcessor.cpp | 922 const SkString& matrixName(uniform.getName()); in invokeChildWithMatrix() local 946 invocation.appendf(", proj((%s) * %s.xy1)", matrixName.c_str(), args.fSampleCoord); in invokeChildWithMatrix() 948 invocation.appendf(", float3x2(%s) * %s.xy1", matrixName.c_str(), args.fSampleCoord); in invokeChildWithMatrix() 950 invocation.appendf(", ((%s) * %s.xy1).xy", matrixName.c_str(), args.fSampleCoord); in invokeChildWithMatrix()
|
D | GrGeometryProcessor.cpp | 382 const char* matrixName, in write_vertex_position() argument 400 matrixName, in write_vertex_position()
|