Home
last modified time | relevance | path

Searched refs:Func3 (Results 1 – 25 of 287) sorted by relevance

12345678910>>...12

/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/Renderer/
H A DGL.cpp92 Func3<void, GLenum, GLenum, GLfloat> glTexParameterf;
93 Func3<void, GLenum, GLenum, GLint> glTexParameteri;
117 Func3<void, GLenum, GLint, GLsizei> glDrawArrays;
127 Func3<void, GLuint, GLenum, GLint*> glGetShaderiv;
135 Func3<void, GLuint, GLenum, GLint*> glGetProgramiv;
140 Func3<void, GLint, GLfloat, GLfloat> glUniform2f;
144 Func3<void, GLint, GLint, GLint> glUniform2i;
148 Func3<void, GLint, GLuint, GLuint> glUniform2ui;
156 Func3<void, GLint, GLsizei, const GLint*> glUniform1iv;
157 Func3<void, GLint, GLsizei, const GLint*> glUniform2iv;
[all …]
H A DGL.h278 extern Func3<void, GLenum, GLenum, GLfloat> glTexParameterf;
279 extern Func3<void, GLenum, GLenum, GLint> glTexParameteri;
303 extern Func3<void, GLenum, GLint, GLsizei> glDrawArrays;
313 extern Func3<void, GLuint, GLenum, GLint*> glGetShaderiv;
321 extern Func3<void, GLuint, GLenum, GLint*> glGetProgramiv;
326 extern Func3<void, GLint, GLfloat, GLfloat> glUniform2f;
330 extern Func3<void, GLint, GLint, GLint> glUniform2i;
334 extern Func3<void, GLint, GLuint, GLuint> glUniform2ui;
342 extern Func3<void, GLint, GLsizei, const GLint*> glUniform1iv;
343 extern Func3<void, GLint, GLsizei, const GLint*> glUniform2iv;
[all …]
/dports/games/trenchbroom/TrenchBroom-ed46601/app/src/
H A DGLInit.cpp64 static Func3<void, GLenum, GLenum, GLfloat>& _glTexParameterf = glTexParameterf;
65 static Func3<void, GLenum, GLenum, GLint>& _glTexParameteri = glTexParameteri;
89 static Func3<void, GLenum, GLint, GLsizei>& _glDrawArrays = glDrawArrays;
99 static Func3<void, GLuint, GLenum, GLint*>& _glGetShaderiv = glGetShaderiv;
107 static Func3<void, GLuint, GLenum, GLint*>& _glGetProgramiv = glGetProgramiv;
112 static Func3<void, GLint, GLfloat, GLfloat>& _glUniform2f = glUniform2f;
116 static Func3<void, GLint, GLint, GLint>& _glUniform2i = glUniform2i;
120 static Func3<void, GLint, GLuint, GLuint>& _glUniform2ui = glUniform2ui;
128 static Func3<void, GLint, GLsizei, const GLint*>& _glUniform1iv = glUniform1iv;
129 static Func3<void, GLint, GLsizei, const GLint*>& _glUniform2iv = glUniform2iv;
[all …]
/dports/graphics/luminance-qt5/luminance-hdr-2.6.1.1/src/Libpfs/utils/
H A Dchain.h58 template <typename Func1, typename Func2, typename Func3>
59 Chain<Func1, Chain<Func2, Func3>> chain(const Func1 &func1, const Func2 &func2, in chain()
60 const Func3 &func3) { in chain()
61 return Chain<Func1, Chain<Func2, Func3>>(func1, in chain()
62 Chain<Func2, Func3>(func2, func3)); in chain()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/corelib/test/
H A Dtest_stacktrace.cpp54 virtual void Func3(double d);
66 Func3(i/2.0); in Func2()
69 void CTestStackTrace::Func3(double d) in Func3() function in CTestStackTrace
/dports/security/keybase/client-v5.7.1/shared/override-d.ts/redux/
H A Dindex.d.ts448 type Func3<T1, T2, T3, R> = (a1: T1, a2: T2, a3: T3, ...args: any[]) => R
468 export function compose<A, T1, T2, T3, R>(f1: (b: A) => R, f2: Func3<T1, T2, T3, A>): Func3<T1, T2,…
481 f3: Func3<T1, T2, T3, A>
482 ): Func3<T1, T2, T3, R>
502 f4: Func3<T1, T2, T3, A>
503 ): Func3<T1, T2, T3, R>
/dports/textproc/uncrustify/uncrustify-uncrustify-0.74.0/tests/expected/cpp/
H A D31568-Issue_2368.cpp8 Func3( p1, p2, p3 ); in Func2()
9 Func3( p111, p222, p333 ); in Func2()
/dports/textproc/uncrustify/uncrustify-uncrustify-0.74.0/tests/input/cpp/
H A DIssue_2368.cpp8 Func3( p1, p2, p3 ); in Func2()
9 Func3( p111, p222, p333 ); in Func2()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/tools/llvm-profdata/Inputs/
H A Dsample-hot-func-list.proftext25 6: 2009 Func1:150 Func3:1789
29 Func3:97401:3035
/dports/devel/llvm11/llvm-11.0.1.src/test/tools/llvm-profdata/Inputs/
H A Dsample-hot-func-list.proftext25 6: 2009 Func1:150 Func3:1789
29 Func3:97401:3035
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/tools/llvm-profdata/Inputs/
H A Dsample-hot-func-list.proftext25 6: 2009 Func1:150 Func3:1789
29 Func3:97401:3035
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/test/tools/llvm-profdata/Inputs/
H A Dsample-hot-func-list.proftext25 6: 2009 Func1:150 Func3:1789
29 Func3:97401:3035
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/tools/llvm-profdata/Inputs/
H A Dsample-hot-func-list.proftext25 6: 2009 Func1:150 Func3:1789
29 Func3:97401:3035
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/tools/llvm-profdata/Inputs/
H A Dsample-hot-func-list.proftext25 6: 2009 Func1:150 Func3:1789
29 Func3:97401:3035
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/tools/llvm-profdata/Inputs/
H A Dsample-hot-func-list.proftext25 6: 2009 Func1:150 Func3:1789
29 Func3:97401:3035
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/tools/llvm-profdata/Inputs/
H A Dsample-hot-func-list.proftext25 6: 2009 Func1:150 Func3:1789
29 Func3:97401:3035
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/tools/llvm-profdata/Inputs/
H A Dsample-hot-func-list.proftext25 6: 2009 Func1:150 Func3:1789
29 Func3:97401:3035
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/tools/llvm-profdata/Inputs/
H A Dsample-hot-func-list.proftext25 6: 2009 Func1:150 Func3:1789
29 Func3:97401:3035
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/tools/llvm-profdata/Inputs/
H A Dsample-hot-func-list.proftext25 6: 2009 Func1:150 Func3:1789
29 Func3:97401:3035
/dports/mail/mailhog/MailHog-1.0.0/vendor/gopkg.in/mgo.v2/internal/json/
H A Dextension_test.go140 {in: `{"v": Func3()}`, ptr: new(interface{}), out: map[string]interface{}{"v": keyed(`Func3()`)}},
141 {in: `{"k": Func3()}`, ptr: new(keyedType), out: keyedType{K: keyed(`Func3()`)}},
142 …{in: `{"i": Func3()}`, ptr: new(keyedType), err: &UnmarshalTypeError{"object", reflect.TypeOf(0), …
/dports/security/vault/vault-1.8.2/vendor/gopkg.in/mgo.v2/internal/json/
H A Dextension_test.go140 {in: `{"v": Func3()}`, ptr: new(interface{}), out: map[string]interface{}{"v": keyed(`Func3()`)}},
141 {in: `{"k": Func3()}`, ptr: new(keyedType), out: keyedType{K: keyed(`Func3()`)}},
142 …{in: `{"i": Func3()}`, ptr: new(keyedType), err: &UnmarshalTypeError{"object", reflect.TypeOf(0), …
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/gopkg.in/mgo.v2-unstable/internal/json/
H A Dextension_test.go140 {in: `{"v": Func3()}`, ptr: new(interface{}), out: map[string]interface{}{"v": keyed(`Func3()`)}},
141 {in: `{"k": Func3()}`, ptr: new(keyedType), out: keyedType{K: keyed(`Func3()`)}},
142 …{in: `{"i": Func3()}`, ptr: new(keyedType), err: &UnmarshalTypeError{"object", reflect.TypeOf(0), …
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/gopkg.in/mgo.v2/internal/json/
H A Dextension_test.go140 {in: `{"v": Func3()}`, ptr: new(interface{}), out: map[string]interface{}{"v": keyed(`Func3()`)}},
141 {in: `{"k": Func3()}`, ptr: new(keyedType), out: keyedType{K: keyed(`Func3()`)}},
142 …{in: `{"i": Func3()}`, ptr: new(keyedType), err: &UnmarshalTypeError{"object", reflect.TypeOf(0), …
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/gopkg.in/mgo.v2/internal/json/
H A Dextension_test.go140 {in: `{"v": Func3()}`, ptr: new(interface{}), out: map[string]interface{}{"v": keyed(`Func3()`)}},
141 {in: `{"k": Func3()}`, ptr: new(keyedType), out: keyedType{K: keyed(`Func3()`)}},
142 …{in: `{"i": Func3()}`, ptr: new(keyedType), err: &UnmarshalTypeError{"object", reflect.TypeOf(0), …
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/gopkg.in/mgo.v2/internal/json/
H A Dextension_test.go143 {in: `{"v": Func3()}`, ptr: new(interface{}), out: map[string]interface{}{"v": keyed(`Func3()`)}},
144 {in: `{"k": Func3()}`, ptr: new(keyedType), out: keyedType{K: keyed(`Func3()`)}},
145 …{in: `{"i": Func3()}`, ptr: new(keyedType), err: &UnmarshalTypeError{"object", reflect.TypeOf(0), …

12345678910>>...12