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

/external/skia/src/gpu/gl/
H A DGrGLProgram.cpp1052 inline void append_decls(const VarArray& vars, function in namespace:__anon10751
1077 append_decls(segments.fVSUnis, gl, &strs, &lengths, &temps);
1078 append_decls(segments.fVSAttrs, gl, &strs, &lengths, &temps);
1079 append_decls(segments.fVSOutputs, gl, &strs, &lengths, &temps);
1100 append_decls(segments.fGSInputs, gl, &strs, &lengths, &temps);
1101 append_decls(segments.fGSOutputs, gl, &strs, &lengths, &temps);
1121 append_decls(segments.fFSUnis, gl, &strs, &lengths, &temps);
1122 append_decls(segments.fFSInputs, gl, &strs, &lengths, &temps);
1126 append_decls(segments.fFSOutputs, gl, &strs, &lengths, &temps);

Completed in 279 milliseconds