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:Program
217 p->bindAllocation(rsc, static_cast<Allocation *>(constants), slot);
H A DrsProgramFragment.cpp122 pf->bindAllocation(rsc, constAlloc, 0);
H A DrsScriptC_LibGL.cpp58 pf->bindAllocation(rsc, a, slot);
64 pv->bindAllocation(rsc, a, slot);
H A DrsProgramVertex.cpp209 pv->bindAllocation(rsc, alloc, 0);
H A DrsFont.cpp530 mFontShaderF->bindAllocation(mRSC, mFontShaderFConstant.get(), 0);
/frameworks/rs/cpp/
H A DScript.cpp43 void Script::bindAllocation(sp<Allocation> va, uint32_t slot) const { function in class:Script
H A DrsCppStructs.h1703 void bindAllocation(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/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DScript.java218 public void bindAllocation(Allocation va, int slot) { method in class:Script

Completed in 1957 milliseconds