~ubuntu-branches/ubuntu/lucid/glew/lucid-201002122355

« back to all changes in this revision

Viewing changes to auto/extensions/GL_ARB_occlusion_query

  • Committer: Bazaar Package Importer
  • Author(s): Muharem Hrnjadovic
  • Date: 2009-06-04 12:12:40 UTC
  • mfrom: (1.1.6 upstream) (2.1.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090604121240-e0rh5kfvft8wh2b0
Tags: 1.5.1-4ubuntu1
* Merge from debian unstable, remaining changes:
  - Build shared libraries with CC, not LD.
  - The debian Makefile had trailing '^M' characters; once sanitized
    the diff between the debian/ubuntu Makefile looks as follows:
    http://pastebin.ca/1447378

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
GL_ARB_occlusion_query
2
 
http://www.opengl.org/registry/specs/ARB/occlusion_query.txt
3
 
        GL_QUERY_COUNTER_BITS_ARB 0x8864
4
 
        GL_CURRENT_QUERY_ARB 0x8865
5
 
        GL_QUERY_RESULT_ARB 0x8866
6
 
        GL_QUERY_RESULT_AVAILABLE_ARB 0x8867
7
 
        GL_SAMPLES_PASSED_ARB 0x8914
8
 
        void glBeginQueryARB (GLenum target, GLuint id)
9
 
        void glDeleteQueriesARB (GLsizei n, const GLuint* ids)
10
 
        void glEndQueryARB (GLenum target)
11
 
        void glGenQueriesARB (GLsizei n, GLuint* ids)
12
 
        void glGetQueryObjectivARB (GLuint id, GLenum pname, GLint* params)
13
 
        void glGetQueryObjectuivARB (GLuint id, GLenum pname, GLuint* params)
14
 
        void glGetQueryivARB (GLenum target, GLenum pname, GLint* params)
15
 
        GLboolean glIsQueryARB (GLuint id)
 
1
GL_ARB_occlusion_query
 
2
http://www.opengl.org/registry/specs/ARB/occlusion_query.txt
 
3
        GL_QUERY_COUNTER_BITS_ARB 0x8864
 
4
        GL_CURRENT_QUERY_ARB 0x8865
 
5
        GL_QUERY_RESULT_ARB 0x8866
 
6
        GL_QUERY_RESULT_AVAILABLE_ARB 0x8867
 
7
        GL_SAMPLES_PASSED_ARB 0x8914
 
8
        void glBeginQueryARB (GLenum target, GLuint id)
 
9
        void glDeleteQueriesARB (GLsizei n, const GLuint* ids)
 
10
        void glEndQueryARB (GLenum target)
 
11
        void glGenQueriesARB (GLsizei n, GLuint* ids)
 
12
        void glGetQueryObjectivARB (GLuint id, GLenum pname, GLint* params)
 
13
        void glGetQueryObjectuivARB (GLuint id, GLenum pname, GLuint* params)
 
14
        void glGetQueryivARB (GLenum target, GLenum pname, GLint* params)
 
15
        GLboolean glIsQueryARB (GLuint id)