Searched refs:bindpt (Results 1 – 1 of 1) sorted by relevance
327 struct gl_query_object **bindpt; in _mesa_DeleteQueries() local328 bindpt = get_query_binding_point(ctx, q->Target, q->Stream); in _mesa_DeleteQueries()329 assert(bindpt); /* Should be non-null for active q. */ in _mesa_DeleteQueries()330 if (bindpt) { in _mesa_DeleteQueries()331 *bindpt = NULL; in _mesa_DeleteQueries()389 struct gl_query_object *q, **bindpt; in _mesa_BeginQueryIndexed() local401 bindpt = get_query_binding_point(ctx, target, index); in _mesa_BeginQueryIndexed()402 if (!bindpt) { in _mesa_BeginQueryIndexed()413 if (*bindpt) { in _mesa_BeginQueryIndexed()486 *bindpt = q; in _mesa_BeginQueryIndexed()[all …]