Searched refs:bindpt (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | queryobj.c | 342 struct gl_query_object **bindpt; local in function:_mesa_DeleteQueries 343 bindpt = get_query_binding_point(ctx, q->Target, q->Stream); 344 assert(bindpt); /* Should be non-null for active q. */ 345 if (bindpt) { 346 *bindpt = NULL; 405 struct gl_query_object *q, **bindpt; local in function:_mesa_BeginQueryIndexed 417 bindpt = get_query_binding_point(ctx, target, index); 418 if (!bindpt) { 429 if (*bindpt) { 502 *bindpt 511 struct gl_query_object *q, **bindpt; local in function:_mesa_EndQueryIndexed [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | queryobj.c | 345 struct gl_query_object **bindpt; local in function:_mesa_DeleteQueries 346 bindpt = get_query_binding_point(ctx, q->Target, q->Stream); 347 assert(bindpt); /* Should be non-null for active q. */ 348 if (bindpt) { 349 *bindpt = NULL; 408 struct gl_query_object *q, **bindpt; local in function:_mesa_BeginQueryIndexed 420 bindpt = get_query_binding_point(ctx, target, index); 421 if (!bindpt) { 432 if (*bindpt) { 505 *bindpt 514 struct gl_query_object *q, **bindpt; local in function:_mesa_EndQueryIndexed [all...] |
Completed in 3 milliseconds