OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bindpt
(Results
1 - 1
of
1
) sorted by null
/external/mesa3d/src/mesa/main/
queryobj.c
290
struct gl_query_object *q, **
bindpt
;
local
303
bindpt
= get_query_binding_point(ctx, target);
304
if (!
bindpt
) {
345
*
bindpt
= q;
354
struct gl_query_object *q, **
bindpt
;
local
367
bindpt
= get_query_binding_point(ctx, target);
368
if (!
bindpt
) {
374
q = *
bindpt
;
375
*
bindpt
= NULL;
460
struct gl_query_object *q = NULL, **
bindpt
= NULL
local
[
all
...]
Completed in 68 milliseconds