HomeSort by relevance Sort by last modified time
    Searched defs:gl_constant_value (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/program/
prog_parameter.h 58 typedef union gl_constant_value union
64 } gl_constant_value; typedef in typeref:union:gl_constant_value
100 gl_constant_value (*ParameterValues)[4]; /**< Array [Size] of constant[4] */
132 const gl_constant_value *values,
138 const char *name, const gl_constant_value values[4]);
142 const char *name, const gl_constant_value values[4],
147 const gl_constant_value values[4], GLuint size,
152 const gl_constant_value values[4], GLuint size,
168 extern gl_constant_value *
178 const gl_constant_value v[], GLuint vSize
    [all...]
  /external/mesa3d/src/mesa/program/
prog_parameter.h 58 typedef union gl_constant_value union
64 } gl_constant_value; typedef in typeref:union:gl_constant_value
100 gl_constant_value (*ParameterValues)[4]; /**< Array [Size] of constant[4] */
132 const gl_constant_value *values,
138 const char *name, const gl_constant_value values[4]);
142 const char *name, const gl_constant_value values[4],
147 const gl_constant_value values[4], GLuint size,
152 const gl_constant_value values[4], GLuint size,
168 extern gl_constant_value *
178 const gl_constant_value v[], GLuint vSize
    [all...]

Completed in 152 milliseconds