Searched refs:bindpt (Results 1 – 1 of 1) sorted by relevance
353 struct gl_query_object **bindpt; in _mesa_DeleteQueries() local354 bindpt = get_query_binding_point(ctx, q->Target, q->Stream); in _mesa_DeleteQueries()355 assert(bindpt); /* Should be non-null for active q. */ in _mesa_DeleteQueries()356 if (bindpt) { in _mesa_DeleteQueries()357 *bindpt = NULL; in _mesa_DeleteQueries()416 struct gl_query_object *q, **bindpt; in _mesa_BeginQueryIndexed() local428 bindpt = get_query_binding_point(ctx, target, index); in _mesa_BeginQueryIndexed()429 if (!bindpt) { in _mesa_BeginQueryIndexed()440 if (*bindpt) { in _mesa_BeginQueryIndexed()513 *bindpt = q; in _mesa_BeginQueryIndexed()[all …]