| /xsrc/external/mit/mesa-demos/dist/src/objviewer/ |
| H A D | glmdraw.c | 457 glUniform4fv(mat->uAmbient, 1, mat->ambient); 458 glUniform4fv(mat->uDiffuse, 1, mat->diffuse); 459 glUniform4fv(mat->uSpecular, 1, mat->specular); 464 glUniform4fv(uAmbientLight, 1, ambientLight); 465 glUniform4fv(uDiffuseLight, 1, diffuseLight); 466 glUniform4fv(uSpecularLight, 1, specularLight);
|
| /xsrc/external/mit/mesa-demos/dist/src/glsl/ |
| H A D | linktest.c | 217 glUniform4fv(uDiffuse, 1, diffuse); 218 glUniform4fv(uSpecular, 1, specular);
|
| H A D | convolutions.c | 205 glUniform4fv(loc, 9, vecKer);
|
| H A D | geom-outlining-150.c | 343 glUniform4fv(uColor, 1, Orange);
|
| /xsrc/external/mit/mesa-demos/dist/src/perf/ |
| H A D | glsl-compile-time.c | 229 glUniform4fv(u1_loc, 1, u1_val); 230 glUniform4fv(u2_loc, 1, u2_val);
|
| /xsrc/external/mit/mesa-demos/dist/src/vpglsl/ |
| H A D | vp-tris.c | 103 glUniform4fv(loc4f, 4, vecKer); 128 glUniform4fv(loc4f, 4, vecKer);
|
| /xsrc/external/mit/mesa-demos/dist/src/fpglsl/ |
| H A D | fp-tri.c | 127 glUniform4fv(loc4f, 4, vecKer); 157 glUniform4fv(loc4f, 4, vecKer);
|
| /xsrc/external/mit/mesa-demos/dist/src/demos/ |
| H A D | fslight.c | 497 glUniform4fv(uDiffuse, 1, diffuse); 498 glUniform4fv(uSpecular, 1, specular);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mapi/es2api/ |
| H A D | ABI-check | 342 glUniform4fv
|
| /xsrc/external/mit/xorg-server/dist/glamor/ |
| H A D | glamor_transform.c | 129 glUniform4fv(uniform, 1, color);
|
| H A D | glamor_gradient.c | 1038 glUniform4fv(stop_colors_uniform_location, count, stop_colors); 1378 glUniform4fv(stop_colors_uniform_location, count, stop_colors);
|
| H A D | glamor_program.c | 529 glUniform4fv(prog->fg_uniform, 1, color);
|
| H A D | glamor_render.c | 576 glUniform4fv(wh_location, 1, wh); 587 glUniform4fv(uniform_location, 1, color);
|
| /xsrc/external/mit/mesa-demos/dist/src/egl/opengles2/ |
| H A D | es2gears.c | 485 glUniform4fv(MaterialColor_location, 1, color); 693 glUniform4fv(LightSourcePosition_location, 1, LightSourcePosition);
|
| /xsrc/external/mit/mesa-demos/dist/src/util/ |
| H A D | shaderutil.c | 73 Uniform4fv = glUniform4fv;
|
| /xsrc/external/mit/MesaLib.old/dist/include/GLES2/ |
| H A D | gl2.h | 650 GL_APICALL void GL_APIENTRY glUniform4fv (GLint location, GLsizei count, const GLfloat *value);
|
| /xsrc/external/mit/MesaLib/dist/include/GLES2/ |
| H A D | gl2.h | 650 GL_APICALL void GL_APIENTRY glUniform4fv (GLint location, GLsizei count, const GLfloat *value);
|
| /xsrc/external/mit/MesaLib/src/mapi/es2api/ |
| H A D | glapi_mapi_tmp.h | 330 GLAPI void APIENTRY glUniform4fv(GLint location, GLsizei count, const GLfloat *value); 2594 GLAPI void APIENTRY glUniform4fv(GLint location, GLsizei count, const GLfloat *value) function in typeref:typename:GLAPI void APIENTRY 3841 STUB_ASM_ENTRY("glUniform4fv")"\n"
|
| /xsrc/external/mit/MesaLib.old/dist/include/GLES3/ |
| H A D | gl3.h | 650 GL_APICALL void GL_APIENTRY glUniform4fv (GLint location, GLsizei count, const GLfloat *value);
|
| H A D | gl31.h | 652 GL_APICALL void GL_APIENTRY glUniform4fv (GLint location, GLsizei count, const GLfloat *value);
|
| H A D | gl32.h | 652 GL_APICALL void GL_APIENTRY glUniform4fv (GLint location, GLsizei count, const GLfloat *value);
|
| /xsrc/external/mit/MesaLib/dist/include/GLES3/ |
| H A D | gl3.h | 650 GL_APICALL void GL_APIENTRY glUniform4fv (GLint location, GLsizei count, const GLfloat *value);
|
| H A D | gl31.h | 650 GL_APICALL void GL_APIENTRY glUniform4fv (GLint location, GLsizei count, const GLfloat *value);
|
| H A D | gl32.h | 650 GL_APICALL void GL_APIENTRY glUniform4fv (GLint location, GLsizei count, const GLfloat *value);
|
| /xsrc/external/mit/MesaLib.old/dist/include/GL/ |
| H A D | gl_mangle.h | 2307 #define glUniform4fv MANGLE(Uniform4fv) macro
|