Home
last modified time | relevance | path

Searched refs:GL_QUERY_RESULT_ARB (Results 1 – 25 of 340) sorted by relevance

12345678910>>...14

/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_occlusion_query/
H A Docclusion_query_conform.c119 glGetQueryObjectuivARB(id, GL_QUERY_RESULT_ARB, &passed); in conformOQ_GetObjivAval_multi1()
184 glGetQueryObjectuivARB(id1, GL_QUERY_RESULT_ARB, &passed1); in conformOQ_GetObjivAval_multi2()
185 glGetQueryObjectuivARB(id2, GL_QUERY_RESULT_ARB, &passed2); in conformOQ_GetObjivAval_multi2()
186 glGetQueryObjectuivARB(id3, GL_QUERY_RESULT_ARB, &passed3); in conformOQ_GetObjivAval_multi2()
347 glGetQueryObjectivARB(id, GL_QUERY_RESULT_ARB, &param); in conformOQ_GetObjResultIn()
351 glGetQueryObjectuivARB(id, GL_QUERY_RESULT_ARB, (GLuint *) & param); in conformOQ_GetObjResultIn()
/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/demos/
H A Darbocclude2.c171 glGetQueryObjectuivARB(OccQuery1, GL_QUERY_RESULT_ARB, &passed1); in Display()
179 glGetQueryObjectuivARB(OccQuery2, GL_QUERY_RESULT_ARB, &passed2_boolean); in Display()
H A Darbocclude.c153 glGetQueryObjectuivARB(OccQuery[i], GL_QUERY_RESULT_ARB, &passed); in Display()
/dports/graphics/mesa-demos/mesa-demos-8.4.0/src/demos/
H A Darbocclude2.c171 glGetQueryObjectuivARB(OccQuery1, GL_QUERY_RESULT_ARB, &passed1); in Display()
179 glGetQueryObjectuivARB(OccQuery2, GL_QUERY_RESULT_ARB, &passed2_boolean); in Display()
H A Darbocclude.c153 glGetQueryObjectuivARB(OccQuery[i], GL_QUERY_RESULT_ARB, &passed); in Display()
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/glew-1.9.0/auto/extensions/
H A DGL_ARB_occlusion_query6 GL_QUERY_RESULT_ARB 0x8866
/dports/graphics/glew/glew-2.2.0/auto/extensions/gl/
H A DGL_ARB_occlusion_query7 GL_QUERY_RESULT_ARB 0x8866
/dports/games/edge/Edge-1.35-source/lib_win32/glew-1.4/auto/extensions/
H A DGL_ARB_occlusion_query5 GL_QUERY_RESULT_ARB 0x8866
/dports/graphics/glew-wayland/glew-2.2.0/auto/extensions/gl/
H A DGL_ARB_occlusion_query7 GL_QUERY_RESULT_ARB 0x8866
/dports/graphics/opencsg/OpenCSG-1.4.2/glew/auto/extensions/gl/
H A DGL_ARB_occlusion_query7 GL_QUERY_RESULT_ARB 0x8866
/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/glew/glew-1.9.0/auto/extensions/
H A DGL_ARB_occlusion_query6 GL_QUERY_RESULT_ARB 0x8866
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GL/src/
H A DOgreGLHardwareOcclusionQuery.cpp113 glGetQueryObjectuivARB(mQueryID, GL_QUERY_RESULT_ARB, (GLuint*)NumOfFragments); in pullOcclusionQuery()
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GL/src/
H A DOgreGLHardwareOcclusionQuery.cpp113 glGetQueryObjectuivARB(mQueryID, GL_QUERY_RESULT_ARB, (GLuint*)NumOfFragments); in pullOcclusionQuery()
/dports/graphics/opencsg/OpenCSG-1.4.2/src/
H A DocclusionQuery.cpp65 glGetQueryObjectuivARB(mQueryObject, GL_QUERY_RESULT_ARB, &fragmentCount); in getQueryResult()
/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/OpenGL/raw/GL/ARB/
H A Docclusion_query.py16 GL_QUERY_RESULT_ARB=_C('GL_QUERY_RESULT_ARB',0x8866) variable
/dports/graphics/py-PyOpenGL/PyOpenGL-3.1.5/OpenGL/raw/GL/ARB/
H A Docclusion_query.py16 GL_QUERY_RESULT_ARB=_C('GL_QUERY_RESULT_ARB',0x8866) variable
/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/trivial/
H A Dtri-query.c107 glGetQueryObjectuivARB(OccQuery, GL_QUERY_RESULT_ARB, &passed); in Draw()
/dports/graphics/mesa-demos/mesa-demos-8.4.0/src/trivial/
H A Dtri-query.c107 glGetQueryObjectuivARB(OccQuery, GL_QUERY_RESULT_ARB, &passed); in Draw()
/dports/games/lwjgl/lwjgl-2df01dd/src/templates/org/lwjgl/opengl/
H A DARB_occlusion_query.java59 int GL_QUERY_RESULT_ARB = 0x8866; field
/dports/cad/openscad/openscad-41f58fe57c03457a3a8b4dc541ef5654ec3e8c78/patches/
H A DOpenCSG-1.1.1-MacOSX-port.patch123 glGetQueryObjectuivARB(mQueryObject, GL_QUERY_RESULT_ARB, &fragmentCount);
H A DOpenCSG-1.2.0-MacOSX-port.patch125 glGetQueryObjectuivARB(mQueryObject, GL_QUERY_RESULT_ARB, &fragmentCount);
/dports/cad/openscad-devel/openscad-63a7c77740030c63d646eb0684ba6947eecb0db7/patches/
H A DOpenCSG-1.1.1-MacOSX-port.patch123 glGetQueryObjectuivARB(mQueryObject, GL_QUERY_RESULT_ARB, &fragmentCount);
H A DOpenCSG-1.2.0-MacOSX-port.patch125 glGetQueryObjectuivARB(mQueryObject, GL_QUERY_RESULT_ARB, &fragmentCount);
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/glx/
H A Dindirect_size_get.c1086 case GL_QUERY_RESULT_ARB: in __glGetQueryObjectiv_size()
/dports/x11-servers/xephyr/xorg-server-1.20.13/glx/
H A Dindirect_size_get.c1086 case GL_QUERY_RESULT_ARB: in __glGetQueryObjectiv_size()

12345678910>>...14