Searched refs:bindpt (Results 1 – 1 of 1) sorted by relevance
290 struct gl_query_object *q, **bindpt; in _mesa_BeginQueryIndexed() local303 bindpt = get_query_binding_point(ctx, target); in _mesa_BeginQueryIndexed()304 if (!bindpt) { in _mesa_BeginQueryIndexed()345 *bindpt = q; in _mesa_BeginQueryIndexed()354 struct gl_query_object *q, **bindpt; in _mesa_EndQueryIndexed() local367 bindpt = get_query_binding_point(ctx, target); in _mesa_EndQueryIndexed()368 if (!bindpt) { in _mesa_EndQueryIndexed()374 q = *bindpt; in _mesa_EndQueryIndexed()375 *bindpt = NULL; in _mesa_EndQueryIndexed()460 struct gl_query_object *q = NULL, **bindpt = NULL; in _mesa_GetQueryIndexediv() local[all …]