Lines Matching defs:name
174 void bind (GLuint name) { glBindVertexArray(name); }
181 void bind (GLuint name) { glBindSampler(0, name); }
197 void bind (GLuint name)
199 if (name != 0)
200 glBeginQuery(GL_ANY_SAMPLES_PASSED, name);
280 GLint name = 0;
282 gl().getVertexAttribiv(0, GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING, &name);
285 return GLuint(name);
454 const char* name, const char* description);
459 const char* name, const char* description)
460 : TestCase (context, name, description)