Home
last modified time | relevance | path

Searched refs:texture_fill_program (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/milton/milton-1.9.1/src/
H A Drenderer.cc90 GLuint texture_fill_program; member
615 r->texture_fill_program = glCreateProgram(); in gpu_init()
620 gl::link_program(r->texture_fill_program, objs, array_count(objs)); in gpu_init()
621 gl::set_uniform_i(r->texture_fill_program, "u_canvas", 0); in gpu_init()
885 r->texture_fill_program, in set_screen_size()
1390 gl::use_program(r->texture_fill_program); in gpu_fill_with_texture()
1391 gl::set_uniform_f(r->texture_fill_program, "u_alpha", alpha); in gpu_fill_with_texture()
1393 GLint t_loc = glGetAttribLocation(r->texture_fill_program, "a_position"); in gpu_fill_with_texture()