Searched defs:ProgramImpl (Results 1 – 8 of 8) sorted by relevance
561 pub struct ProgramImpl<'obj, T = ()> { struct562 pub(crate) ptr: NonNull<libbpf_sys::bpf_program>,563 _phantom: PhantomData<&'obj T>,1123 impl<T> AsFd for ProgramImpl<'_, T> { implementation1130 impl<T> AsRawLibbpf for ProgramImpl<'_, T> { implementation
54 public final class ProgramImpl extends BaseProgramImpl implements Parcelable, Program { class256 private ProgramImpl() { in ProgramImpl() method in ProgramImpl
83 ProgramImpl(const gl::ProgramState &state) : mState(state) {} in ProgramImpl() function
45 class ProgramImpl; variable
116 using ProgramImpl = GrXferProcessor::ProgramImpl; typedef
83 using ProgramImpl = GrGeometryProcessor::ProgramImpl; typedef
860 using ProgramImpl = GrFragmentProcessor::ProgramImpl; typedef