Home
last modified time | relevance | path

Searched refs:NewQueryObject (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/mesa/main/
Dqueryobj.c138 driver->NewQueryObject = _mesa_new_query_object; in _mesa_init_query_object_functions()
261 = ctx->Driver.NewQueryObject(ctx, first + i); in create_queries()
433 q = ctx->Driver.NewQueryObject(ctx, id); in _mesa_BeginQueryIndexed()
575 q = ctx->Driver.NewQueryObject(ctx, id); in _mesa_QueryCounter()
Ddd.h739 struct gl_query_object * (*NewQueryObject)(struct gl_context *ctx, GLuint id); member
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_queryobj.c185 functions->NewQueryObject = radeonNewQueryObject; in radeonInitQueryObjFunctions()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_queryobj.c185 functions->NewQueryObject = radeonNewQueryObject; in radeonInitQueryObjFunctions()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_queryobj.c554 functions->NewQueryObject = brw_new_query_object; in brw_init_common_queryobj_functions()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_queryobj.c422 functions->NewQueryObject = st_NewQueryObject; in st_init_query_functions()
/external/mesa3d/src/mesa/drivers/x11/
Dxm_dd.c867 driver->NewQueryObject = xmesa_new_query_object; in xmesa_init_driver_functions()