Searched defs:createFromStream (Results 1 - 15 of 15) sorted by relevance

/frameworks/rs/
H A DrsAnimation.cpp27 Animation *Animation::createFromStream(Context *rsc, IStream *stream) { function in class:android::renderscript::Animation
H A DrsScriptC.h56 static Type *createFromStream(Context *rsc, IStream *stream) { return nullptr; } function in class:android::renderscript::ScriptC
H A DrsProgramRaster.cpp59 ProgramRaster *ProgramRaster::createFromStream(Context *rsc, IStream *stream) { function in class:android::renderscript::ProgramRaster
H A DrsProgramFragment.cpp83 ProgramFragment *ProgramFragment::createFromStream(Context *rsc, IStream *stream) { function in class:android::renderscript::ProgramFragment
H A DrsProgramStore.cpp69 ProgramStore *ProgramStore::createFromStream(Context *rsc, IStream *stream) { function in class:android::renderscript::ProgramStore
H A DrsSampler.cpp74 Sampler *Sampler::createFromStream(Context *rsc, IStream *stream) { function in class:android::renderscript::Sampler
H A DrsMesh.cpp106 Mesh *Mesh::createFromStream(Context *rsc, IStream *stream) { function in class:android::renderscript::Mesh
122 Allocation *vertexAlloc = Allocation::createFromStream(rsc, stream);
141 Allocation *indexAlloc = Allocation::createFromStream(rsc, stream);
H A DrsProgramVertex.cpp153 ProgramVertex *ProgramVertex::createFromStream(Context *rsc, IStream *stream) { function in class:ProgramVertex
H A DrsType.cpp179 Type *Type::createFromStream(Context *rsc, IStream *stream) { function in class:android::renderscript::Type
189 Element *elem = Element::createFromStream(rsc, stream);
H A DrsElement.cpp123 Element *Element::createFromStream(Context *rsc, IStream *stream) { function in class:android::renderscript::Element
154 subElems[ct] = Element::createFromStream(rsc, stream);
H A DrsAllocation.cpp466 Allocation *Allocation::createFromStream(Context *rsc, IStream *stream) { function in class:android::renderscript::Allocation
477 Type *type = Type::createFromStream(rsc, stream);
/frameworks/base/graphics/java/android/graphics/
H A DPicture.java171 public static Picture createFromStream(InputStream stream) { method in class:Picture
177 * the picture in this or another process by calling createFromStream(...)
181 * @see #createFromStream(java.io.InputStream)
H A DImageDecoder.java283 return createFromStream(is, true, this);
295 decoder = createFromStream(new FileInputStream(fd), true, this);
316 return createFromStream(stream, true, source);
334 private static ImageDecoder createFromStream(@NonNull InputStream is, method in class:ImageDecoder
390 return createFromStream(is, false, this);
/frameworks/base/graphics/java/android/graphics/drawable/
H A DIcon.java483 public static Icon createFromStream(InputStream stream) throws IOException { method in class:Icon
H A DDrawable.java1148 public static Drawable createFromStream(InputStream is, String srcName) { method in class:Drawable

Completed in 103 milliseconds