Home
last modified time | relevance | path

Searched defs:BlendFunci (Results 1 – 14 of 14) sorted by relevance

/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/
H A DBufferIndexBinding.cpp19 #include <string.h> // for memcpy in BlendFunci()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/
H A DBlendFunci.cpp19 BlendFunci::BlendFunci(): in BlendFunci() function in BlendFunci
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/graphics/opengl/
H A Dgropenglstate.cpp417 void opengl_state::BlendFunci(int buffer, GLenum s_val, GLenum d_val) { in BlendFunci() function in opengl_state
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/libGL/
H A Dentry_points_gl_4_0_autogen.cpp138 void GL_APIENTRY BlendFunci(GLuint buf, GLenum src, GLenum dst) in BlendFunci() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libGL/
H A Dentry_points_gl_4_0_autogen.cpp159 void GL_APIENTRY BlendFunci(GLuint buf, GLenum src, GLenum dst) in BlendFunci() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/libGLESv2/
H A Dentry_points_gles_3_2_autogen.cpp107 void GL_APIENTRY BlendFunci(GLuint buf, GLenum src, GLenum dst) in BlendFunci() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libGLESv2/
H A Dentry_points_gles_3_2_autogen.cpp124 void GL_APIENTRY BlendFunci(GLuint buf, GLenum src, GLenum dst) in BlendFunci() function
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/angle/checkout/src/libGLESv2/
H A Dentry_points_gles_3_2_autogen.cpp124 void GL_APIENTRY BlendFunci(GLuint buf, GLenum src, GLenum dst) in BlendFunci() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/libANGLE/
H A Dentry_points_enum_autogen.h76 BlendFunci, enumerator
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/common/
H A Dentry_points_enum_autogen.h76 BlendFunci, enumerator
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/angle/checkout/src/common/
H A Dentry_points_enum_autogen.h76 BlendFunci, enumerator
/dports/emulators/aranym/aranym-1.1.0/atari/nfosmesa/slb/
H A Dosmesa.h2666 /* 1463 */ void APIENTRY (*BlendFunci)(GLuint buf, GLenum src, GLenum dst); member
/dports/emulators/aranym/aranym-1.1.0/atari/nfosmesa/ldg/
H A Dosmesa.h2672 /* 1463 */ void APIENTRY (*BlendFunci)(GLuint buf, GLenum src, GLenum dst); member
/dports/www/firefox/firefox-99.0/third_party/rust/glow/src/
H A Dgl46.rs6826 pub unsafe fn BlendFunci(&self, buf: GLuint, src: GLenum, dst: GLenum) { in BlendFunci() method