Home
last modified time | relevance | path

Searched refs:Func4 (Results 1 – 25 of 178) sorted by relevance

12345678

/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/Renderer/
H A DGL.cpp63 Func4<void, GLclampf, GLclampf, GLclampf, GLclampf> glClearColor;
65 Func4<void, GLint, GLint, GLsizei, GLsizei> glViewport;
100 Func4<void, GLenum, GLsizeiptr, const GLvoid*, GLenum> glBufferData;
112 Func4<void, GLint, GLenum, GLsizei, const GLvoid*> glVertexPointer;
114 Func4<void, GLint, GLenum, GLsizei, const GLvoid*> glColorPointer;
119 Func4<void, GLenum, GLsizei, GLenum, const GLvoid*> glDrawElements;
128 Func4<void, GLuint, GLsizei, GLsizei*, GLchar*> glGetShaderInfoLog;
136 Func4<void, GLuint, GLsizei, GLsizei*, GLchar*> glGetProgramInfoLog;
141 Func4<void, GLint, GLfloat, GLfloat, GLfloat> glUniform3f;
145 Func4<void, GLint, GLint, GLint, GLint> glUniform3i;
[all …]
H A DGL.h249 extern Func4<void, GLclampf, GLclampf, GLclampf, GLclampf> glClearColor;
251 extern Func4<void, GLint, GLint, GLsizei, GLsizei> glViewport;
286 extern Func4<void, GLenum, GLsizeiptr, const GLvoid*, GLenum> glBufferData;
298 extern Func4<void, GLint, GLenum, GLsizei, const GLvoid*> glVertexPointer;
300 extern Func4<void, GLint, GLenum, GLsizei, const GLvoid*> glColorPointer;
305 extern Func4<void, GLenum, GLsizei, GLenum, const GLvoid*> glDrawElements;
314 extern Func4<void, GLuint, GLsizei, GLsizei*, GLchar*> glGetShaderInfoLog;
322 extern Func4<void, GLuint, GLsizei, GLsizei*, GLchar*> glGetProgramInfoLog;
327 extern Func4<void, GLint, GLfloat, GLfloat, GLfloat> glUniform3f;
331 extern Func4<void, GLint, GLint, GLint, GLint> glUniform3i;
[all …]
/dports/games/trenchbroom/TrenchBroom-ed46601/app/src/
H A DGLInit.cpp35 static Func4<void, GLclampf, GLclampf, GLclampf, GLclampf>& _glClearColor = glClearColor;
37 static Func4<void, GLint, GLint, GLsizei, GLsizei>& _glViewport = glViewport;
72 static Func4<void, GLenum, GLsizeiptr, const GLvoid*, GLenum>& _glBufferData = glBufferData;
84 static Func4<void, GLint, GLenum, GLsizei, const GLvoid*>& _glVertexPointer = glVertexPointer;
86 static Func4<void, GLint, GLenum, GLsizei, const GLvoid*>& _glColorPointer = glColorPointer;
87 … static Func4<void, GLint, GLenum, GLsizei, const GLvoid*>& _glTexCoordPointer = glTexCoordPointer;
91 static Func4<void, GLenum, GLsizei, GLenum, const GLvoid*>& _glDrawElements = glDrawElements;
100 … static Func4<void, GLuint, GLsizei, GLsizei*, GLchar*>& _glGetShaderInfoLog = glGetShaderInfoLog;
113 static Func4<void, GLint, GLfloat, GLfloat, GLfloat>& _glUniform3f = glUniform3f;
117 static Func4<void, GLint, GLint, GLint, GLint>& _glUniform3i = glUniform3i;
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/corelib/test/
H A Dtest_stacktrace.cpp55 virtual void Func4(const string& str);
71 Func4(NStr::DoubleToString(d)); in Func3()
74 void CTestStackTrace::Func4(const string& str) in Func4() function in CTestStackTrace
/dports/editors/neovim/neovim-0.6.1/src/nvim/testdir/
H A Dtest_nested_function.vim16 let fn = 'Func4'
18 let g:text .= 'Func4 '
31 call assert_equal('Func1 s:func2 s:_func3 Func4 s:func5', g:text)
/dports/editors/vim/vim-8.2.3745/src/testdir/
H A Dtest_nested_function.vim18 let fn = 'Func4'
20 let g:text .= 'Func4 '
33 call assert_equal('Func1 s:func2 s:_func3 Func4 s:func5', g:text)
/dports/graphics/seexpr/seexpr-3.4.4.0/src/SeExpr2/
H A DExprFuncStandard.h54 typedef double Func4(double, double, double, double); typedef
70 Func4* func4() const { return (Func4*)_func; }
98 ExprFunc(Func4* f)
/dports/textproc/uncrustify/uncrustify-uncrustify-0.74.0/tests/expected/cpp/
H A D30808-ptr-star.cpp67 auto Func4(Model *model) -> Color** const;
68 auto Func4(Model *model) -> Color** const { in Func4() function
H A D30805-ptr-star.cpp67 auto Func4(Model* model) -> Color** const;
68 auto Func4(Model* model) -> Color** const { in Func4() function
H A D30807-ptr-star.cpp67 auto Func4(Model *model) -> Color** const;
68 auto Func4(Model *model) -> Color** const { in Func4() function
H A D30810-ptr-star.cpp72 auto Func4(Model *model) -> Color **const;
73 auto Func4(Model *model) -> Color **const in Func4() function
H A D30806-ptr-star.cpp67 auto Func4(Model *model) -> Color **const;
68 auto Func4(Model *model) -> Color **const { in Func4() function
/dports/textproc/uncrustify/uncrustify-uncrustify-0.74.0/tests/input/cpp/
H A Dptr-star.cpp67 auto Func4(Model *model) -> Color** const;
68 auto Func4(Model *model) -> Color** const { in Func4() function
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/boumenot/gocover-cobertura/gocover-cobertura-1.1.0/testdata/
H A Dfunc4.go4 func Func4(arg1 *int) { func
/dports/security/highwayhash/highwayhash-bdd572de8cfa3a1fbef6ba32307c2629db7c4773/highwayhash/
H A Ddata_parallel_test.cc45 void Func4() { in Func4() function
53 pool.RunTasks({Func2, Func3, Func4}); in TEST()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/tools/llvm-profdata/Inputs/
H A Dsample-hot-func-list.proftext35 Func4:465:210
/dports/devel/llvm11/llvm-11.0.1.src/test/tools/llvm-profdata/Inputs/
H A Dsample-hot-func-list.proftext35 Func4:465:210
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/tools/llvm-profdata/Inputs/
H A Dsample-hot-func-list.proftext35 Func4:465:210
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/test/tools/llvm-profdata/Inputs/
H A Dsample-hot-func-list.proftext35 Func4:465:210
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/tools/llvm-profdata/Inputs/
H A Dsample-hot-func-list.proftext35 Func4:465:210
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/tools/llvm-profdata/Inputs/
H A Dsample-hot-func-list.proftext35 Func4:465:210
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/tools/llvm-profdata/Inputs/
H A Dsample-hot-func-list.proftext35 Func4:465:210
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/tools/llvm-profdata/Inputs/
H A Dsample-hot-func-list.proftext35 Func4:465:210
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/tools/llvm-profdata/Inputs/
H A Dsample-hot-func-list.proftext35 Func4:465:210
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/tools/llvm-profdata/Inputs/
H A Dsample-hot-func-list.proftext35 Func4:465:210

12345678