Searched refs:NewQueryObject (Results 1 – 7 of 7) sorted by relevance
138 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()
739 struct gl_query_object * (*NewQueryObject)(struct gl_context *ctx, GLuint id); member
185 functions->NewQueryObject = radeonNewQueryObject; in radeonInitQueryObjFunctions()
554 functions->NewQueryObject = brw_new_query_object; in brw_init_common_queryobj_functions()
422 functions->NewQueryObject = st_NewQueryObject; in st_init_query_functions()
867 driver->NewQueryObject = xmesa_new_query_object; in xmesa_init_driver_functions()