Searched refs:bindAllocation (Results 1 - 10 of 10) sorted by relevance

/frameworks/rs/
H A DrsProgram.h66 void bindAllocation(Context *, Allocation *, uint32_t slot);
H A DrsProgram.cpp115 bindAllocation(nullptr, nullptr, ct);
152 void Program::bindAllocation(Context *rsc, Allocation *alloc, uint32_t slot) { function in class:android::renderscript::Program
214 p->bindAllocation(rsc, static_cast<Allocation *>(constants), slot);
H A DrsProgramFragment.cpp122 pf->bindAllocation(rsc, constAlloc, 0);
H A DrsScriptC_LibGL.cpp54 pf->bindAllocation(rsc, a, slot);
60 pv->bindAllocation(rsc, a, slot);
H A DrsProgramVertex.cpp208 pv->bindAllocation(rsc, alloc, 0);
H A DrsFont.cpp529 mFontShaderF->bindAllocation(mRSC, mFontShaderFConstant.get(), 0);
/frameworks/rs/cpp/
H A DScript.cpp42 void Script::bindAllocation(const sp<Allocation>& va, uint32_t slot) const { function in class:Script
H A DrsCppStructs.h1703 void bindAllocation(const sp<Allocation>& va, uint32_t slot) const;
/frameworks/base/rs/java/android/renderscript/
H A DScript.java352 public void bindAllocation(Allocation va, int slot) { method in class:Script
/frameworks/rs/support/java/src/android/support/v8/renderscript/
H A DScript.java218 public void bindAllocation(Allocation va, int slot) { method in class:Script

Completed in 271 milliseconds