HomeSort by relevance Sort by last modified time
    Searched defs:bindConstants (Results 1 - 25 of 26) sorted by null

1 2

  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
VertexShader.java 101 mProgram.bindConstants(item.shaderConst, 0);
FragmentShader.java 162 mProgram.bindConstants(item.shaderConst, 0);
  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/
TestAppLoadingScreen.java 92 ((ProgramVertexFixedFunction)pvDefault).bindConstants(va);
  /frameworks/base/rs/java/android/renderscript/
Program.java 145 public void bindConstants(Allocation a, int slot) {
ProgramFragmentFixedFunction.java 323 pf.bindConstants(constantData, 0);
ProgramVertexFixedFunction.java 41 public void bindConstants(Constants va) {
43 bindConstants(va.getAllocation(), 0);
  /frameworks/base/tests/RenderScriptTests/FBOTest/src/com/android/fbotest/
FBOSyncRS.java 112 ((ProgramVertexFixedFunction)mPVBackground).bindConstants(mPVA);
FBOTestRS.java 111 ((ProgramVertexFixedFunction)mPVBackground).bindConstants(mPVA);
  /frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/
SceneGraphRS.java 126 ((ProgramVertexFixedFunction)mPVBackground).bindConstants(mPVA);
SimpleModelRS.java 110 ((ProgramVertexFixedFunction)mPVBackground).bindConstants(mPVA);
  /frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
FillTest.java 128 mProgFragmentSingletexModulate.bindConstants(mFragData.getAllocation(), 0);
150 ((ProgramVertexFixedFunction)progVertex).bindConstants(PVA);
MeshTest.java 147 ((ProgramVertexFixedFunction)progVertex).bindConstants(PVA);
RsBenchRS.java 245 ((ProgramVertexFixedFunction)mProgVertex).bindConstants(mPVA);
TorusTest.java 172 mProgVertexCustom.bindConstants(mVSConst.getAllocation(), 0);
183 mProgFragmentCustom.bindConstants(mFSConst.getAllocation(), 0);
190 mProgVertexPixelLight.bindConstants(mVSConstPixel.getAllocation(), 0);
197 mProgVertexPixelLightMove.bindConstants(mVSConstPixel.getAllocation(), 0);
204 mProgFragmentPixelLight.bindConstants(mFSConstPixel.getAllocation(), 0);
225 ((ProgramVertexFixedFunction)mProgVertex).bindConstants(PVA);
UiTest.java 220 ((ProgramVertexFixedFunction)progVertex).bindConstants(PVA);
297 ((ProgramVertexFixedFunction)pvbp).bindConstants(mPvProjectionAlloc);
327 pvs.bindConstants(mPvStarAlloc.getAllocation(), 0);
  /frameworks/base/tests/RenderScriptTests/ShadersTest/src/com/android/shaderstest/
ShadersTestRS.java 120 mPFVignette.bindConstants(mFSVignetteConst.getAllocation(), 0);
129 ((ProgramVertexFixedFunction) mPVBackground).bindConstants(mPVA);
  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/
GenericWaveRS.java 125 ((ProgramVertexFixedFunction)mPVBackground).bindConstants(mPVAlloc);
  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis4/
Visualization4RS.java 101 ((ProgramVertexFixedFunction)mPVBackground).bindConstants(mPVAlloc);
  /packages/wallpapers/Galaxy4/src/com/android/galaxy4/
GalaxyRS.java 169 ((ProgramVertexFixedFunction) pv).bindConstants(mPvOrthoAlloc);
179 pvs.bindConstants(mPvConsts.getAllocation(), 0);
190 pvs.bindConstants(mPvConsts.getAllocation(), 0);
200 pvs.bindConstants(mPvConsts.getAllocation(), 0);
  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis5/
Visualization5RS.java 161 ((ProgramVertexFixedFunction)mPVBackground).bindConstants(mPVAlloc);
  /frameworks/base/tests/RenderScriptTests/MiscSamples/src/com/example/android/rs/miscsamples/
RsRenderStatesRS.java 213 ((ProgramVertexFixedFunction)mProgVertex).bindConstants(mPVA);
242 mProgVertexCustom.bindConstants(mVSConst.getAllocation(), 0);
253 mProgFragmentCustom.bindConstants(mFSConst.getAllocation(), 0);
260 mProgVertexCustom2.bindConstants(mVSConst2.getAllocation(), 0);
267 mProgFragmentCustom2.bindConstants(mFSConst2.getAllocation(), 0);
275 mProgVertexCube.bindConstants(mVSConst.getAllocation(), 0);
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 

Completed in 268 milliseconds

1 2