HomeSort by relevance Sort by last modified time
    Searched refs:gl_uniform (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/mesa/program/
prog_uniform.h 47 struct gl_uniform struct
68 struct gl_uniform *Uniforms; /**< Array [Size] */
78 extern struct gl_uniform *
  /external/mesa3d/src/glsl/
linker.cpp 923 struct gl_uniform *u;
1038 n->u = (gl_uniform *) calloc(1, sizeof(struct gl_uniform));
    [all...]
  /external/mesa3d/src/pixelflinger2/
shader.cpp 274 const gl_uniform & uniform = program->Uniforms->Uniforms[i];
763 const gl_uniform & uniform = program->Uniforms->Uniforms[i];
784 const gl_uniform & uniform = program->Uniforms->Uniforms[location];
    [all...]

Completed in 480 milliseconds