Home
last modified time | relevance | path

Searched refs:bindAllocation (Results 1 – 15 of 15) 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 Program
217 p->bindAllocation(rsc, static_cast<Allocation *>(constants), slot); in rsi_ProgramBindConstants()
DrsProgram.h66 void bindAllocation(Context *, Allocation *, uint32_t slot);
DrsScriptC_LibGL.cpp58 pf->bindAllocation(rsc, a, slot); in rsrBindConstant()
64 pv->bindAllocation(rsc, a, slot); in rsrBindConstant()
DrsProgramFragment.cpp122 pf->bindAllocation(rsc, constAlloc, 0); in init()
DrsProgramVertex.cpp209 pv->bindAllocation(rsc, alloc, 0); in init()
DrsFont.cpp530 mFontShaderF->bindAllocation(mRSC, mFontShaderFConstant.get(), 0); in initRenderState()
/frameworks/rs/cpp/
DScript.cpp43 void Script::bindAllocation(sp<Allocation> va, uint32_t slot) const { in bindAllocation() function in Script
DrsCppStructs.h1703 void bindAllocation(sp<Allocation> va, uint32_t slot) const;
/frameworks/base/rs/java/android/renderscript/
DScript.java352 public void bindAllocation(Allocation va, int slot) { in bindAllocation() method in Script
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
DScript.java218 public void bindAllocation(Allocation va, int slot) { in bindAllocation() method in Script
/frameworks/base/docs/html/guide/topics/renderscript/
Dadvanced.jd419 if (v == null) bindAllocation(null, mExportVarIdx_touchPoints);
420 else bindAllocation(v.getAllocation(), mExportVarIdx_touchPoints);
430 if (v == null) bindAllocation(null, mExportVarIdx_intPointer);
431 else bindAllocation(v, mExportVarIdx_intPointer);
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt26515 method public void bindAllocation(android.renderscript.Allocation, int);
/frameworks/base/api/
Dcurrent.txt33771 method public void bindAllocation(android.renderscript.Allocation, int);
Dsystem-current.txt36529 method public void bindAllocation(android.renderscript.Allocation, int);
Dtest-current.txt33853 method public void bindAllocation(android.renderscript.Allocation, int);