Lines Matching refs:temps
1070 PREALLOC_TEMP_ARRAY(kPreAllocStringCnt) temps; in CompileShaders() local
1077 append_decls(segments.fVSUnis, gl, &strs, &lengths, &temps); in CompileShaders()
1078 append_decls(segments.fVSAttrs, gl, &strs, &lengths, &temps); in CompileShaders()
1079 append_decls(segments.fVSOutputs, gl, &strs, &lengths, &temps); in CompileShaders()
1097 temps.reset(); in CompileShaders()
1100 append_decls(segments.fGSInputs, gl, &strs, &lengths, &temps); in CompileShaders()
1101 append_decls(segments.fGSOutputs, gl, &strs, &lengths, &temps); in CompileShaders()
1116 temps.reset(); in CompileShaders()
1121 append_decls(segments.fFSUnis, gl, &strs, &lengths, &temps); in CompileShaders()
1122 append_decls(segments.fFSInputs, gl, &strs, &lengths, &temps); in CompileShaders()
1126 append_decls(segments.fFSOutputs, gl, &strs, &lengths, &temps); in CompileShaders()