Searched refs:NewQueryObject (Results 1 – 7 of 7) sorted by relevance
143 driver->NewQueryObject = _mesa_new_query_object; in _mesa_init_query_object_functions()278 = ctx->Driver.NewQueryObject(ctx, ids[i]); in create_queries()452 q = ctx->Driver.NewQueryObject(ctx, id); in _mesa_BeginQueryIndexed()594 q = ctx->Driver.NewQueryObject(ctx, id); in _mesa_QueryCounter()
816 struct gl_query_object * (*NewQueryObject)(struct gl_context *ctx, GLuint id); member
186 functions->NewQueryObject = radeonNewQueryObject; in radeonInitQueryObjFunctions()
609 functions->NewQueryObject = brw_new_query_object; in brw_init_common_queryobj_functions()
484 functions->NewQueryObject = st_NewQueryObject; in st_init_query_functions()
871 driver->NewQueryObject = xmesa_new_query_object; in xmesa_init_driver_functions()