Searched refs:glUniform4fv (Results 1 - 25 of 31) sorted by relevance

12

/xsrc/external/mit/mesa-demos/dist/src/objviewer/
H A Dglmdraw.c457 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 Dlinktest.c217 glUniform4fv(uDiffuse, 1, diffuse);
218 glUniform4fv(uSpecular, 1, specular);
H A Dconvolutions.c205 glUniform4fv(loc, 9, vecKer);
H A Dgeom-outlining-150.c343 glUniform4fv(uColor, 1, Orange);
/xsrc/external/mit/mesa-demos/dist/src/perf/
H A Dglsl-compile-time.c229 glUniform4fv(u1_loc, 1, u1_val);
230 glUniform4fv(u2_loc, 1, u2_val);
/xsrc/external/mit/mesa-demos/dist/src/vpglsl/
H A Dvp-tris.c103 glUniform4fv(loc4f, 4, vecKer);
128 glUniform4fv(loc4f, 4, vecKer);
/xsrc/external/mit/mesa-demos/dist/src/fpglsl/
H A Dfp-tri.c127 glUniform4fv(loc4f, 4, vecKer);
157 glUniform4fv(loc4f, 4, vecKer);
/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Dfslight.c497 glUniform4fv(uDiffuse, 1, diffuse);
498 glUniform4fv(uSpecular, 1, specular);
/xsrc/external/mit/MesaLib.old/dist/src/mapi/es2api/
H A DABI-check342 glUniform4fv
/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_transform.c129 glUniform4fv(uniform, 1, color);
H A Dglamor_gradient.c1038 glUniform4fv(stop_colors_uniform_location, count, stop_colors);
1378 glUniform4fv(stop_colors_uniform_location, count, stop_colors);
H A Dglamor_program.c529 glUniform4fv(prog->fg_uniform, 1, color);
H A Dglamor_render.c576 glUniform4fv(wh_location, 1, wh);
587 glUniform4fv(uniform_location, 1, color);
/xsrc/external/mit/mesa-demos/dist/src/egl/opengles2/
H A Des2gears.c485 glUniform4fv(MaterialColor_location, 1, color);
693 glUniform4fv(LightSourcePosition_location, 1, LightSourcePosition);
/xsrc/external/mit/mesa-demos/dist/src/util/
H A Dshaderutil.c73 Uniform4fv = glUniform4fv;
/xsrc/external/mit/MesaLib.old/dist/include/GLES2/
H A Dgl2.h650 GL_APICALL void GL_APIENTRY glUniform4fv (GLint location, GLsizei count, const GLfloat *value);
/xsrc/external/mit/MesaLib/dist/include/GLES2/
H A Dgl2.h650 GL_APICALL void GL_APIENTRY glUniform4fv (GLint location, GLsizei count, const GLfloat *value);
/xsrc/external/mit/MesaLib/src/mapi/es2api/
H A Dglapi_mapi_tmp.h330 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 Dgl3.h650 GL_APICALL void GL_APIENTRY glUniform4fv (GLint location, GLsizei count, const GLfloat *value);
H A Dgl31.h652 GL_APICALL void GL_APIENTRY glUniform4fv (GLint location, GLsizei count, const GLfloat *value);
H A Dgl32.h652 GL_APICALL void GL_APIENTRY glUniform4fv (GLint location, GLsizei count, const GLfloat *value);
/xsrc/external/mit/MesaLib/dist/include/GLES3/
H A Dgl3.h650 GL_APICALL void GL_APIENTRY glUniform4fv (GLint location, GLsizei count, const GLfloat *value);
H A Dgl31.h650 GL_APICALL void GL_APIENTRY glUniform4fv (GLint location, GLsizei count, const GLfloat *value);
H A Dgl32.h650 GL_APICALL void GL_APIENTRY glUniform4fv (GLint location, GLsizei count, const GLfloat *value);
/xsrc/external/mit/MesaLib.old/dist/include/GL/
H A Dgl_mangle.h2307 #define glUniform4fv MANGLE(Uniform4fv) macro

Completed in 70 milliseconds

12