Lines Matching refs:location
224 GLint location;
230 GLint location = cmd->location;
232 CALL_Uniform1i64ARB(ctx->CurrentServerDispatch, (location, x));
238 _mesa_marshal_Uniform1i64ARB(GLint location, GLint64 x)
244 cmd->location = location;
253 GLint location;
260 GLint location = cmd->location;
263 CALL_Uniform2i64ARB(ctx->CurrentServerDispatch, (location, x, y));
269 _mesa_marshal_Uniform2i64ARB(GLint location, GLint64 x, GLint64 y)
275 cmd->location = location;
285 GLint location;
293 GLint location = cmd->location;
297 CALL_Uniform3i64ARB(ctx->CurrentServerDispatch, (location, x, y, z));
303 _mesa_marshal_Uniform3i64ARB(GLint location, GLint64 x, GLint64 y, GLint64 z)
309 cmd->location = location;
320 GLint location;
329 GLint location = cmd->location;
334 CALL_Uniform4i64ARB(ctx->CurrentServerDispatch, (location, x, y, z, w));
340 _mesa_marshal_Uniform4i64ARB(GLint location, GLint64 x, GLint64 y, GLint64 z, GLint64 w)
346 cmd->location = location;
358 GLint location;
365 GLint location = cmd->location;
370 CALL_Uniform1i64vARB(ctx->CurrentServerDispatch, (location, count, value));
374 _mesa_marshal_Uniform1i64vARB(GLint location, GLsizei count, const GLint64 * value)
382 CALL_Uniform1i64vARB(ctx->CurrentServerDispatch, (location, count, value));
386 cmd->location = location;
397 GLint location;
404 GLint location = cmd->location;
409 CALL_Uniform2i64vARB(ctx->CurrentServerDispatch, (location, count, value));
413 _mesa_marshal_Uniform2i64vARB(GLint location, GLsizei count, const GLint64 * value)
421 CALL_Uniform2i64vARB(ctx->CurrentServerDispatch, (location, count, value));
425 cmd->location = location;
436 GLint location;
443 GLint location = cmd->location;
448 CALL_Uniform3i64vARB(ctx->CurrentServerDispatch, (location, count, value));
452 _mesa_marshal_Uniform3i64vARB(GLint location, GLsizei count, const GLint64 * value)
460 CALL_Uniform3i64vARB(ctx->CurrentServerDispatch, (location, count, value));
464 cmd->location = location;
475 GLint location;
482 GLint location = cmd->location;
487 CALL_Uniform4i64vARB(ctx->CurrentServerDispatch, (location, count, value));
491 _mesa_marshal_Uniform4i64vARB(GLint location, GLsizei count, const GLint64 * value)
499 CALL_Uniform4i64vARB(ctx->CurrentServerDispatch, (location, count, value));
503 cmd->location = location;
514 GLint location;
520 GLint location = cmd->location;
522 CALL_Uniform1ui64ARB(ctx->CurrentServerDispatch, (location, x));
528 _mesa_marshal_Uniform1ui64ARB(GLint location, GLuint64 x)
534 cmd->location = location;
543 GLint location;
550 GLint location = cmd->location;
553 CALL_Uniform2ui64ARB(ctx->CurrentServerDispatch, (location, x, y));
559 _mesa_marshal_Uniform2ui64ARB(GLint location, GLuint64 x, GLuint64 y)
565 cmd->location = location;
575 GLint location;
583 GLint location = cmd->location;
587 CALL_Uniform3ui64ARB(ctx->CurrentServerDispatch, (location, x, y, z));
593 _mesa_marshal_Uniform3ui64ARB(GLint location, GLuint64 x, GLuint64 y, GLuint64 z)
599 cmd->location = location;
610 GLint location;
619 GLint location = cmd->location;
624 CALL_Uniform4ui64ARB(ctx->CurrentServerDispatch, (location, x, y, z, w));
630 _mesa_marshal_Uniform4ui64ARB(GLint location, GLuint64 x, GLuint64 y, GLuint64 z, GLuint64 w)
636 cmd->location = location;
648 GLint location;
655 GLint location = cmd->location;
660 CALL_Uniform1ui64vARB(ctx->CurrentServerDispatch, (location, count, value));
664 _mesa_marshal_Uniform1ui64vARB(GLint location, GLsizei count, const GLuint64 * value)
672 CALL_Uniform1ui64vARB(ctx->CurrentServerDispatch, (location, count, value));
676 cmd->location = location;
687 GLint location;
694 GLint location = cmd->location;
699 CALL_Uniform2ui64vARB(ctx->CurrentServerDispatch, (location, count, value));
703 _mesa_marshal_Uniform2ui64vARB(GLint location, GLsizei count, const GLuint64 * value)
711 CALL_Uniform2ui64vARB(ctx->CurrentServerDispatch, (location, count, value));
715 cmd->location = location;
726 GLint location;
733 GLint location = cmd->location;
738 CALL_Uniform3ui64vARB(ctx->CurrentServerDispatch, (location, count, value));
742 _mesa_marshal_Uniform3ui64vARB(GLint location, GLsizei count, const GLuint64 * value)
750 CALL_Uniform3ui64vARB(ctx->CurrentServerDispatch, (location, count, value));
754 cmd->location = location;
765 GLint location;
772 GLint location = cmd->location;
777 CALL_Uniform4ui64vARB(ctx->CurrentServerDispatch, (location, count, value));
781 _mesa_marshal_Uniform4ui64vARB(GLint location, GLsizei count, const GLuint64 * value)
789 CALL_Uniform4ui64vARB(ctx->CurrentServerDispatch, (location, count, value));
793 cmd->location = location;
802 _mesa_marshal_GetUniformi64vARB(GLuint program, GLint location, GLint64 * params)
806 CALL_GetUniformi64vARB(ctx->CurrentServerDispatch, (program, location, params));
812 _mesa_marshal_GetUniformui64vARB(GLuint program, GLint location, GLuint64 * params)
816 CALL_GetUniformui64vARB(ctx->CurrentServerDispatch, (program, location, params));
822 _mesa_marshal_GetnUniformi64vARB(GLuint program, GLint location, GLsizei bufSize, GLint64 * params)
826 CALL_GetnUniformi64vARB(ctx->CurrentServerDispatch, (program, location, bufSize, params));
832 _mesa_marshal_GetnUniformui64vARB(GLuint program, GLint location, GLsizei bufSize, GLuint64 * params)
836 CALL_GetnUniformui64vARB(ctx->CurrentServerDispatch, (program, location, bufSize, params));
845 GLint location;
852 GLint location = cmd->location;
854 CALL_ProgramUniform1i64ARB(ctx->CurrentServerDispatch, (program, location, x));
860 _mesa_marshal_ProgramUniform1i64ARB(GLuint program, GLint location, GLint64 x)
867 cmd->location = location;
877 GLint location;
885 GLint location = cmd->location;
888 CALL_ProgramUniform2i64ARB(ctx->CurrentServerDispatch, (program, location, x, y));
894 _mesa_marshal_ProgramUniform2i64ARB(GLuint program, GLint location, GLint64 x, GLint64 y)
901 cmd->location = location;
912 GLint location;
921 GLint location = cmd->location;
925 CALL_ProgramUniform3i64ARB(ctx->CurrentServerDispatch, (program, location, x, y, z));
931 _mesa_marshal_ProgramUniform3i64ARB(GLuint program, GLint location, GLint64 x, GLint64 y, GLint64 z)
938 cmd->location = location;
950 GLint location;
960 GLint location = cmd->location;
965 CALL_ProgramUniform4i64ARB(ctx->CurrentServerDispatch, (program, location, x, y, z, w));
971 _mesa_marshal_ProgramUniform4i64ARB(GLuint program, GLint location, GLint64 x, GLint64 y, GLint64 z, GLint64 w)
978 cmd->location = location;
991 GLint location;
999 GLint location = cmd->location;
1004 CALL_ProgramUniform1i64vARB(ctx->CurrentServerDispatch, (program, location, count, value));
1008 _mesa_marshal_ProgramUniform1i64vARB(GLuint program, GLint location, GLsizei count, const GLint64 * value)
1016 CALL_ProgramUniform1i64vARB(ctx->CurrentServerDispatch, (program, location, count, value));
1021 cmd->location = location;
1033 GLint location;
1041 GLint location = cmd->location;
1046 CALL_ProgramUniform2i64vARB(ctx->CurrentServerDispatch, (program, location, count, value));
1050 _mesa_marshal_ProgramUniform2i64vARB(GLuint program, GLint location, GLsizei count, const GLint64 * value)
1058 CALL_ProgramUniform2i64vARB(ctx->CurrentServerDispatch, (program, location, count, value));
1063 cmd->location = location;
1075 GLint location;
1083 GLint location = cmd->location;
1088 CALL_ProgramUniform3i64vARB(ctx->CurrentServerDispatch, (program, location, count, value));
1092 _mesa_marshal_ProgramUniform3i64vARB(GLuint program, GLint location, GLsizei count, const GLint64 * value)
1100 CALL_ProgramUniform3i64vARB(ctx->CurrentServerDispatch, (program, location, count, value));
1105 cmd->location = location;
1117 GLint location;
1125 GLint location = cmd->location;
1130 CALL_ProgramUniform4i64vARB(ctx->CurrentServerDispatch, (program, location, count, value));
1134 _mesa_marshal_ProgramUniform4i64vARB(GLuint program, GLint location, GLsizei count, const GLint64 * value)
1142 CALL_ProgramUniform4i64vARB(ctx->CurrentServerDispatch, (program, location, count, value));
1147 cmd->location = location;
1159 GLint location;
1166 GLint location = cmd->location;
1168 CALL_ProgramUniform1ui64ARB(ctx->CurrentServerDispatch, (program, location, x));
1174 _mesa_marshal_ProgramUniform1ui64ARB(GLuint program, GLint location, GLuint64 x)
1181 cmd->location = location;
1191 GLint location;
1199 GLint location = cmd->location;
1202 CALL_ProgramUniform2ui64ARB(ctx->CurrentServerDispatch, (program, location, x, y));
1208 _mesa_marshal_ProgramUniform2ui64ARB(GLuint program, GLint location, GLuint64 x, GLuint64 y)
1215 cmd->location = location;
1226 GLint location;
1235 GLint location = cmd->location;
1239 CALL_ProgramUniform3ui64ARB(ctx->CurrentServerDispatch, (program, location, x, y, z));
1245 _mesa_marshal_ProgramUniform3ui64ARB(GLuint program, GLint location, GLuint64 x, GLuint64 y, GLuint64 z)
1252 cmd->location = location;
1264 GLint location;
1274 GLint location = cmd->location;
1279 CALL_ProgramUniform4ui64ARB(ctx->CurrentServerDispatch, (program, location, x, y, z, w));
1285 _mesa_marshal_ProgramUniform4ui64ARB(GLuint program, GLint location, GLuint64 x, GLuint64 y, GLuint64 z, GLuint64 w)
1292 cmd->location = location;
1305 GLint location;
1313 GLint location = cmd->location;
1318 CALL_ProgramUniform1ui64vARB(ctx->CurrentServerDispatch, (program, location, count, value));
1322 _mesa_marshal_ProgramUniform1ui64vARB(GLuint program, GLint location, GLsizei count, const GLuint64 * value)
1330 CALL_ProgramUniform1ui64vARB(ctx->CurrentServerDispatch, (program, location, count, value));
1335 cmd->location = location;
1347 GLint location;
1355 GLint location = cmd->location;
1360 CALL_ProgramUniform2ui64vARB(ctx->CurrentServerDispatch, (program, location, count, value));
1364 _mesa_marshal_ProgramUniform2ui64vARB(GLuint program, GLint location, GLsizei count, const GLuint64 * value)
1372 CALL_ProgramUniform2ui64vARB(ctx->CurrentServerDispatch, (program, location, count, value));
1377 cmd->location = location;
1389 GLint location;
1397 GLint location = cmd->location;
1402 CALL_ProgramUniform3ui64vARB(ctx->CurrentServerDispatch, (program, location, count, value));
1406 _mesa_marshal_ProgramUniform3ui64vARB(GLuint program, GLint location, GLsizei count, const GLuint64 * value)
1414 CALL_ProgramUniform3ui64vARB(ctx->CurrentServerDispatch, (program, location, count, value));
1419 cmd->location = location;
1431 GLint location;
1439 GLint location = cmd->location;
1444 CALL_ProgramUniform4ui64vARB(ctx->CurrentServerDispatch, (program, location, count, value));
1448 _mesa_marshal_ProgramUniform4ui64vARB(GLuint program, GLint location, GLsizei count, const GLuint64 * value)
1456 CALL_ProgramUniform4ui64vARB(ctx->CurrentServerDispatch, (program, location, count, value));
1461 cmd->location = location;