Home
last modified time | relevance | path

Searched refs:glCallLists (Results 1 – 25 of 886) sorted by relevance

12345678910>>...36

/dports/graphics/libepoxy/libepoxy-1.5.9/test/
H A Dwgl_usefontbitmaps.c50 glCallLists(strlen(string), GL_UNSIGNED_BYTE, string); in test_function()
59 glCallLists(strlen(string), GL_UNSIGNED_BYTE, string); in test_function()
/dports/science/elmerfem/elmerfem-release-9.0/post/src/glaux_mingw/src/
H A Dfont.c73 glCallLists(wcslen((LPWSTR) str), GL_UNSIGNED_SHORT, str); in auxDrawStrAW()
75 glCallLists(strlen(str), GL_UNSIGNED_BYTE, str); in auxDrawStrAW()
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DOpenGl_GlCore11.hxx182 inline void glCallLists (GLsizei theNb, GLenum theType, const GLvoid* theLists) in glCallLists() function
184 ::glCallLists (theNb, theType, theLists); in glCallLists()
185 OpenGl_TRACE(glCallLists) in glCallLists()
/dports/cad/opencascade/opencascade-7.6.0/src/OpenGl/
H A DOpenGl_GlCore11.hxx182 inline void glCallLists (GLsizei theNb, GLenum theType, const GLvoid* theLists) in glCallLists() function
184 ::glCallLists (theNb, theType, theLists); in glCallLists()
185 OpenGl_TRACE(glCallLists) in glCallLists()
/dports/games/tomatoes/tomatoes-1.55/src/
H A Dfont.cpp93 glCallLists(strlen(buf), GL_BYTE, buf); in glprintf()
122 glCallLists(strlen(buf), GL_BYTE, buf); in glprintf_center()
/dports/science/xcrysden/xcrysden-1.6.2/C/
H A DxcLabels.c69 glCallLists(strlen(element[i]), GL_UNSIGNED_BYTE, (GLubyte *) element[i]); in makeAtomLabels()
90 glCallLists(1, GL_UNSIGNED_BYTE, (GLubyte *) xyz[i]); in makeXYZLabels()
/dports/science/elmerfem/elmerfem-release-9.0/post/src/glaux/
H A Dfont.c25 glCallLists(strlen(str), GL_UNSIGNED_BYTE, (unsigned char *)str); in auxDrawStr()
/dports/devel/love5/love-0.5-0/src/opengl/
H A DImageFont.cpp26 glCallLists((int)text.length(), GL_UNSIGNED_BYTE, text.c_str()); in print()
40 glCallLists((int)text.length(), GL_UNSIGNED_BYTE, text.c_str()); in print()
H A DTrueTypeFont.cpp125 glCallLists((int)text.length(), GL_UNSIGNED_BYTE, text.c_str()); in print()
139 glCallLists((int)text.length(), GL_UNSIGNED_BYTE, text.c_str()); in print()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/gl-1.0/
H A Ddlist-bitmap.c136 glCallLists(count, GL_UNSIGNED_BYTE, ids); in draw_bitmaps()
150 glCallLists(count, GL_UNSIGNED_BYTE, ids); in draw_bitmaps()
/dports/databases/grass7/grass-7.8.6/lib/ogsf/
H A Dgsd_fonts.c102 glCallLists(strlen(txt), GL_UNSIGNED_BYTE, (const GLvoid *)txt); in do_label_display()
/dports/emulators/z80pack/z80pack-1.37/frontpanel/
H A Dlp_font.cpp139 glCallLists(strlen(s), GL_UNSIGNED_BYTE, (GLubyte *) s); in printString()
/dports/games/jvgs/jvgs-0.5.1-src/src/video/
H A DListManager.cpp46 glCallLists(number, GL_UNSIGNED_BYTE, lists); in callLists()
/dports/misc/vxl/vxl-3.3.2/core/vgui/
H A Dvgui_font_bitmap.cxx91 glCallLists(str.size(), GL_UNSIGNED_BYTE, str.c_str()); in draw()
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/WCDriver3D/
H A DGLDrawWnd.cpp803 glCallLists(tp.text.GetLength(), GL_UNSIGNED_BYTE, tp.text); in PrintTextsFixed()
810 glCallLists(NoRotation.GetLength(), GL_UNSIGNED_BYTE, NoRotation); in PrintTextsFixed()
816 glCallLists(AutoRotation.GetLength(), GL_UNSIGNED_BYTE, AutoRotation); in PrintTextsFixed()
823 glCallLists(FramesRecording.GetLength(), GL_UNSIGNED_BYTE, FramesRecording); in PrintTextsFixed()
898 glCallLists(1, GL_UNSIGNED_BYTE, "x"); in DrawScene()
900 glCallLists(1, GL_UNSIGNED_BYTE, "y"); in DrawScene()
902 glCallLists(1, GL_UNSIGNED_BYTE, "z"); in DrawScene()
988 glCallLists(tp.text.GetLength(), GL_UNSIGNED_BYTE, tp.text); in DrawScene()
/dports/science/cgnslib/CGNS-4.1.2/src/cgnstools/tkogl/
H A Dprintstr.c151 glCallLists((GLsizei)strlen(argv [3]), GL_UNSIGNED_BYTE, (GLubyte *) argv[3]); in PrintString()
/dports/games/shootingstar/shootingstar-1.2.0/src/engine/
H A DcFont.cpp88 glCallLists (text.size (), GL_UNSIGNED_BYTE, text.c_str ()); in PrintString()
/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/viewer/
H A DFont.cc164 glCallLists(GLsizei(str.length()), GL_UNSIGNED_BYTE, in print()
/dports/cad/z88/Z88OS-15/src/z88o/win/
H A Doglfont.c123 glCallLists(strlen(cs),GL_UNSIGNED_BYTE,cs); in FontPuts()
/dports/graphics/py-PyOpenGL/PyOpenGL-3.1.5/OpenGL/GL/
H A Dexceptional.py138 @_lazy( full.glCallLists )
139 def glCallLists( baseFunction, lists, *args ): function
/dports/games/ultimatestunts/ultimatestunts-srcdata-0771/graphics/
H A Dfont.cpp104 glCallLists(str.length(), GL_UNSIGNED_BYTE, (void *)(str.c_str())); in drawString()
/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/redbook/
H A Dfont.c109 glCallLists((GLsizei) strlen(s), GL_UNSIGNED_BYTE, (GLubyte *) s); in printString()
/dports/graphics/mesa-demos/mesa-demos-8.4.0/src/redbook/
H A Dfont.c109 glCallLists((GLsizei) strlen(s), GL_UNSIGNED_BYTE, (GLubyte *) s); in printString()
/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/OpenGL/GL/
H A Dexceptional.py131 @_lazy( full.glCallLists )
132 def glCallLists( baseFunction, lists, *args ): function
/dports/games/blackshadeselite/blackshadeselite/Source/
H A DLabel.cpp88 glCallLists(text.length(), GL_BYTE, text.c_str()); // Write The Text To The Screen in draw()

12345678910>>...36