Searched defs:ProgramType (Results 1 – 3 of 3) sorted by relevance
44 public abstract class ProgramType implements Parcelable { class83 protected ProgramType(@TypeId int id) { in ProgramType() method in ProgramType
34 enum ProgramType { PROGRAM_UNKNOWN=0, PROGRAM_EXTERNAL_TEXTURE, enum
125 public @interface ProgramType {} annotation in ProgramSelector