Home
last modified time | relevance | path

Searched refs:bindAllocation (Results 1 – 13 of 13) sorted by relevance

/frameworks/rs/
DrsProgram.cpp115 bindAllocation(nullptr, nullptr, ct); in freeChildren()
152 void Program::bindAllocation(Context *rsc, Allocation *alloc, uint32_t slot) { in bindAllocation() function in android::renderscript::Program
214 p->bindAllocation(rsc, static_cast<Allocation *>(constants), slot); in rsi_ProgramBindConstants()
DrsProgram.h66 void bindAllocation(Context *, Allocation *, uint32_t slot);
DrsScriptC_LibGL.cpp54 pf->bindAllocation(rsc, a, slot); in rsrBindConstant()
60 pv->bindAllocation(rsc, a, slot); in rsrBindConstant()
DrsProgramFragment.cpp122 pf->bindAllocation(rsc, constAlloc, 0); in init()
DrsProgramVertex.cpp208 pv->bindAllocation(rsc, alloc, 0); in init()
DrsFont.cpp529 mFontShaderF->bindAllocation(mRSC, mFontShaderFConstant.get(), 0); in initRenderState()
/frameworks/rs/cpp/
DScript.cpp42 void Script::bindAllocation(const sp<Allocation>& va, uint32_t slot) const { in bindAllocation() function in Script
DrsCppStructs.h1703 void bindAllocation(const sp<Allocation>& va, uint32_t slot) const;
/frameworks/base/rs/java/android/renderscript/
DScript.java351 public void bindAllocation(Allocation va, int slot) { in bindAllocation() method in Script
/frameworks/rs/support/java/src/androidx/renderscript/
DScript.java218 public void bindAllocation(Allocation va, int slot) { in bindAllocation() method in Script
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt26515 method public void bindAllocation(android.renderscript.Allocation, int);
/frameworks/base/non-updatable-api/
Dcurrent.txt40376 method public void bindAllocation(android.renderscript.Allocation, int);
/frameworks/base/api/
Dcurrent.txt40520 method public void bindAllocation(android.renderscript.Allocation, int);