HomeSort by relevance Sort by last modified time
    Searched refs:PathProcVarying (Results 1 - 2 of 2) sorted by null

  /external/skia/src/gpu/gl/
GrGLProgramDataManager.h 94 struct PathProcVarying {
106 SkTArray<PathProcVarying, true> fPathProcVaryings;
GrGLProgramDataManager.cpp 41 PathProcVarying& pathProcVarying = fPathProcVaryings[i];
46 pathProcVarying.fArrayCount = builderPathProcVarying.fVariable.getArrayCount();
47 pathProcVarying.fType = builderPathProcVarying.fVariable.getType();
49 pathProcVarying.fLocation = builderPathProcVarying.fLocation;
246 const PathProcVarying& fragmentInput = fPathProcVaryings[u.toIndex()];

Completed in 55 milliseconds