Home | History | Annotate | Download | only in include

Lines Matching refs:rs_program_fragment

199  * rs_program_fragment: Handle to a ProgramFragment
208 typedef struct rs_program_fragment _RS_OBJECT_DECL __attribute__((
212 )) rs_program_fragment;
288 rsClearObject(rs_program_fragment* dst);
341 rsIsObject(rs_program_fragment v);
387 rsSetObject(rs_program_fragment* dst, rs_program_fragment src);
492 rsgBindConstant(rs_program_fragment ps, uint slot, rs_allocation c);
560 rsgBindProgramFragment(rs_program_fragment pf);
633 rsgBindSampler(rs_program_fragment fragment, uint slot, rs_sampler sampler);
654 rsgBindTexture(rs_program_fragment v, uint slot, rs_allocation alloc);
1195 rsgProgramFragmentConstantColor(rs_program_fragment pf, float r, float g, float b, float a);