Home
last modified time | relevance | path

Searched defs:glGetProgramEnvParameterIivNV (Results 1 – 25 of 53) sorted by relevance

123

/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/OpenGL/GL/NV/
H A Dgpu_program4.py94 glGetProgramEnvParameterIivNV=wrapper.wrapper(glGetProgramEnvParameterIivNV).setOutput( variable
/dports/graphics/py-PyOpenGL/PyOpenGL-3.1.5/OpenGL/GL/NV/
H A Dgpu_program4.py94 glGetProgramEnvParameterIivNV=wrapper.wrapper(glGetProgramEnvParameterIivNV).setOutput( variable
/dports/games/lwjgl/lwjgl-2df01dd/src/templates/org/lwjgl/opengl/
H A DNV_gpu_program4.java106 …void glGetProgramEnvParameterIivNV(@GLenum int target, @GLuint int index, @OutParameter @Check("4"… in glGetProgramEnvParameterIivNV() method
/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/OpenGL/raw/GL/NV/
H A Dgpu_program4.py24 def glGetProgramEnvParameterIivNV(target,index,params):pass function
/dports/graphics/py-PyOpenGL/PyOpenGL-3.1.5/OpenGL/raw/GL/NV/
H A Dgpu_program4.py24 def glGetProgramEnvParameterIivNV(target,index,params):pass function
/dports/devel/allegro/allegro-4.4.3.1/addons/allegrogl/include/allegrogl/GLext/
H A Dgl_ext_alias.h1925 #define glGetProgramEnvParameterIivNV __aglGetProgramEnvParameterIivNV macro
/dports/astro/opencpn/OpenCPN-5.2.4/libs/glshim/include/GL/
H A Dgl_mangle.h705 #define glGetProgramEnvParameterIivNV MANGLE(GetProgramEnvParameterIivNV) macro
/dports/devel/allegro5/allegro5-5.2.7.0/include/allegro5/opengl/GLext/
H A Dgl_ext_alias.h2217 #define glGetProgramEnvParameterIivNV _al_glGetProgramEnvParameterIivNV macro
/dports/misc/usd/USD-21.11/pxr/imaging/garch/
H A DglApi.cpp1384 PFNGLGETPROGRAMENVPARAMETERIIVNVPROC glGetProgramEnvParameterIivNV = NULL; variable
/dports/graphics/jogl/jogl-1.1.1_9/jogl/build/gensrc/classes/javax/media/opengl/
H A DDebugGL.java3817 public void glGetProgramEnvParameterIivNV(int arg0,int arg1,java.nio.IntBuffer arg2) in glGetProgramEnvParameterIivNV() method in DebugGL
3823 public void glGetProgramEnvParameterIivNV(int arg0,int arg1,int[] arg2,int arg3) in glGetProgramEnvParameterIivNV() method in DebugGL
H A DTraceGL.java4438 public void glGetProgramEnvParameterIivNV(int arg0,int arg1,java.nio.IntBuffer arg2) in glGetProgramEnvParameterIivNV() method in TraceGL
4445 public void glGetProgramEnvParameterIivNV(int arg0,int arg1,int[] arg2,int arg3) in glGetProgramEnvParameterIivNV() method in TraceGL
H A DGL.java4589 public void glGetProgramEnvParameterIivNV(int target, int index, java.nio.IntBuffer params); in glGetProgramEnvParameterIivNV() method
4592 public void glGetProgramEnvParameterIivNV(int target, int index, int[] params, int params_offset); in glGetProgramEnvParameterIivNV() method
/dports/graphics/py-pyglet/pyglet-1.5.21/pyglet/gl/
H A Dglext_nv.py8028 glGetProgramEnvParameterIivNV = _link_function('glGetProgramEnvParameterIivNV', None, [GLenum, GLui… variable
H A Dglext_arb.py10409 glGetProgramEnvParameterIivNV = _link_function('glGetProgramEnvParameterIivNV', None, [GLenum, GLui… variable
/dports/graphics/py-pyglet150/pyglet-1.5.0/pyglet/gl/
H A Dglext_nv.py8028 glGetProgramEnvParameterIivNV = _link_function('glGetProgramEnvParameterIivNV', None, [GLenum, GLui… variable
H A Dglext_arb.py10409 glGetProgramEnvParameterIivNV = _link_function('glGetProgramEnvParameterIivNV', None, [GLenum, GLui… variable
/dports/graphics/gauche-gl/Gauche-gl-0.6/src/
H A Dglext-abi.scm5871 (define-entry-point glGetProgramEnvParameterIivNV PFNGLGETPROGRAMENVPARAMETERIIVNVPROC "typedef voi… unknown
/dports/devel/love5/love-0.5-0/src/opengl/
H A DGLee.h8914 #define glGetProgramEnvParameterIivNV pglGetProgramEnvParameterIivNV macro
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/openglextensions/
H A Dqopenglextensions.h13111 inline void QOpenGLExtension_NV_gpu_program4::glGetProgramEnvParameterIivNV(GLenum target, GLuint i… in glGetProgramEnvParameterIivNV() function
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/openglextensions/
H A Dqopenglextensions.h13111 inline void QOpenGLExtension_NV_gpu_program4::glGetProgramEnvParameterIivNV(GLenum target, GLuint i… in glGetProgramEnvParameterIivNV() function
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/openglextensions/
H A Dqopenglextensions.h13111 inline void QOpenGLExtension_NV_gpu_program4::glGetProgramEnvParameterIivNV(GLenum target, GLuint i… in glGetProgramEnvParameterIivNV() function
/dports/devel/love07/love-HEAD/src/modules/graphics/opengl/
H A DGLee.h9253 #define glGetProgramEnvParameterIivNV pglGetProgramEnvParameterIivNV macro
/dports/devel/love/love-11.3/src/libraries/glad/
H A Dgladfuncs.hpp2200 inline void glGetProgramEnvParameterIivNV(GLenum target, GLuint index, GLint* params) { fp_glGetPro… in glGetProgramEnvParameterIivNV() function
/dports/devel/love10/love-0.10.2/src/libraries/glad/
H A Dgladfuncs.hpp2200 inline void glGetProgramEnvParameterIivNV(GLenum target, GLuint index, GLint* params) { fp_glGetPro… in glGetProgramEnvParameterIivNV() function
/dports/devel/love08/love-0.8.0/src/modules/graphics/opengl/
H A DGLee.h9253 #define glGetProgramEnvParameterIivNV pglGetProgramEnvParameterIivNV macro

123