Searched refs:bindTexture (Results 1 – 8 of 8) sorted by relevance
/aosp12/frameworks/rs/ |
H A D | rsProgram.cpp | 119 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()
|
H A D | rsProgram.h | 70 void bindTexture(Context *, uint32_t slot, Allocation *);
|
H A D | rsScriptC_LibGL.cpp | 48 pf->bindTexture(rsc, slot, a); in rsrBindTexture()
|
H A D | rsFont.cpp | 479 mFontShaderF->bindTexture(mRSC, 0, mTextTexture.get()); in cacheBitmap()
|
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/ |
H A D | GLES11Canvas.java | 282 if (!bindTexture(tex)) return; in drawMesh() 381 if (!bindTexture(texture)) return; in drawTexture() 398 if (!bindTexture(texture)) return; in drawTexture() 410 if (!bindTexture(texture)) return; in drawTexture() 453 private boolean bindTexture(BasicTexture texture) { in bindTexture() method in GLES11Canvas 534 if (!bindTexture(from)) return; in drawMixed() 560 if (!bindTexture(from)) return; in drawMixed()
|
/aosp12/frameworks/rs/tests/java_api/Balls/src/com/example/android/rs/balls/ |
H A D | BallsRS.java | 110 mPFPoints.bindTexture(loadTexture(R.drawable.flares), 0); in init()
|
/aosp12/frameworks/base/rs/java/android/renderscript/ |
H A D | Program.java | 171 public void bindTexture(Allocation va, int slot) in bindTexture() method in Program
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 49417 Landroid/renderscript/Program;->bindTexture(Landroid/renderscript/Allocation;I)V
|