Home
last modified time | relevance | path

Searched defs:glColorPointer (Results 1 – 25 of 437) sorted by relevance

12345678910>>...18

/dports/graphics/jogamp-jogl/jogl/src/jogl/classes/com/jogamp/opengl/fixedfunc/
H A DGLPointerFunc.java47 public void glColorPointer(GLArrayData array); in glColorPointer() method
48 public void glColorPointer(int size, int type, int stride, java.nio.Buffer pointer); in glColorPointer() method
49 public void glColorPointer(int size, int type, int stride, long pointer_buffer_offset); in glColorPointer() method
/dports/audio/faudio/FAudio-21.01/utils/uicommon/
H A Dglmacros.h6 #define glColorPointer INTERNAL_glColorPointer macro
/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/OpenGL/GL/VERSION/
H A DGL_1_1.py45 glColorPointer=wrapper.wrapper(glColorPointer).setInputArraySize( variable
/dports/graphics/py-PyOpenGL/PyOpenGL-3.1.5/OpenGL/GL/VERSION/
H A DGL_1_1.py45 glColorPointer=wrapper.wrapper(glColorPointer).setInputArraySize( variable
/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/OpenGL/GL/
H A Dpointers.py176 glColorPointer = wrapper.wrapper( _simple.glColorPointer ).setPyConverter( variable
/dports/graphics/py-PyOpenGL/PyOpenGL-3.1.5/OpenGL/GL/
H A Dpointers.py176 glColorPointer = wrapper.wrapper( _simple.glColorPointer ).setPyConverter( variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webgl/src/sdk/demos/google/san-angeles/gles/
H A Dimportgl.h133 #define glColorPointer FNPTR(glColorPointer) macro
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webgl/src/sdk/demos/google/san-angeles/gles/t/
H A Dimportgl.h133 #define glColorPointer FNPTR(glColorPointer) macro
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webgl/src/sdk/demos/google/san-angeles/glut/
H A Dimportgl.h133 #define glColorPointer FNPTR(glColorPointer) macro
/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/OpenGL/GLES1/VERSION/
H A DGLES1_1_0.py89 glColorPointer=wrapper.wrapper(glColorPointer).setInputArraySize( variable
/dports/graphics/py-PyOpenGL/PyOpenGL-3.1.5/OpenGL/GLES1/VERSION/
H A DGLES1_1_0.py89 glColorPointer=wrapper.wrapper(glColorPointer).setInputArraySize( variable
/dports/graphics/jogamp-jogl/jogl/src/jogl/classes/jogamp/opengl/util/glsl/fixedfunc/
H A DFixedFuncHook.java404 public void glColorPointer(final GLArrayData array) { in glColorPointer() method in FixedFuncHook
420 …public void glColorPointer(final int size, final int type, final int stride, final java.nio.Buffer… in glColorPointer() method in FixedFuncHook
425 …public void glColorPointer(final int size, final int type, final int stride, final long pointer_bu… in glColorPointer() method in FixedFuncHook
/dports/graphics/jogamp-jogl/jogl/make/config/jogl/
H A Dgl-impl-CustomJavaCode-gles1.java291 public final void glColorPointer(GLArrayData array) { in glColorPointer() method
H A Dgl-impl-CustomJavaCode-gl4bc.java437 public final void glColorPointer(GLArrayData array) { in glColorPointer() method
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DOpenGl_GlCore11.hxx269 …inline void glColorPointer (GLint theSize, GLenum theType, GLsizei theStride, const GLvoid* thePtr) in glColorPointer() function
/dports/cad/opencascade/opencascade-7.6.0/src/OpenGl/
H A DOpenGl_GlCore11.hxx269 …inline void glColorPointer (GLint theSize, GLenum theType, GLsizei theStride, const GLvoid* thePtr) in glColorPointer() function
/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/Renderer/
H A DGL.cpp114 Func4<void, GLint, GLenum, GLsizei, const GLvoid*> glColorPointer; variable
/dports/editors/lazarus/lazarus/lcl/interfaces/customdrawn/android/
H A Dgles.pas693 procedure glColorPointer(size: GLint; type_: GLenum; stride: GLsizei; pointer: PGLvoid); cdecl; ext… procedure
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/customdrawn/android/
H A Dgles.pas693 procedure glColorPointer(size: GLint; type_: GLenum; stride: GLsizei; pointer: PGLvoid); cdecl; ext… procedure
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/customdrawn/android/
H A Dgles.pas693 procedure glColorPointer(size: GLint; type_: GLenum; stride: GLsizei; pointer: PGLvoid); cdecl; ext… procedure
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/customdrawn/android/
H A Dgles.pas693 procedure glColorPointer(size: GLint; type_: GLenum; stride: GLsizei; pointer: PGLvoid); cdecl; ext… procedure
/dports/astro/opencpn/OpenCPN-5.2.4/libs/glshim/src/gl/
H A Dgl.c243 void glColorPointer(GLint size, GLenum type, in glColorPointer() function
/dports/cad/leocad/leocad-21.06/common/
H A Dlc_context.cpp21 #define glColorPointer(...) macro
/dports/games/dxx-rebirth/dxx-rebirth_20211220-src/common/include/
H A Dloadgl.h137 #define glColorPointer dglColorPointer macro
/dports/graphics/py-PyOpenGL/PyOpenGL-3.1.5/OpenGL/raw/GL/VERSION/
H A DGL_1_1.py130 def glColorPointer(size,type,stride,pointer):pass function

12345678910>>...18