Home
last modified time | relevance | path

Searched refs:bindTexture (Results 1 – 7 of 7) sorted by relevance

/frameworks/rs/
DrsProgram.cpp119 bindTexture(nullptr, ct, nullptr); in freeChildren()
181 void Program::bindTexture(Context *rsc, uint32_t slot, Allocation *a) { in bindTexture() function in android::renderscript::Program
219 p->bindTexture(rsc, slot, static_cast<Allocation *>(a)); in rsi_ProgramBindTexture()
DrsProgram.h70 void bindTexture(Context *, uint32_t slot, Allocation *);
DrsScriptC_LibGL.cpp48 pf->bindTexture(rsc, slot, a); in rsrBindTexture()
DrsFont.cpp479 mFontShaderF->bindTexture(mRSC, 0, mTextTexture.get()); in cacheBitmap()
/frameworks/rs/tests/java_api/Balls/src/com/example/android/rs/balls/
DBallsRS.java110 mPFPoints.bindTexture(loadTexture(R.drawable.flares), 0); in init()
/frameworks/base/rs/java/android/renderscript/
DProgram.java167 public void bindTexture(Allocation va, int slot) in bindTexture() method in Program
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt60003 Landroid/renderscript/Program;->bindTexture(Landroid/renderscript/Allocation;I)V