Home
last modified time | relevance | path

Searched refs:ProgramGLSL (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/colmap/colmap-3.6/lib/SiftGPU/
H A DProgramGLSL.cpp162 ProgramGLSL::ProgramGLSL() in ProgramGLSL() function in ProgramGLSL
168 ProgramGLSL::~ProgramGLSL() in ~ProgramGLSL()
261 ProgramGLSL::ProgramGLSL(const char *frag_source) in ProgramGLSL() function in ProgramGLSL
691 ProgramGLSL * program; in LoadFixedShaders()
987 ProgramGLSL * program = new ProgramGLSL(out.str().c_str()); in LoadKeypointShader()
1267 ProgramGLSL * program = new ProgramGLSL(out.str().c_str()); in LoadOrientationShader()
1613 ProgramGLSL * program = new ProgramGLSL(out.str().c_str()); in LoadDescriptorShaderF2()
1930 ProgramGLSL * program = new ProgramGLSL(out.str().c_str()); in LoadOrientationShader()
2304 ProgramGLSL * program = new ProgramGLSL(out.str().c_str()); in LoadKeypointShader()
2447 ProgramGLSL * program = new ProgramGLSL(out.str().c_str()); in LoadDescriptorProgramRECT()
[all …]
H A DProgramGLSL.h32 class ProgramGLSL:public ProgramGPU
70 ProgramGLSL();
71 ~ProgramGLSL();
72 ProgramGLSL(const char* frag_source);
199 static ProgramGLSL* LoadGenListStepShader(int start, int step);
237 ProgramGLSL* s_rect_description;
250 static ProgramGLSL* LoadDescriptorProgramRECT();
251 static ProgramGLSL* LoadDescriptorProgramPKSL();
H A DSiftMatch.cpp255 ProgramGLSL * program; in LoadSiftMatchShadersGLSL()
291 s_multiply = program= new ProgramGLSL(out.str().c_str()); in LoadSiftMatchShadersGLSL()
356 s_guided_mult = program= new ProgramGLSL(out.str().c_str()); in LoadSiftMatchShadersGLSL()
384 s_row_max = program= new ProgramGLSL(out.str().c_str()); in LoadSiftMatchShadersGLSL()
404 s_col_max = program =new ProgramGLSL(out.str().c_str()); in LoadSiftMatchShadersGLSL()