Lines Matching full:bindpt
290 struct gl_query_object *q, **bindpt;
303 bindpt = get_query_binding_point(ctx, target);
304 if (!bindpt) {
345 *bindpt = q;
354 struct gl_query_object *q, **bindpt;
367 bindpt = get_query_binding_point(ctx, target);
368 if (!bindpt) {
374 q = *bindpt;
375 *bindpt = NULL;
460 struct gl_query_object *q = NULL, **bindpt = NULL;
480 bindpt = get_query_binding_point(ctx, target);
481 if (!bindpt) {
486 q = *bindpt;