Searched refs:Allocation (Results 201 - 225 of 245) sorted by relevance

12345678910

/frameworks/rs/cpp/
H A DAndroid.mk6 Allocation.cpp \
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
H A DRSTestCore.java89 listElem.text = Allocation.createFromString(mRS, uta[i].name, Allocation.USAGE_SCRIPT);
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
H A DRSTestCore.java93 listElem.text = Allocation.createFromString(mRS, uta[i].name, Allocation.USAGE_SCRIPT);
/frameworks/rs/
H A DrsProgramFragment.cpp117 Allocation *constAlloc = Allocation::createAllocation(rsc, inputType.get(),
H A DrsScriptC.cpp165 const Allocation * ain,
166 Allocation * aout,
376 mSlots = new ObjectBaseRef<Allocation>[mHal.info.exportedVariableCount];
H A DrsFont.h209 ObjectBaseRef<Allocation> mFontShaderFConstant;
216 ObjectBaseRef<Allocation> mTextTexture;
H A DrsFont.cpp524 mFontShaderFConstant.set(Allocation::createAllocation(mRSC, inputType.get(),
558 Allocation *cacheAlloc = Allocation::createAllocation(mRSC, texType.get(),
586 Allocation *indexAlloc = Allocation::createAllocation(mRSC, indexType.get(),
618 Allocation *vertexAlloc = Allocation::createAllocation(mRSC, vertexDataType.get(),
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
H A DRenderState.java23 import android.renderscript.Allocation;
/frameworks/rs/driver/runtime/
H A Drs_structs.h8 * internal members of the C++ class Allocation owned by librs. Unfortunately,
27 typedef struct Allocation { struct
53 } lod[16/*android::renderscript::Allocation::MAX_LOD*/];
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A DConvolve5x5.java21 import android.renderscript.Allocation;
H A DMandelbrot.java21 import android.renderscript.Allocation;
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A DConvolve5x5.java21 import android.renderscript.Allocation;
H A DMandelbrot.java21 import android.renderscript.Allocation;
/frameworks/base/graphics/java/android/renderscript/
H A DProgramVertexFixedFunction.java210 Allocation mAlloc;
211 Allocation getAllocation() {
224 mAlloc = Allocation.createTyped(rs, constInputType);
H A DProgram.java145 public void bindConstants(Allocation a, int slot) {
151 throw new IllegalArgumentException("Allocation type does not match slot type.");
164 public void bindTexture(Allocation va, int slot)
304 * @param t Type that describes the layout of the Allocation
H A DProgramFragmentFixedFunction.java321 Allocation constantData = Allocation.createTyped(mRS,constType);
H A DScriptIntrinsicColorMatrix.java31 * writing it to the output {@link Allocation}.
214 * {@link Allocation} and copy to the output {@link Allocation}.
227 public void forEach(Allocation ain, Allocation aout) {
H A DScriptGroup.java51 Allocation mAllocation;
98 * Allocation to be used for kernels that require an input
99 * Allocation provided from outside of the ScriptGroup.
105 public void setInput(Script.KernelID s, Allocation a) {
118 * Allocation to be used for the kernels that require an output
119 * Allocation visible after the ScriptGroup is executed.
125 public void setOutput(Script.KernelID s, Allocation a) {
/frameworks/rs/driver/
H A DrsdMeshObj.cpp136 const Allocation *alloc = mRSMesh->mHal.state.vertexBuffers[ct];
146 Allocation *alloc = mRSMesh->mHal.state.vertexBuffers[allocIndex];
161 const Allocation *idxAlloc = mRSMesh->mHal.state.indexBuffers[primIndex];
H A DrsdProgram.cpp49 const Allocation *a = p->mHal.state.textures[ct];
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsic3DLUT.cpp39 ObjectBaseRef<Allocation> mLUT;
52 mLUT.set(static_cast<Allocation *>(data));
H A DrsCpuIntrinsicColorMatrix.cpp136 virtual void preLaunch(uint32_t slot, const Allocation * ain, Allocation * aout,
138 virtual void postLaunch(uint32_t slot, const Allocation * ain, Allocation * aout,
846 uint32_t slot, const Allocation * ain, Allocation * aout,
880 uint32_t slot, const Allocation * ain, Allocation * aout,
H A DrsCpuIntrinsicYuvToRGB.cpp47 ObjectBaseRef<Allocation> alloc;
60 alloc.set(static_cast<Allocation *>(data));
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
H A DRSTestCore.java111 listElem.text = Allocation.createFromString(mRS, uta[i].name, Allocation.USAGE_SCRIPT);
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
H A DRSTestCore.java121 listElem.text = Allocation.createFromString(mRS, uta[i].name, Allocation.USAGE_SCRIPT);

Completed in 320 milliseconds

12345678910