Searched defs:ProgramImpl (Results 1 – 7 of 7) sorted by relevance
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
568 pub struct ProgramImpl<'obj, T = ()> { struct569 pub(crate) ptr: NonNull<libbpf_sys::bpf_program>,570 _phantom: PhantomData<&'obj T>,1190 impl<T> AsFd for ProgramImpl<'_, T> { implementation1197 impl<T> AsRawLibbpf for ProgramImpl<'_, T> { implementation