Home
last modified time | relevance | path

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

/frameworks/rs/
DrsProgram.cpp105 bindAllocation(NULL, NULL, ct); in freeChildren()
139 void Program::bindAllocation(Context *rsc, Allocation *alloc, uint32_t slot) { in bindAllocation() function in Program
204 p->bindAllocation(rsc, static_cast<Allocation *>(constants), slot); in rsi_ProgramBindConstants()
DrsProgram.h66 void bindAllocation(Context *, Allocation *, uint32_t slot);
DrsProgramFragment.cpp117 pf->bindAllocation(rsc, constAlloc, 0); in init()
DrsScriptC_LibGL.cpp58 pf->bindAllocation(rsc, a, slot); in rsrBindConstant()
64 pv->bindAllocation(rsc, a, slot); in rsrBindConstant()
DrsProgramVertex.cpp201 pv->bindAllocation(rsc, alloc, 0); in init()
DrsFont.cpp522 mFontShaderF->bindAllocation(mRSC, mFontShaderFConstant.get(), 0); in initRenderState()
/frameworks/rs/cpp/
DScript.cpp50 void Script::bindAllocation(sp<Allocation> va, uint32_t slot) const { in bindAllocation() function in Script
DScript.h41 void bindAllocation(sp<Allocation> va, uint32_t slot) const;
/frameworks/base/graphics/java/android/renderscript/
DScript.java86 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/base/api/
D14.txt18433 method public void bindAllocation(android.renderscript.Allocation, int);
D15.txt18560 method public void bindAllocation(android.renderscript.Allocation, int);
Dcurrent.txt19548 method public void bindAllocation(android.renderscript.Allocation, int);
D16.txt19548 method public void bindAllocation(android.renderscript.Allocation, int);