Searched refs:bindpt (Results 1 – 1 of 1) sorted by relevance
345 struct gl_query_object **bindpt; in _mesa_DeleteQueries() local346 bindpt = get_query_binding_point(ctx, q->Target, q->Stream); in _mesa_DeleteQueries()347 assert(bindpt); /* Should be non-null for active q. */ in _mesa_DeleteQueries()348 if (bindpt) { in _mesa_DeleteQueries()349 *bindpt = NULL; in _mesa_DeleteQueries()408 struct gl_query_object *q, **bindpt; in _mesa_BeginQueryIndexed() local420 bindpt = get_query_binding_point(ctx, target, index); in _mesa_BeginQueryIndexed()421 if (!bindpt) { in _mesa_BeginQueryIndexed()432 if (*bindpt) { in _mesa_BeginQueryIndexed()505 *bindpt = q; in _mesa_BeginQueryIndexed()[all …]