Home
last modified time | relevance | path

Searched defs:glBindBuffer (Results 1 – 25 of 765) sorted by relevance

12345678910>>...31

/dports/emulators/cannonball/cannonball-0.34/src/main/sdl2/
H A Drendergles.cpp303 glBindBuffer(GL_ARRAY_BUFFER, buffers[0]); SHOW_ERROR in init() local
305 glBindBuffer(GL_ARRAY_BUFFER, buffers[1]); SHOW_ERROR in init() local
307 glBindBuffer(GL_ARRAY_BUFFER, 0); SHOW_ERROR in init() local
308 glBindBuffer(GL_ELEMENT_ARRAY_BUFFER, buffers[2]); SHOW_ERROR in init() local
310 glBindBuffer(GL_ELEMENT_ARRAY_BUFFER, 0); SHOW_ERROR in init() local
314 glBindBuffer(GL_ARRAY_BUFFER, buffers[0]); SHOW_ERROR in init() local
318 glBindBuffer(GL_ARRAY_BUFFER, buffers[1]); SHOW_ERROR in init() local
329 glBindBuffer(GL_ELEMENT_ARRAY_BUFFER, buffers[2]); SHOW_ERROR in init() local
/dports/x11/virtualgl/virtualgl-3.0/server/
H A Dfakerut-supplement.c17 PFNGLBINDBUFFERPROC glBindBuffer = NULL; variable
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GLES/src/StateCacheManager/
H A DOgreGLESNullStateCacheManagerImp.cpp72 glBindBuffer(GL_ARRAY_BUFFER, 0); in initializeCache() local
75 glBindBuffer(GL_ELEMENT_ARRAY_BUFFER, 0); in initializeCache() local
H A DOgreGLESStateCacheManagerImp.cpp68 glBindBuffer(GL_ARRAY_BUFFER, 0); in initializeCache() local
71 glBindBuffer(GL_ELEMENT_ARRAY_BUFFER, 0); in initializeCache() local
/dports/emulators/sameboy/SameBoy-0.14.7/SDL/
H A Dopengl_compat.h24 #define glBindBuffer GL_COMPAT_WRAPPER(glBindBuffer) macro
/dports/cad/horizon-eda/horizon-2.1.0/src/canvas/
H A Dtriangle_renderer.cpp444 glBindBuffer(GL_ARRAY_BUFFER, vbo); in push() local
509 glBindBuffer(GL_ELEMENT_ARRAY_BUFFER, ebo); in push() local
/dports/emulators/snes9x-gtk/snes9x-1.54.1/win32/
H A DCOpenGL.h234 PFNGLBINDBUFFERPROC glBindBuffer; variable
/dports/graphics/jogamp-jogl/jogl/src/test/com/jogamp/opengl/test/junit/jogl/awt/text/
H A DTextRendererTraceGL2Mock01.java113 public void glBindBuffer(final int arg0, final int arg1) { in glBindBuffer() method in TextRendererTraceGL2Mock01
/dports/emulators/pcem/pcem_emulator-pcem-faf5d6423060/src/
H A Dwx-sdl2-glw.h32 PFNGLBINDBUFFERPROC glBindBuffer; member
/dports/emulators/snes9x-gtk/snes9x-1.54.1/gtk/src/
H A Dgtk_display_driver_opengl.h105 glBindBufferProc glBindBuffer; variable
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/Common/GL/GLExtensions/
H A Dgl_1_5.h121 #define glBindBuffer dolBindBuffer macro
/dports/graphics/dilay/dilay-1.9.0/lib/src/
H A Dopengl.cpp128 DELEGATE2_GL (void, glBindBuffer, unsigned int, unsigned int) in DELEGATE2_GL() argument
/dports/converters/wkhtmltopdf/qt-5db36ec/demos/boxes/
H A Dglextensions.h196 #define glBindBuffer getGLExtensionFunctions().BindBuffer macro
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtbase/examples/widgets/graphicsview/boxes/
H A Dglextensions.h198 #define glBindBuffer getGLExtensionFunctions().BindBuffer macro
/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/Renderer/
H A DGL.cpp99 Func2<void, GLenum, GLuint> glBindBuffer; variable
/dports/multimedia/obs-studio/obs-studio-27.1.3/plugins/win-capture/graphics-hook/
H A Dgl-decs.h141 static GLBINDBUFFERPROC glBindBuffer = NULL; variable
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/samples/opengl/pyramid/
H A Doglpfuncs.h225 #define glBindBuffer my_glBindBuffer macro
/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/OpenGL/raw/GL/VERSION/
H A DGL_1_5.py69 def glBindBuffer(target,buffer):pass function
/dports/graphics/py-PyOpenGL/PyOpenGL-3.1.5/OpenGL/raw/GL/VERSION/
H A DGL_1_5.py69 def glBindBuffer(target,buffer):pass function
/dports/games/libretro-desmume2015/desmume2015-d6128e6/desmume/src/libretro-common/include/glsm/
H A Dglsmsym.h87 #define glBindBuffer rglBindBuffer macro
/dports/editors/lazarus/lazarus/lcl/interfaces/customdrawn/android/
H A Dgles.pas679 procedure glBindBuffer(target: GLenum; buffer: GLuint); cdecl; external libname; procedure
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/customdrawn/android/
H A Dgles.pas679 procedure glBindBuffer(target: GLenum; buffer: GLuint); cdecl; external libname; procedure
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/customdrawn/android/
H A Dgles.pas679 procedure glBindBuffer(target: GLenum; buffer: GLuint); cdecl; external libname; procedure
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/customdrawn/android/
H A Dgles.pas679 procedure glBindBuffer(target: GLenum; buffer: GLuint); cdecl; external libname; procedure
/dports/games/lwjgl/lwjgl-2df01dd/src/templates/org/lwjgl/opengl/
H A DGL15.java94 void glBindBuffer(@GLenum int target, @GLuint int buffer); in glBindBuffer() method

12345678910>>...31