/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/ |
D | TorusTest.java | 172 mProgVertexCustom.bindConstants(mVSConst.getAllocation(), 0); in initCustomShaders() 183 mProgFragmentCustom.bindConstants(mFSConst.getAllocation(), 0); in initCustomShaders() 190 mProgVertexPixelLight.bindConstants(mVSConstPixel.getAllocation(), 0); in initCustomShaders() 197 mProgVertexPixelLightMove.bindConstants(mVSConstPixel.getAllocation(), 0); in initCustomShaders() 204 mProgFragmentPixelLight.bindConstants(mFSConstPixel.getAllocation(), 0); in initCustomShaders() 225 ((ProgramVertexFixedFunction)mProgVertex).bindConstants(PVA); in initCustomShaders()
|
D | FillTest.java | 128 mProgFragmentSingletexModulate.bindConstants(mFragData.getAllocation(), 0); in initCustomShaders() 150 ((ProgramVertexFixedFunction)progVertex).bindConstants(PVA); in initFillScript()
|
D | UiTest.java | 220 ((ProgramVertexFixedFunction)progVertex).bindConstants(PVA); in initUiScript() 297 ((ProgramVertexFixedFunction)pvbp).bindConstants(mPvProjectionAlloc); in initUiScript() 327 pvs.bindConstants(mPvStarAlloc.getAllocation(), 0); in initUiScript()
|
D | MeshTest.java | 147 ((ProgramVertexFixedFunction)progVertex).bindConstants(PVA); in initGeoScript()
|
D | RsBenchRS.java | 245 ((ProgramVertexFixedFunction)mProgVertex).bindConstants(mPVA); in initProgramVertex()
|
/frameworks/base/tests/RenderScriptTests/MiscSamples/src/com/example/android/rs/miscsamples/ |
D | RsRenderStatesRS.java | 213 ((ProgramVertexFixedFunction)mProgVertex).bindConstants(mPVA); in initProgramVertex() 242 mProgVertexCustom.bindConstants(mVSConst.getAllocation(), 0); in initCustomShaders() 253 mProgFragmentCustom.bindConstants(mFSConst.getAllocation(), 0); in initCustomShaders() 260 mProgVertexCustom2.bindConstants(mVSConst2.getAllocation(), 0); in initCustomShaders() 267 mProgFragmentCustom2.bindConstants(mFSConst2.getAllocation(), 0); in initCustomShaders() 275 mProgVertexCube.bindConstants(mVSConst.getAllocation(), 0); in initCustomShaders()
|
/frameworks/base/rs/java/android/renderscript/ |
D | ProgramVertexFixedFunction.java | 41 public void bindConstants(Constants va) { in bindConstants() method in ProgramVertexFixedFunction 43 bindConstants(va.getAllocation(), 0); in bindConstants()
|
D | ProgramFragmentFixedFunction.java | 323 pf.bindConstants(constantData, 0); in create()
|
D | Program.java | 145 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/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/ |
D | VertexShader.java | 101 mProgram.bindConstants(item.shaderConst, 0); in getRSData()
|
D | FragmentShader.java | 162 mProgram.bindConstants(item.shaderConst, 0); in getRSData()
|
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/ |
D | TestAppLoadingScreen.java | 92 ((ProgramVertexFixedFunction)pvDefault).bindConstants(va); in doInBackground()
|
/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/rs/java/tests/Balls/src/com/example/android/rs/balls/ |
D | BallsRS.java | 71 pvs.bindConstants(mVpConsts.getAllocation(), 0); in createProgramVertex()
|
/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()
|