OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_mesa_lookup_query_object
(Results
1 - 3
of
3
) sorted by null
/external/mesa3d/src/mesa/main/
queryobj.h
38
_mesa_lookup_query_object
(struct gl_context *ctx, GLuint id)
function
54
_mesa_lookup_query_object
(struct gl_context *ctx, GLuint id)
function
queryobj.c
240
struct gl_query_object *q =
_mesa_lookup_query_object
(ctx, ids[i]);
260
if (id &&
_mesa_lookup_query_object
(ctx, id))
314
q =
_mesa_lookup_query_object
(ctx, id);
421
q =
_mesa_lookup_query_object
(ctx, id);
549
q =
_mesa_lookup_query_object
(ctx, id);
600
q =
_mesa_lookup_query_object
(ctx, id);
654
q =
_mesa_lookup_query_object
(ctx, id);
695
q =
_mesa_lookup_query_object
(ctx, id);
condrender.c
68
q =
_mesa_lookup_query_object
(ctx, queryId);
Completed in 2881 milliseconds