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

/frameworks/rs/
H A DrsAnimation.cpp27 Animation *Animation::createFromStream(Context *rsc, IStream *stream) { function in class: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:ProgramRaster
H A DrsProgramFragment.cpp83 ProgramFragment *ProgramFragment::createFromStream(Context *rsc, IStream *stream) { function in class:ProgramFragment
H A DrsProgramStore.cpp69 ProgramStore *ProgramStore::createFromStream(Context *rsc, IStream *stream) { function in class:ProgramStore
H A DrsSampler.cpp74 Sampler *Sampler::createFromStream(Context *rsc, IStream *stream) { function in class:Sampler
H A DrsMesh.cpp106 Mesh *Mesh::createFromStream(Context *rsc, IStream *stream) { function in class:Mesh
122 Allocation *vertexAlloc = Allocation::createFromStream(rsc, stream);
141 Allocation *indexAlloc = Allocation::createFromStream(rsc, stream);
H A DrsProgramVertex.cpp154 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:Type
189 Element *elem = Element::createFromStream(rsc, stream);
H A DrsElement.cpp123 Element *Element::createFromStream(Context *rsc, IStream *stream) { function in class:Element
154 subElems[ct] = Element::createFromStream(rsc, stream);
H A DrsAllocation.cpp466 Allocation *Allocation::createFromStream(Context *rsc, IStream *stream) { function in class:Allocation
477 Type *type = Type::createFromStream(rsc, stream);
/frameworks/base/graphics/java/android/graphics/
H A DPicture.java148 public static Picture createFromStream(InputStream stream) { method in class:Picture
154 * the picture in this or another process by calling createFromStream(...)
162 * @see #createFromStream(java.io.InputStream)
/frameworks/base/graphics/java/android/graphics/drawable/
H A DIcon.java438 public static Icon createFromStream(InputStream stream) throws IOException { method in class:Icon
H A DDrawable.java1102 public static Drawable createFromStream(InputStream is, String srcName) { method in class:Drawable

Completed in 4956 milliseconds