Searched refs:_mesa_lookup_query_object (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | queryobj.h | 38 _mesa_lookup_query_object(struct gl_context *ctx, GLuint id) in _mesa_lookup_query_object() function 54 _mesa_lookup_query_object(struct gl_context *ctx, GLuint id) in _mesa_lookup_query_object() function
|
D | queryobj.c | 240 struct gl_query_object *q = _mesa_lookup_query_object(ctx, ids[i]); in _mesa_DeleteQueriesARB() 260 if (id && _mesa_lookup_query_object(ctx, id)) in _mesa_IsQueryARB() 314 q = _mesa_lookup_query_object(ctx, id); in _mesa_BeginQueryIndexed() 421 q = _mesa_lookup_query_object(ctx, id); in _mesa_QueryCounter() 549 q = _mesa_lookup_query_object(ctx, id); in _mesa_GetQueryObjectivARB() 600 q = _mesa_lookup_query_object(ctx, id); in _mesa_GetQueryObjectuivARB() 654 q = _mesa_lookup_query_object(ctx, id); in _mesa_GetQueryObjecti64vEXT() 695 q = _mesa_lookup_query_object(ctx, id); in _mesa_GetQueryObjectui64vEXT()
|
D | condrender.c | 68 q = _mesa_lookup_query_object(ctx, queryId); in _mesa_BeginConditionalRender()
|