Lines Matching +defs:buffer +defs:name
155 void ScaleProgram::setPos (GLuint buffer, GLuint vao) in setPos()
174 void bind (GLuint name) { glBindVertexArray(name); } in bind()
181 void bind (GLuint name) { glBindSampler(0, name); } in bind()
197 void bind (GLuint name) in bind()
232 void initBuffer (const Functions& gl, GLuint seed, GLenum usage, GLuint buffer) in initBuffer()
257 void BufferVAOAttacher::initAttachment (GLuint seed, GLuint buffer) in initAttachment()
264 void BufferVAOAttacher::attach (GLuint buffer, GLuint vao) in attach()
272 void BufferVAOAttacher::detach (GLuint buffer, GLuint varr) in detach()
280 GLint name = 0; in getAttachment() local
319 void BufferTfAttacher::initAttachment (GLuint seed, GLuint buffer) in initAttachment()
326 void BufferTfAttacher::attach (GLuint buffer, GLuint tf) in attach()
334 void BufferTfAttacher::detach (GLuint buffer, GLuint tf) in detach()
366 void BufferTfOutputAttacher::drawAttachment (GLuint buffer, Surface& dst) in drawAttachment()
459 const char* name, const char* description) in TfDeleteActiveTest()