Home
last modified time | relevance | path

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

/dports/multimedia/vlc/vlc-3.0.16/modules/video_output/opengl/
H A Dconverter_android.c215 tc->pf_fetch_locations = tc_anop_fetch_locations; in Open()
H A Dfragment_shaders.c460 tc->pf_fetch_locations = tc_xyz12_fetch_locations; in xyz12_shader_init()
801 tc->pf_fetch_locations = tc_base_fetch_locations; in opengl_fragment_shader_init_impl()
H A Dconverter.h404 int (*pf_fetch_locations)(opengl_tex_converter_t *fc, GLuint program); member
H A Dvout_helper.c544 int ret = prgm->tc->pf_fetch_locations(prgm->tc, prgm->id); in opengl_link_program()
688 tc->pf_update != NULL && tc->pf_fetch_locations != NULL && in opengl_init_program()