OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bindconstants
(Results
1 - 25
of
39
) sorted by null
1
2
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
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);
FillTest.java
128
mProgFragmentSingletexModulate.
bindConstants
(mFragData.getAllocation(), 0);
150
((ProgramVertexFixedFunction)progVertex).
bindConstants
(PVA);
UiTest.java
220
((ProgramVertexFixedFunction)progVertex).
bindConstants
(PVA);
297
((ProgramVertexFixedFunction)pvbp).
bindConstants
(mPvProjectionAlloc);
327
pvs.
bindConstants
(mPvStarAlloc.getAllocation(), 0);
MeshTest.java
147
((ProgramVertexFixedFunction)progVertex).
bindConstants
(PVA);
/cts/tests/tests/rsg/src/android/renderscriptgraphics/cts/
ProgramVertexFixedFunctionTest.java
73
pv.
bindConstants
(pva);
81
pv.
bindConstants
(pva);
ProgramFragmentTest.java
107
pf.
bindConstants
(constInput[i], i);
110
p.
bindConstants
(constInput[i], i);
ProgramVertexTest.java
113
pv.
bindConstants
(constInput[i], i);
116
p.
bindConstants
(constInput[i], i);
/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);
/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/Basic/src/com/android/wallpaper/galaxy/
GalaxyRS.java
185
((ProgramVertexFixedFunction)pvbo).
bindConstants
(mPvOrthoAlloc);
195
((ProgramVertexFixedFunction)pvbp).
bindConstants
(mPvProjectionAlloc);
223
pvs.
bindConstants
(mPvStarAlloc.getAllocation(), 0);
/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/docs/html/sdk/api_diff/16/changes/
android.renderscript.ProgramVertexFixedFunction.html
88
<nobr><code>void</code> <A HREF="../../../../reference/android/renderscript/ProgramVertexFixedFunction.html#
bindConstants
(android.renderscript.ProgramVertexFixedFunction.Constants)" target="_top"><code>
bindConstants
</code></A>(<code>Constants</code>) </nobr>
/frameworks/base/tests/RenderScriptTests/ShadersTest/src/com/android/shaderstest/
ShadersTestRS.java
120
mPFVignette.
bindConstants
(mFSVignetteConst.getAllocation(), 0);
129
((ProgramVertexFixedFunction) mPVBackground).
bindConstants
(mPVA);
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/
TestAppLoadingScreen.java
92
((ProgramVertexFixedFunction)pvDefault).
bindConstants
(va);
/packages/wallpapers/MagicSmoke/src/com/android/magicsmoke/
MagicSmokeRS.java
339
mPV5tex.
bindConstants
(mVSConst.getAllocation(), 0);
343
mPV4tex.
bindConstants
(mVSConst.getAllocation(), 0);
380
mPF5tex.
bindConstants
(mFSConst.getAllocation(), 0);
391
mPF4tex.
bindConstants
(mFSConst.getAllocation(), 0);
/frameworks/base/graphics/java/android/renderscript/
ProgramVertexFixedFunction.java
45
public void
bindConstants
(Constants va) {
47
bindConstants
(va.getAllocation(), 0);
/packages/wallpapers/Basic/src/com/android/wallpaper/fall/
FallRS.java
310
((ProgramVertexFixedFunction)mPvSky).
bindConstants
(mPvOrthoAlloc);
373
mPvWater.
bindConstants
(mUniformAlloc, 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/ex/carousel/java/com/android/ex/carousel/
CarouselRS.java
357
((ProgramVertexFixedFunction)mVertexProgram).
bindConstants
(pva);
398
mSingleTextureBlendingFragmentProgram.
bindConstants
(mFSConst.getAllocation(), 0);
414
mMultiTextureFragmentProgram.
bindConstants
(mFSConst.getAllocation(), 0);
431
mMultiTextureBlendingFragmentProgram.
bindConstants
(mFSConst.getAllocation(), 0);
[
all
...]
/frameworks/rs/java/tests/Balls/src/com/example/android/rs/balls/
BallsRS.java
68
pvs.
bindConstants
(mVpConsts.getAllocation(), 0);
/packages/wallpapers/Basic/src/com/android/wallpaper/nexus/
NexusRS.java
174
((ProgramVertexFixedFunction)pv).
bindConstants
(mPvOrthoAlloc);
Completed in 439 milliseconds
1
2