st_cb_queryobj.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void st_init_query_functions (struct dd_function_table *functions)


Function Documentation

void st_init_query_functions ( struct dd_function_table *  functions  ) 

Definition at line 163 of file st_cb_queryobj.c.

References st_BeginQuery(), st_CheckQuery(), st_DeleteQuery(), st_EndQuery(), st_NewQueryObject(), and st_WaitQuery().

00164 {
00165    functions->NewQueryObject = st_NewQueryObject;
00166    functions->DeleteQuery = st_DeleteQuery;
00167    functions->BeginQuery = st_BeginQuery;
00168    functions->EndQuery = st_EndQuery;
00169    functions->WaitQuery = st_WaitQuery;
00170    functions->CheckQuery = st_CheckQuery;
00171 }


Generated on Tue Sep 29 06:25:53 2009 for Gallium3D by  doxygen 1.5.4