Lines Matching refs:bindpt
632 struct gl_query_object **bindpt;
633 bindpt = get_query_binding_point(ctx, q->Target, q->Stream);
634 assert(bindpt); /* Should be non-null for active q. */
635 if (bindpt) {
636 *bindpt = NULL;
695 struct gl_query_object *q, **bindpt;
707 bindpt = get_query_binding_point(ctx, target, index);
708 if (!bindpt) {
719 if (*bindpt) {
792 *bindpt = q;
801 struct gl_query_object *q, **bindpt;
813 bindpt = get_query_binding_point(ctx, target, index);
814 if (!bindpt) {
820 q = *bindpt;
831 *bindpt = NULL;
929 struct gl_query_object *q = NULL, **bindpt = NULL;
972 bindpt = get_query_binding_point(ctx, target, index);
973 if (!bindpt) {
978 q = *bindpt;