Lines Matching refs:bindpt
345 struct gl_query_object **bindpt;
346 bindpt = get_query_binding_point(ctx, q->Target, q->Stream);
347 assert(bindpt); /* Should be non-null for active q. */
348 if (bindpt) {
349 *bindpt = NULL;
408 struct gl_query_object *q, **bindpt;
420 bindpt = get_query_binding_point(ctx, target, index);
421 if (!bindpt) {
432 if (*bindpt) {
505 *bindpt = q;
514 struct gl_query_object *q, **bindpt;
526 bindpt = get_query_binding_point(ctx, target, index);
527 if (!bindpt) {
533 q = *bindpt;
544 *bindpt = NULL;
646 struct gl_query_object *q = NULL, **bindpt = NULL;
689 bindpt = get_query_binding_point(ctx, target, index);
690 if (!bindpt) {
695 q = *bindpt;