Searched defs:_mesa_end_query (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dqueryobj.c78 _mesa_end_query(struct gl_context *ctx, struct gl_query_object *q) function
91 /* For software drivers, _mesa_end_query() should have completed the query.
129 driver->EndQuery = _mesa_end_query;
/external/mesa3d/src/mesa/main/
H A Dqueryobj.c78 _mesa_end_query(struct gl_context *ctx, struct gl_query_object *q) function
91 /* For software drivers, _mesa_end_query() should have completed the query.
129 driver->EndQuery = _mesa_end_query;

Completed in 386 milliseconds