Searched refs:ProgramGLSL (Results 1 – 3 of 3) sorted by relevance
162 ProgramGLSL::ProgramGLSL() in ProgramGLSL() function in ProgramGLSL168 ProgramGLSL::~ProgramGLSL() in ~ProgramGLSL()261 ProgramGLSL::ProgramGLSL(const char *frag_source) in ProgramGLSL() function in ProgramGLSL691 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 …]
32 class ProgramGLSL:public ProgramGPU70 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();
255 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()