Lines Matching +defs:buffer +defs:name
146 void ScaleProgram::setPos(GLuint buffer, GLuint vao) in setPos()
164 void bind(GLuint name) in bind()
176 void bind(GLuint name) in bind()
199 void bind(GLuint name) in bind()
240 void initBuffer(const Functions &gl, GLuint seed, GLenum usage, GLuint buffer) in initBuffer()
265 void BufferVAOAttacher::initAttachment(GLuint seed, GLuint buffer) in initAttachment()
271 void BufferVAOAttacher::attach(GLuint buffer, GLuint vao) in attach()
278 void BufferVAOAttacher::detach(GLuint buffer, GLuint varr) in detach()
286 GLint name = 0; in getAttachment() local
328 void BufferTfAttacher::initAttachment(GLuint seed, GLuint buffer) in initAttachment()
334 void BufferTfAttacher::attach(GLuint buffer, GLuint tf) in attach()
342 void BufferTfAttacher::detach(GLuint buffer, GLuint tf) in detach()
376 void BufferTfOutputAttacher::drawAttachment(GLuint buffer, Surface &dst) in drawAttachment()
461 TfDeleteActiveTest::TfDeleteActiveTest(gles3::Context &context, const char *name, const char *descr… in TfDeleteActiveTest()