Home
last modified time | relevance | path

Searched refs:PFNGLVERTEXSTREAM4SATIPROC (Results 176 – 200 of 348) sorted by relevance

12345678910>>...14

/dports/emulators/ppsspp/ppsspp-1.12.3/ext/glew/GL/
H A Dglew.h8992 typedef void (GLAPIENTRY * PFNGLVERTEXSTREAM4SATIPROC) (GLenum stream, GLshort x, GLshort y, GLshor… typedef
21223 GLEW_FUN_EXPORT PFNGLVERTEXSTREAM4SATIPROC __glewVertexStream4sATI;
/dports/math/asymptote/asymptote-2.67/GL/
H A Dglew.h8992 typedef void (GLAPIENTRY * PFNGLVERTEXSTREAM4SATIPROC) (GLenum stream, GLshort x, GLshort y, GLshor… typedef
21223 GLEW_FUN_EXPORT PFNGLVERTEXSTREAM4SATIPROC __glewVertexStream4sATI;
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/thirdparty/glew/src/
H A Dglew.c1689 PFNGLVERTEXSTREAM4SATIPROC __glewVertexStream4sATI = NULL;
13372 …r = ((glVertexStream4sATI = (PFNGLVERTEXSTREAM4SATIPROC)glewGetProcAddress((const GLubyte*)"glVert… in _glewInit_GL_ATI_vertex_streams()
/dports/graphics/glew-wayland/glew-2.2.0/src/
H A Dglew.c1689 PFNGLVERTEXSTREAM4SATIPROC __glewVertexStream4sATI = NULL;
13311 …r = ((glVertexStream4sATI = (PFNGLVERTEXSTREAM4SATIPROC)glewGetProcAddress((const GLubyte*)"glVert… in _glewInit_GL_ATI_vertex_streams()
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/external/glew-2.1.0/include/GL/
H A Dglew.h8992 typedef void (GLAPIENTRY * PFNGLVERTEXSTREAM4SATIPROC) (GLenum stream, GLshort x, GLshort y, GLshor… typedef
21223 GLEW_FUN_EXPORT PFNGLVERTEXSTREAM4SATIPROC __glewVertexStream4sATI;
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/ext/glew/GL/
H A Dglew.h8992 typedef void (GLAPIENTRY * PFNGLVERTEXSTREAM4SATIPROC) (GLenum stream, GLshort x, GLshort y, GLshor… typedef
21223 GLEW_FUN_EXPORT PFNGLVERTEXSTREAM4SATIPROC __glewVertexStream4sATI;
/dports/graphics/libprojectm/projectm-3.1.12/msvc/
H A Dglew.h8994 typedef void (GLAPIENTRY * PFNGLVERTEXSTREAM4SATIPROC) (GLenum stream, GLshort x, GLshort y, GLshor… typedef
21225 GLEW_FUN_EXPORT PFNGLVERTEXSTREAM4SATIPROC __glewVertexStream4sATI;
/dports/math/vtk8/VTK-8.2.0/ThirdParty/glew/vtkglew/include/GL/
H A Dglew.h8994 typedef void (GLAPIENTRY * PFNGLVERTEXSTREAM4SATIPROC) (GLenum stream, GLshort x, GLshort y, GLshor… typedef
21225 GLEW_FUN_EXPORT PFNGLVERTEXSTREAM4SATIPROC __glewVertexStream4sATI;
/dports/graphics/open3d/Open3D-0.2/src/External/glew/include/GL/
H A Dglew.h8992 typedef void (GLAPIENTRY * PFNGLVERTEXSTREAM4SATIPROC) (GLenum stream, GLshort x, GLshort y, GLshor… typedef
21223 GLEW_FUN_EXPORT PFNGLVERTEXSTREAM4SATIPROC __glewVertexStream4sATI;
/dports/devel/upp/upp/uppsrc/plugin/glew/
H A Dglew.c1689 PFNGLVERTEXSTREAM4SATIPROC __glewVertexStream4sATI = NULL;
13311 …r = ((glVertexStream4sATI = (PFNGLVERTEXSTREAM4SATIPROC)glewGetProcAddress((const GLubyte*)"glVert… in _glewInit_GL_ATI_vertex_streams()
H A Dglew.h9087 typedef void (GLAPIENTRY * PFNGLVERTEXSTREAM4SATIPROC) (GLenum stream, GLshort x, GLshort y, GLshor… typedef
23647 GLEW_FUN_EXPORT PFNGLVERTEXSTREAM4SATIPROC __glewVertexStream4sATI;
/dports/graphics/glew/glew-2.2.0/src/
H A Dglew.c1689 PFNGLVERTEXSTREAM4SATIPROC __glewVertexStream4sATI = NULL;
13311 …r = ((glVertexStream4sATI = (PFNGLVERTEXSTREAM4SATIPROC)glewGetProcAddress((const GLubyte*)"glVert… in _glewInit_GL_ATI_vertex_streams()
/dports/graphics/py-open3d-python/Open3D-0.2/src/External/glew/include/GL/
H A Dglew.h8992 typedef void (GLAPIENTRY * PFNGLVERTEXSTREAM4SATIPROC) (GLenum stream, GLshort x, GLshort y, GLshor… typedef
21223 GLEW_FUN_EXPORT PFNGLVERTEXSTREAM4SATIPROC __glewVertexStream4sATI;
/dports/games/alienarena/alienarena-7.66/source/ref_gl/
H A Dglext.h7878 typedef void (APIENTRYP PFNGLVERTEXSTREAM4SATIPROC) (GLenum stream, GLshort x, GLshort y, GLshort z… typedef
/dports/games/alienarena-data/alienarena-7.66/source/ref_gl/
H A Dglext.h7878 typedef void (APIENTRYP PFNGLVERTEXSTREAM4SATIPROC) (GLenum stream, GLshort x, GLshort y, GLshort z… typedef
/dports/graphics/py-pyglet/pyglet-1.5.21/pyglet/gl/
H A Dglext_arb.py9724 PFNGLVERTEXSTREAM4SATIPROC = CFUNCTYPE(None, GLenum, GLshort, GLshort, GLshort, GLshort) # GL/glex… variable
/dports/graphics/py-pyglet150/pyglet-1.5.0/pyglet/gl/
H A Dglext_arb.py9724 PFNGLVERTEXSTREAM4SATIPROC = CFUNCTYPE(None, GLenum, GLshort, GLshort, GLshort, GLshort) # GL/glex… variable
/dports/math/vtk9/VTK-9.1.0/ThirdParty/glew/vtkglew/include/GL/
H A Dglew.h9089 typedef void (GLAPIENTRY * PFNGLVERTEXSTREAM4SATIPROC) (GLenum stream, GLshort x, GLshort y, GLshor… typedef
23814 GLEW_FUN_EXPORT PFNGLVERTEXSTREAM4SATIPROC __glewVertexStream4sATI;
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/thirdparty/glew/include/GL/
H A Dglew.h9087 typedef void (GLAPIENTRY * PFNGLVERTEXSTREAM4SATIPROC) (GLenum stream, GLshort x, GLshort y, GLshor… typedef
23753 GLEW_FUN_EXPORT PFNGLVERTEXSTREAM4SATIPROC __glewVertexStream4sATI;
/dports/graphics/glew-wayland/glew-2.2.0/include/GL/
H A Dglew.h9087 typedef void (GLAPIENTRY * PFNGLVERTEXSTREAM4SATIPROC) (GLenum stream, GLshort x, GLshort y, GLshor… typedef
23647 GLEW_FUN_EXPORT PFNGLVERTEXSTREAM4SATIPROC __glewVertexStream4sATI;
/dports/graphics/glew/glew-2.2.0/include/GL/
H A Dglew.h9087 typedef void (GLAPIENTRY * PFNGLVERTEXSTREAM4SATIPROC) (GLenum stream, GLshort x, GLshort y, GLshor… typedef
23647 GLEW_FUN_EXPORT PFNGLVERTEXSTREAM4SATIPROC __glewVertexStream4sATI;
/dports/multimedia/aegisub/aegisub-3.2.2/src/gl/
H A Dglext.h8643 typedef void (APIENTRYP PFNGLVERTEXSTREAM4SATIPROC) (GLenum stream, GLshort x, GLshort y, GLshort z… typedef
/dports/emulators/snes9x-gtk/snes9x-1.54.1/win32/
H A Dglext.h8481 typedef void (APIENTRYP PFNGLVERTEXSTREAM4SATIPROC) (GLenum stream, GLshort x, GLshort y, GLshort z… typedef
/dports/astro/opencpn/OpenCPN-5.2.4/libs/glshim/include/GL/
H A Dglext.h9154 typedef void (APIENTRYP PFNGLVERTEXSTREAM4SATIPROC) (GLenum stream, GLshort x, GLshort y, GLshort z… typedef
/dports/games/ponscripter-07th-mod/ponscripter-fork-3.0.0/src/win_dll/include/SDL2/
H A DSDL_opengl.h9245 typedef void (APIENTRYP PFNGLVERTEXSTREAM4SATIPROC) (GLenum stream, GLshort x, GLshort y, GLshort z… typedef

12345678910>>...14