Searched refs:fCoordTransforms (Results 1 - 4 of 4) sorted by relevance

/external/skia/src/gpu/
H A DGrProcessor.cpp133 fCoordTransforms.push_back(transform);
139 if (fCoordTransforms.count() != that.fCoordTransforms.count()) {
142 int count = fCoordTransforms.count();
144 if (*fCoordTransforms[i] != *that.fCoordTransforms[i]) {
/external/skia/include/gpu/
H A DGrFragmentProcessor.h43 int numTransforms() const { return fCoordTransforms.count(); }
47 const GrCoordTransform& coordTransform(int index) const { return *fCoordTransforms[index]; }
50 return fCoordTransforms;
127 SkSTArray<4, const GrCoordTransform*, true> fCoordTransforms; member in class:GrFragmentProcessor
/external/skia/src/gpu/gl/builders/
H A DGrGLProgramBuilder.cpp203 SkSTArray<2, const GrCoordTransform*, true>& procCoords = fCoordTransforms.push_back();
322 fCoordTransforms, &fOutCoords);
H A DGrGLProgramBuilder.h391 GrGLPrimitiveProcessor::TransformsIn fCoordTransforms; member in class:GrGLProgramBuilder

Completed in 754 milliseconds