Searched defs:brw_vertex_program (Results 1 – 1 of 1) sorted by relevance
262 struct brw_vertex_program { struct263 struct gl_vertex_program program;264 GLuint id;265 bool use_const_buffer;1213 brw_vertex_program(struct gl_vertex_program *p) in brw_vertex_program() function