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

/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprog_parameter.c496 * \param posOut returns the position of the constant, if found
504 GLint *posOut, GLuint *swizzleOut)
512 *posOut = -1;
526 *posOut = i;
538 *posOut = i;
568 *posOut = i;
577 *posOut = -1;
502 _mesa_lookup_parameter_constant(const struct gl_program_parameter_list *list, const gl_constant_value v[], GLuint vSize, GLint *posOut, GLuint *swizzleOut) argument
/external/mesa3d/src/mesa/program/
H A Dprog_parameter.c485 * \param posOut returns the position of the constant, if found
493 GLint *posOut, GLuint *swizzleOut)
501 *posOut = -1;
515 *posOut = i;
527 *posOut = i;
557 *posOut = i;
566 *posOut = -1;
491 _mesa_lookup_parameter_constant(const struct gl_program_parameter_list *list, const gl_constant_value v[], GLuint vSize, GLint *posOut, GLuint *swizzleOut) argument

Completed in 107 milliseconds