Searched refs:token_view_sampler (Results 1 – 1 of 1) sorted by relevance
6805 const char* token_view_sampler = "VIEW_SAMPLER"; in initProgramObject() local6847 while ((token_position = vs_body.find(token_view_sampler)) != std::string::npos) in initProgramObject()6849 vs_body.replace(token_position, strlen(token_view_sampler), view_sampler_glsl); in initProgramObject()