Searched refs:_mesa_init_program_struct (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/mesa/program/ |
D | program.c | 264 _mesa_init_program_struct( struct gl_context *ctx, struct gl_program *prog, in _mesa_init_program_struct() function 294 return _mesa_init_program_struct( ctx, &prog->Base, target, id ); in _mesa_init_fragment_program() 308 return _mesa_init_program_struct( ctx, &prog->Base, target, id ); in _mesa_init_vertex_program() 322 return _mesa_init_program_struct( ctx, &prog->Base, target, id ); in _mesa_init_geometry_program()
|