Home
last modified time | relevance | path

Searched defs:glGenVertexArraysAPPLE (Results 1 – 25 of 121) sorted by relevance

12345

/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/OpenGL/GL/APPLE/
H A Dvertex_array_object.py49 glGenVertexArraysAPPLE=wrapper.wrapper(glGenVertexArraysAPPLE).setOutput( variable
/dports/graphics/py-PyOpenGL/PyOpenGL-3.1.5/OpenGL/GL/APPLE/
H A Dvertex_array_object.py49 glGenVertexArraysAPPLE=wrapper.wrapper(glGenVertexArraysAPPLE).setOutput( variable
/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/OpenGL/raw/GL/APPLE/
H A Dvertex_array_object.py23 def glGenVertexArraysAPPLE(n,arrays):pass function
/dports/graphics/py-PyOpenGL/PyOpenGL-3.1.5/OpenGL/raw/GL/APPLE/
H A Dvertex_array_object.py23 def glGenVertexArraysAPPLE(n,arrays):pass function
/dports/games/lwjgl/lwjgl-2df01dd/src/templates/org/lwjgl/opengl/
H A DAPPLE_vertex_array_object.java57 …void glGenVertexArraysAPPLE(@AutoSize("arrays") @GLsizei int n, @OutParameter @GLuint IntBuffer ar… in glGenVertexArraysAPPLE() method
/dports/emulators/mess/mame-mame0226/src/osd/modules/opengl/
H A Dosd_opengl.h493 #define glGenVertexArraysAPPLE MANGLE(GenVertexArraysAPPLE) macro
/dports/emulators/mame/mame-mame0226/src/osd/modules/opengl/
H A Dosd_opengl.h493 #define glGenVertexArraysAPPLE MANGLE(GenVertexArraysAPPLE) macro
/dports/lang/fpc-source/fpc-3.2.2/packages/univint/src/
H A Dmacglext.pas4467 procedure glGenVertexArraysAPPLE( n: GLsizei; ids: PGLuint ); external name '_glGenVertexArraysAPPL… procedure
/dports/devel/allegro/allegro-4.4.3.1/addons/allegrogl/include/allegrogl/GLext/
H A Dgl_ext_alias.h1504 #define glGenVertexArraysAPPLE __aglGenVertexArraysAPPLE macro
/dports/astro/opencpn/OpenCPN-5.2.4/libs/glshim/include/GL/
H A Dgl_mangle.h536 #define glGenVertexArraysAPPLE MANGLE(GenVertexArraysAPPLE) macro
/dports/devel/allegro5/allegro5-5.2.7.0/include/allegro5/opengl/GLext/
H A Dgl_ext_alias.h1796 #define glGenVertexArraysAPPLE _al_glGenVertexArraysAPPLE macro
/dports/games/taisei/taisei-1.3.2/subprojects/glad/include/glad/
H A Dglad.h2533 #define glGenVertexArraysAPPLE glad_glGenVertexArraysAPPLE macro
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/SupportExt/glad/
H A Dglad.h3051 #define glGenVertexArraysAPPLE glad_glGenVertexArraysAPPLE macro
/dports/graphics/openfx-misc/openfx-misc-3ab0531/SupportExt/glad/
H A Dglad.h3051 #define glGenVertexArraysAPPLE glad_glGenVertexArraysAPPLE macro
/dports/misc/usd/USD-21.11/pxr/imaging/garch/
H A DglApi.cpp1166 PFNGLGENVERTEXARRAYSAPPLEPROC glGenVertexArraysAPPLE = NULL; variable
/dports/graphics/sharpconstruct/sharpconstruct-0.11/include/
H A Dglext.h994 … #define glGenVertexArraysAPPLE OGLEXT_MAKEGLNAME(GenVertexArraysAPPLE) macro
/dports/graphics/jogl/jogl-1.1.1_9/jogl/build/gensrc/classes/javax/media/opengl/
H A DDebugGL.java2711 public void glGenVertexArraysAPPLE(int arg0,java.nio.IntBuffer arg1) in glGenVertexArraysAPPLE() method in DebugGL
2717 public void glGenVertexArraysAPPLE(int arg0,int[] arg1,int arg2) in glGenVertexArraysAPPLE() method in DebugGL
H A DTraceGL.java3149 public void glGenVertexArraysAPPLE(int arg0,java.nio.IntBuffer arg1) in glGenVertexArraysAPPLE() method in TraceGL
3156 public void glGenVertexArraysAPPLE(int arg0,int[] arg1,int arg2) in glGenVertexArraysAPPLE() method in TraceGL
H A DGL.java4039 public void glGenVertexArraysAPPLE(int n, java.nio.IntBuffer ids); in glGenVertexArraysAPPLE() method
4042 public void glGenVertexArraysAPPLE(int n, int[] ids, int ids_offset); in glGenVertexArraysAPPLE() method
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/SupportExt/
H A DofxsOGLFunctions.h4781 static void glGenVertexArraysAPPLE(GLsizei n, GLuint* arrays) { in glGenVertexArraysAPPLE() function
/dports/graphics/openfx-misc/openfx-misc-3ab0531/SupportExt/
H A DofxsOGLFunctions.h4781 static void glGenVertexArraysAPPLE(GLsizei n, GLuint* arrays) { in glGenVertexArraysAPPLE() function
/dports/graphics/sage/sage-0.2.0/sage/
H A Dsage.h8121 #define glGenVertexArraysAPPLE SAGE_glGenVertexArraysAPPLE macro
/dports/graphics/py-pyglet/pyglet-1.5.21/pyglet/gl/
H A Dglext_nv.py7249 glGenVertexArraysAPPLE = _link_function('glGenVertexArraysAPPLE', None, [GLsizei, POINTER(GLuint)],… variable
/dports/graphics/py-pyglet150/pyglet-1.5.0/pyglet/gl/
H A Dglext_nv.py7249 glGenVertexArraysAPPLE = _link_function('glGenVertexArraysAPPLE', None, [GLsizei, POINTER(GLuint)],… variable
/dports/graphics/gauche-gl/Gauche-gl-0.6/src/
H A Dglext-abi.scm5759 (define-entry-point glGenVertexArraysAPPLE PFNGLGENVERTEXARRAYSAPPLEPROC "typedef void (APIENTRYP P… unknown

12345