Home
last modified time | relevance | path

Searched refs:bindpt (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/main/
Dqueryobj.c290 struct gl_query_object *q, **bindpt; in _mesa_BeginQueryIndexed() local
303 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() local
367 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 …]