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

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Duniform_query.cpp161 bool negative_one_is_not_valid)
190 * The negative_one_is_not_valid flag selects between the two behaviors.
192 if (negative_one_is_not_valid) {
155 validate_uniform_parameters(struct gl_context *ctx, struct gl_shader_program *shProg, GLint location, GLsizei count, unsigned *loc, unsigned *array_index, const char *caller, bool negative_one_is_not_valid) argument
/external/mesa3d/src/mesa/main/
H A Duniform_query.cpp161 bool negative_one_is_not_valid)
190 * The negative_one_is_not_valid flag selects between the two behaviors.
192 if (negative_one_is_not_valid) {
155 validate_uniform_parameters(struct gl_context *ctx, struct gl_shader_program *shProg, GLint location, GLsizei count, unsigned *loc, unsigned *array_index, const char *caller, bool negative_one_is_not_valid) argument

Completed in 388 milliseconds