Searched refs:NewQueryObject (Results 1 – 7 of 7) sorted by relevance
138 driver->NewQueryObject = _mesa_new_query_object; in _mesa_init_query_object_functions()285 = ctx->Driver.NewQueryObject(ctx, first + i); in create_queries()460 q = ctx->Driver.NewQueryObject(ctx, id); in _mesa_BeginQueryIndexed()602 q = ctx->Driver.NewQueryObject(ctx, id); in _mesa_QueryCounter()
711 struct gl_query_object * (*NewQueryObject)(struct gl_context *ctx, GLuint id); member
185 functions->NewQueryObject = radeonNewQueryObject; in radeonInitQueryObjFunctions()
434 functions->NewQueryObject = st_NewQueryObject; in st_init_query_functions()
613 functions->NewQueryObject = brw_new_query_object; in brw_init_common_queryobj_functions()
871 driver->NewQueryObject = xmesa_new_query_object; in xmesa_init_driver_functions()