Searched refs:bindConstants (Results 1 – 13 of 13) sorted by relevance
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/ |
D | RsBenchRS.java | 395 ((ProgramVertexFixedFunction)mProgVertex).bindConstants(mPVA); in initProgramVertex() 411 ((ProgramVertexFixedFunction)pvbp).bindConstants(mPvProjectionAlloc); in initProgramVertex() 439 pvs.bindConstants(mPvStarAlloc.getAllocation(), 0); in initProgramVertex() 462 mProgVertexCustom.bindConstants(mVSConst.getAllocation(), 0); in initCustomShaders() 473 mProgFragmentCustom.bindConstants(mFSConst.getAllocation(), 0); in initCustomShaders() 480 mProgVertexPixelLight.bindConstants(mVSConstPixel.getAllocation(), 0); in initCustomShaders() 487 mProgVertexPixelLightMove.bindConstants(mVSConstPixel.getAllocation(), 0); in initCustomShaders() 494 mProgFragmentPixelLight.bindConstants(mFSConstPixel.getAllocation(), 0); in initCustomShaders()
|
/frameworks/base/graphics/java/android/renderscript/ |
D | ProgramVertexFixedFunction.java | 42 public void bindConstants(Constants va) { in bindConstants() method in ProgramVertexFixedFunction 44 bindConstants(va.getAllocation(), 0); in bindConstants()
|
D | ProgramFragmentFixedFunction.java | 284 pf.bindConstants(constantData, 0); in create()
|
D | Program.java | 87 public void bindConstants(Allocation a, int slot) { in bindConstants() method in Program
|
/frameworks/base/tests/RenderScriptTests/ShadersTest/src/com/android/shaderstest/ |
D | ShadersTestRS.java | 120 mPFVignette.bindConstants(mFSVignetteConst.getAllocation(), 0); in initPF() 129 ((ProgramVertexFixedFunction) mPVBackground).bindConstants(mPVA); in initPV()
|
/frameworks/ex/carousel/java/com/android/ex/carousel/ |
D | CarouselRS.java | 357 ((ProgramVertexFixedFunction)mVertexProgram).bindConstants(pva); in initVertexProgram() 398 mSingleTextureBlendingFragmentProgram.bindConstants(mFSConst.getAllocation(), 0); in initFragmentProgram() 414 mMultiTextureFragmentProgram.bindConstants(mFSConst.getAllocation(), 0); in initFragmentProgram() 431 mMultiTextureBlendingFragmentProgram.bindConstants(mFSConst.getAllocation(), 0); in initFragmentProgram()
|
/frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/ |
D | SimpleModelRS.java | 110 ((ProgramVertexFixedFunction)mPVBackground).bindConstants(mPVA); in initPV()
|
D | SceneGraphRS.java | 126 ((ProgramVertexFixedFunction)mPVBackground).bindConstants(mPVA); in initPV()
|
/frameworks/base/tests/RenderScriptTests/FBOTest/src/com/android/fbotest/ |
D | FBOTestRS.java | 111 ((ProgramVertexFixedFunction)mPVBackground).bindConstants(mPVA); in initPV()
|
D | FBOSyncRS.java | 112 ((ProgramVertexFixedFunction)mPVBackground).bindConstants(mPVA); in initPV()
|
/frameworks/base/docs/html/guide/topics/renderscript/ |
D | graphics.jd | 568 pvs.bindConstants(mVpConsts.getAllocation(), 0);
|
/frameworks/base/api/ |
D | current.txt | 18134 method public void bindConstants(android.renderscript.Allocation, int); 18281 method public void bindConstants(android.renderscript.ProgramVertexFixedFunction.Constants);
|
D | 14.txt | 18134 method public void bindConstants(android.renderscript.Allocation, int); 18281 method public void bindConstants(android.renderscript.ProgramVertexFixedFunction.Constants);
|