Lines Matching defs:retValA
1471 unsigned int retValA[4], retValB[4];
1475 gl.getUniformiv(programA, locationA[i], (int*)&retValA[0]);
1480 gl.getUniformuiv(programA, locationA[i], &retValA[0]);
1485 gl.getUniformfv(programA, locationA[i], (float*)&retValA[0]);
1493 if ((retValA[j] != *uValue++) || (retValA[j] == retValB[j]))
1537 unsigned int retValA[4], retValB[4];
1541 gl.getUniformiv(programA, locationA[i], (int*)&retValA[0]);
1546 gl.getUniformuiv(programA, locationA[i], &retValA[0]);
1551 gl.getUniformfv(programA, locationA[i], (float*)&retValA[0]);
1559 if ((retValB[j] != *uValue++) || (retValA[j] == retValB[j]))
1741 float retValA[16], retValB[16];
1743 gl.getUniformfv(programA, locationA[i], retValA);
1750 if ((retValA[j] != *value++) || (retValA[j] == retValB[j]))
1795 float retValA[16], retValB[16];
1797 gl.getUniformfv(programA, locationA[i], retValA);
1804 if ((retValB[j] != *value++) || (retValA[j] == retValB[j]))