Searched refs:vecKer (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/mesa-demos/dist/src/vpglsl/ |
| H A D | vp-tris.c | 90 GLfloat vecKer[] = local in function:setup_uniforms 97 glUniform1fv(loc1f, 16, vecKer); 100 glUniform2fv(loc2f, 8, vecKer); 103 glUniform4fv(loc4f, 4, vecKer); 111 GLfloat vecKer[] = local in function:setup_uniforms 122 glUniform1fv(loc1f, 16, vecKer); 125 glUniform2fv(loc2f, 8, vecKer); 128 glUniform4fv(loc4f, 4, vecKer);
|
| /xsrc/external/mit/mesa-demos/dist/src/fpglsl/ |
| H A D | fp-tri.c | 114 GLfloat vecKer[] = local in function:setup_uniforms 121 glUniform1fv(loc1f, 16, vecKer); 124 glUniform2fv(loc2f, 8, vecKer); 127 glUniform4fv(loc4f, 4, vecKer); 140 GLfloat vecKer[] = local in function:setup_uniforms 151 glUniform1fv(loc1f, 16, vecKer); 154 glUniform2fv(loc2f, 8, vecKer); 157 glUniform4fv(loc4f, 4, vecKer);
|
| /xsrc/external/mit/mesa-demos/dist/src/glsl/ |
| H A D | convolutions.c | 186 GLfloat *vecKer = (GLfloat*)malloc(sizeof(GLfloat) * 9 * 4); local in function:setupConvolution 198 vecKer[i*4 + 0] = kernel[i]; 199 vecKer[i*4 + 1] = kernel[i]; 200 vecKer[i*4 + 2] = kernel[i]; 201 vecKer[i*4 + 3] = kernel[i]; 205 glUniform4fv(loc, 9, vecKer); 212 free(vecKer);
|
Completed in 16 milliseconds