Functions | |
| void | _mesa_init_query (GLcontext *ctx) |
| Allocate/init the context state related to query objects. | |
| void | _mesa_free_query_data (GLcontext *ctx) |
| Free the context state related to query objects. | |
| void | _mesa_init_query_object_functions (struct dd_function_table *driver) |
| void GLAPIENTRY | _mesa_GenQueriesARB (GLsizei n, GLuint *ids) |
| void GLAPIENTRY | _mesa_DeleteQueriesARB (GLsizei n, const GLuint *ids) |
| GLboolean GLAPIENTRY | _mesa_IsQueryARB (GLuint id) |
| void GLAPIENTRY | _mesa_BeginQueryARB (GLenum target, GLuint id) |
| void GLAPIENTRY | _mesa_EndQueryARB (GLenum target) |
| void GLAPIENTRY | _mesa_GetQueryivARB (GLenum target, GLenum pname, GLint *params) |
| void GLAPIENTRY | _mesa_GetQueryObjectivARB (GLuint id, GLenum pname, GLint *params) |
| void GLAPIENTRY | _mesa_GetQueryObjectuivARB (GLuint id, GLenum pname, GLuint *params) |
| void GLAPIENTRY | _mesa_GetQueryObjecti64vEXT (GLuint id, GLenum pname, GLint64EXT *params) |
| void GLAPIENTRY | _mesa_GetQueryObjectui64vEXT (GLuint id, GLenum pname, GLuint64EXT *params) |
| void GLAPIENTRY _mesa_BeginQueryARB | ( | GLenum | target, | |
| GLuint | id | |||
| ) |
| void GLAPIENTRY _mesa_DeleteQueriesARB | ( | GLsizei | n, | |
| const GLuint * | ids | |||
| ) |
| void GLAPIENTRY _mesa_EndQueryARB | ( | GLenum | target | ) |
| void _mesa_free_query_data | ( | GLcontext * | ctx | ) |
Free the context state related to query objects.
| void GLAPIENTRY _mesa_GenQueriesARB | ( | GLsizei | n, | |
| GLuint * | ids | |||
| ) |
| void GLAPIENTRY _mesa_GetQueryivARB | ( | GLenum | target, | |
| GLenum | pname, | |||
| GLint * | params | |||
| ) |
| void GLAPIENTRY _mesa_GetQueryObjecti64vEXT | ( | GLuint | id, | |
| GLenum | pname, | |||
| GLint64EXT * | params | |||
| ) |
| void GLAPIENTRY _mesa_GetQueryObjectivARB | ( | GLuint | id, | |
| GLenum | pname, | |||
| GLint * | params | |||
| ) |
| void GLAPIENTRY _mesa_GetQueryObjectui64vEXT | ( | GLuint | id, | |
| GLenum | pname, | |||
| GLuint64EXT * | params | |||
| ) |
| void GLAPIENTRY _mesa_GetQueryObjectuivARB | ( | GLuint | id, | |
| GLenum | pname, | |||
| GLuint * | params | |||
| ) |
| void _mesa_init_query | ( | GLcontext * | ctx | ) |
Allocate/init the context state related to query objects.
| void _mesa_init_query_object_functions | ( | struct dd_function_table * | driver | ) |
| GLboolean GLAPIENTRY _mesa_IsQueryARB | ( | GLuint | id | ) |
1.5.4