Lines Matching refs:bindpt
342 struct gl_query_object **bindpt;
343 bindpt = get_query_binding_point(ctx, q->Target, q->Stream);
344 assert(bindpt); /* Should be non-null for active q. */
345 if (bindpt) {
346 *bindpt = NULL;
405 struct gl_query_object *q, **bindpt;
417 bindpt = get_query_binding_point(ctx, target, index);
418 if (!bindpt) {
429 if (*bindpt) {
502 *bindpt = q;
511 struct gl_query_object *q, **bindpt;
523 bindpt = get_query_binding_point(ctx, target, index);
524 if (!bindpt) {
530 q = *bindpt;
541 *bindpt = NULL;
643 struct gl_query_object *q = NULL, **bindpt = NULL;
676 bindpt = get_query_binding_point(ctx, target, index);
677 if (!bindpt) {
682 q = *bindpt;