Searched defs:attacher (Results 1 – 3 of 3) sorted by relevance
367 InputAttacher(Attacher &attacher) : ContextWrapper(attacher.getContext()), m_attacher(attacher) in InputAttacher()384 OutputAttacher(Attacher &attacher) : ContextWrapper(attacher.getContext()), m_attacher(attacher) in OutputAttacher()439 FboInputAttacher(FboAttacher &attacher) : InputAttacher(attacher) in FboInputAttacher()448 FboOutputAttacher(FboAttacher &attacher) : OutputAttacher(attacher) in FboOutputAttacher()500 ShaderProgramInputAttacher(Attacher &attacher) : InputAttacher(attacher) in ShaderProgramInputAttacher()
985 AttachmentTest(const char *name, const char *description, Attacher &attacher, TestFunction test) in AttachmentTest()1008 GLuint getAttachment(Attacher &attacher, GLuint container) in getAttachment()1085 Attacher &attacher = m_inputAttacher.getAttacher(); in iterate() local1158 Attacher &attacher = m_outputAttacher.getAttacher(); in iterate() local1249 string attacherName(Attacher &attacher) in attacherName()
301 …BufferVAOInputAttacher(BufferVAOAttacher &attacher) : InputAttacher(attacher), m_program(attacher.… in BufferVAOInputAttacher()368 BufferTfOutputAttacher(BufferTfAttacher &attacher, ScaleProgram &program) in BufferTfOutputAttacher()