Searched refs:backingStore (Results 1 – 7 of 7) sorted by relevance
29 static FrameBuffer2D create(BackingStore backingStore) { in create() argument30 assertCanCreate(backingStore); in create()31 return new FrameBuffer2D(backingStore); in create()34 FrameBuffer2D(BackingStore backingStore) { in FrameBuffer2D() argument35 super(backingStore); in FrameBuffer2D()38 static void assertCanCreate(BackingStore backingStore) { in assertCanCreate() argument39 FrameBuffer1D.assertCanCreate(backingStore); in assertCanCreate()40 int[] dimensions = backingStore.getDimensions(); in assertCanCreate()
73 static FrameBuffer1D create(BackingStore backingStore) { in create() argument74 assertCanCreate(backingStore); in create()75 return new FrameBuffer1D(backingStore); in create()78 FrameBuffer1D(BackingStore backingStore) { in FrameBuffer1D() argument79 super(backingStore); in FrameBuffer1D()80 updateLength(backingStore.getDimensions()); in FrameBuffer1D()83 static void assertCanCreate(BackingStore backingStore) { in assertCanCreate() argument84 FrameType type = backingStore.getFrameType(); in assertCanCreate()89 int[] dims = backingStore.getDimensions(); in assertCanCreate()
35 static FrameValue create(BackingStore backingStore) { in create() argument36 assertObjectBased(backingStore.getFrameType()); in create()37 return new FrameValue(backingStore); in create()40 FrameValue(BackingStore backingStore) { in FrameValue() argument41 super(backingStore); in FrameValue()
146 static FrameValues create(BackingStore backingStore) { in create() argument147 assertObjectBased(backingStore.getFrameType()); in create()148 return new FrameValues(backingStore); in create()151 FrameValues(BackingStore backingStore) { in FrameValues() argument152 super(backingStore); in FrameValues()
103 static FrameImage2D create(BackingStore backingStore) { in create() argument104 assertCanCreate(backingStore); in create()105 return new FrameImage2D(backingStore); in create()108 FrameImage2D(BackingStore backingStore) { in FrameImage2D() argument109 super(backingStore); in FrameImage2D()112 static void assertCanCreate(BackingStore backingStore) { in assertCanCreate() argument113 FrameBuffer2D.assertCanCreate(backingStore); in assertCanCreate()
170 Frame(BackingStore backingStore) { in Frame() argument171 mBackingStore = backingStore; in Frame()
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...