/frameworks/rs/ |
D | rsProgram.cpp | 115 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()
|
D | rsProgram.h | 66 void bindAllocation(Context *, Allocation *, uint32_t slot);
|
D | rsScriptC_LibGL.cpp | 54 pf->bindAllocation(rsc, a, slot); in rsrBindConstant() 60 pv->bindAllocation(rsc, a, slot); in rsrBindConstant()
|
D | rsProgramFragment.cpp | 122 pf->bindAllocation(rsc, constAlloc, 0); in init()
|
D | rsProgramVertex.cpp | 208 pv->bindAllocation(rsc, alloc, 0); in init()
|
D | rsFont.cpp | 529 mFontShaderF->bindAllocation(mRSC, mFontShaderFConstant.get(), 0); in initRenderState()
|
/frameworks/rs/cpp/ |
D | Script.cpp | 42 void Script::bindAllocation(const sp<Allocation>& va, uint32_t slot) const { in bindAllocation() function in Script
|
D | rsCppStructs.h | 1703 void bindAllocation(const sp<Allocation>& va, uint32_t slot) const;
|
/frameworks/base/rs/java/android/renderscript/ |
D | Script.java | 352 public void bindAllocation(Allocation va, int slot) { in bindAllocation() method in Script
|
/frameworks/rs/support/java/src/android/support/v8/renderscript/ |
D | Script.java | 218 public void bindAllocation(Allocation va, int slot) { in bindAllocation() method in Script
|
/frameworks/support/api/ |
D | 23.0.0.txt | 10511 method public void bindAllocation(android.support.v8.renderscript.Allocation, int);
|
D | 23.2.1.txt | 11430 method public void bindAllocation(android.support.v8.renderscript.Allocation, int);
|
D | 23.2.0.txt | 11428 method public void bindAllocation(android.support.v8.renderscript.Allocation, int);
|
D | 23.1.1.txt | 10899 method public void bindAllocation(android.support.v8.renderscript.Allocation, int);
|
D | 23.4.0.txt | 11446 method public void bindAllocation(android.support.v8.renderscript.Allocation, int);
|
D | 23.1.0.txt | 10930 method public void bindAllocation(android.support.v8.renderscript.Allocation, int);
|
D | 24.0.0.txt | 12246 method public void bindAllocation(android.support.v8.renderscript.Allocation, int);
|
D | 24.1.0.txt | 12256 method public void bindAllocation(android.support.v8.renderscript.Allocation, int);
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 26515 method public void bindAllocation(android.renderscript.Allocation, int);
|
/frameworks/base/api/ |
D | current.txt | 36094 method public void bindAllocation(android.renderscript.Allocation, int);
|
D | system-current.txt | 39151 method public void bindAllocation(android.renderscript.Allocation, int);
|