Searched refs:createFromStream (Results 26 - 41 of 41) sorted by relevance

12

/frameworks/support/renderscript/v8/rs_support/
H A DrsSampler.cpp74 Sampler *Sampler::createFromStream(Context *rsc, IStream *stream) { function in class:Sampler
H A DrsType.h104 static Type *createFromStream(Context *rsc, IStream *stream);
H A DrsType.cpp175 Type *Type::createFromStream(Context *rsc, IStream *stream) { function in class:Type
186 Element *elem = Element::createFromStream(rsc, stream);
H A DrsAllocation.h115 static Allocation *createFromStream(Context *rsc, IStream *stream);
H A DrsElement.cpp113 Element *Element::createFromStream(Context *rsc, IStream *stream) { function in class:Element
149 subElems[ct] = Element::createFromStream(rsc, stream);
H A DrsAllocation.cpp319 Allocation *Allocation::createFromStream(Context *rsc, IStream *stream) { function in class:Allocation
330 Type *type = Type::createFromStream(rsc, stream);
/frameworks/rs/
H A DrsType.cpp175 Type *Type::createFromStream(Context *rsc, IStream *stream) { function in class:Type
186 Element *elem = Element::createFromStream(rsc, stream);
H A DrsAllocation.h118 static Allocation *createFromStream(Context *rsc, IStream *stream);
H A DrsElement.cpp113 Element *Element::createFromStream(Context *rsc, IStream *stream) { function in class:Element
149 subElems[ct] = Element::createFromStream(rsc, stream);
H A DrsProgramVertex.cpp154 ProgramVertex *ProgramVertex::createFromStream(Context *rsc, IStream *stream) { function in class:ProgramVertex
H A DrsAllocation.cpp338 Allocation *Allocation::createFromStream(Context *rsc, IStream *stream) { function in class:Allocation
349 Type *type = Type::createFromStream(rsc, stream);
/frameworks/base/graphics/java/android/graphics/drawable/
H A DDrawable.java743 public static Drawable createFromStream(InputStream is, String srcName) { method in class:Drawable
/frameworks/base/core/java/android/widget/
H A DImageView.java636 d = Drawable.createFromStream(
H A DSuggestionsAdapter.java577 return Drawable.createFromStream(stream, null);
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindow.java2956 return Drawable.createFromStream(
/frameworks/base/core/java/android/webkit/
H A DWebViewClassic.java2365 final Picture p = Picture.createFromStream(in);

Completed in 133 milliseconds

12