HomeSort by: relevance | last modified time | path
    Searched refs:xv_prog (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/glamor/
glamor_xv.c 230 &port_priv->xv_prog,
233 glUseProgram(port_priv->xv_prog.prog);
238 sampler_loc = glGetUniformLocation(port_priv->xv_prog.prog, "y_sampler");
240 sampler_loc = glGetUniformLocation(port_priv->xv_prog.prog, "u_sampler");
242 sampler_loc = glGetUniformLocation(port_priv->xv_prog.prog, "v_sampler");
246 sampler_loc = glGetUniformLocation(port_priv->xv_prog.prog, "y_sampler");
248 sampler_loc = glGetUniformLocation(port_priv->xv_prog.prog, "u_sampler");
254 sampler_loc = glGetUniformLocation(port_priv->xv_prog.prog, "sampler");
433 if (!port_priv->xv_prog.prog)
468 glUseProgram(port_priv->xv_prog.prog)
    [all...]
glamor_priv.h 345 glamor_program xv_prog; member in struct:glamor_screen_private
924 glamor_program xv_prog; member in struct:__anon9852

Completed in 5 milliseconds