Lines Matching +defs:buffer +defs:name
150 void ScaleProgram::setPos(GLuint buffer, GLuint vao) in setPos()
168 void bind(GLuint name) in bind()
180 void bind(GLuint name) in bind()
203 void bind(GLuint name) in bind()
244 void initBuffer(const Functions &gl, GLuint seed, GLenum usage, GLuint buffer) in initBuffer()
269 void BufferVAOAttacher::initAttachment(GLuint seed, GLuint buffer) in initAttachment()
275 void BufferVAOAttacher::attach(GLuint buffer, GLuint vao) in attach()
282 void BufferVAOAttacher::detach(GLuint buffer, GLuint varr) in detach()
290 GLint name = 0; in getAttachment() local
332 void BufferTfAttacher::initAttachment(GLuint seed, GLuint buffer) in initAttachment()
338 void BufferTfAttacher::attach(GLuint buffer, GLuint tf) in attach()
346 void BufferTfAttacher::detach(GLuint buffer, GLuint tf) in detach()
380 void BufferTfOutputAttacher::drawAttachment(GLuint buffer, Surface &dst) in drawAttachment()
465 TfDeleteActiveTest::TfDeleteActiveTest(gles3::Context &context, const char *name, const char *descr… in TfDeleteActiveTest()