File: GL_ARB_occlusion_query

package info (click to toggle)
python-pyglew 0.1.2-4
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 6,084 kB
  • ctags: 160
  • sloc: python: 652; ansic: 321; cpp: 273; sh: 175; makefile: 91
file content (15 lines) | stat: -rw-r--r-- 685 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
GL_ARB_occlusion_query
http://oss.sgi.com/projects/ogl-sample/registry/ARB/occlusion_query.txt
	GL_QUERY_COUNTER_BITS_ARB 0x8864
	GL_CURRENT_QUERY_ARB 0x8865
	GL_QUERY_RESULT_ARB 0x8866
	GL_QUERY_RESULT_AVAILABLE_ARB 0x8867
	GL_SAMPLES_PASSED_ARB 0x8914
	void glBeginQueryARB (GLenum target, GLuint id)
	void glDeleteQueriesARB (GLsizei n, const GLuint* ids)
	void glEndQueryARB (GLenum target)
	void glGenQueriesARB (GLsizei n, GLuint* ids)
	void glGetQueryObjectivARB (GLuint id, GLenum pname, GLint* params)
	void glGetQueryObjectuivARB (GLuint id, GLenum pname, GLuint* params)
	void glGetQueryivARB (GLenum target, GLenum pname, GLint* params)
	GLboolean glIsQueryARB (GLuint id)