Searched defs:gl_constant_value (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprog_parameter.h58 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
[all...]
/external/mesa3d/src/mesa/program/
H A Dprog_parameter.h58 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
[all...]

Completed in 1041 milliseconds