OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mFSConst
(Results
1 - 4
of
4
) sorted by null
/packages/wallpapers/MagicSmoke/src/com/android/magicsmoke/
MagicSmokeRS.java
72
private ScriptField_FragmentShaderConstants_s
mFSConst
;
367
mFSConst
= new ScriptField_FragmentShaderConstants_s(mRS, 1);
368
mScript.bind_gFSConstants(
mFSConst
);
375
builder.addConstant(
mFSConst
.getAllocation().getType());
380
mPF5tex.bindConstants(
mFSConst
.getAllocation(), 0);
387
builder.addConstant(
mFSConst
.getAllocation().getType());
391
mPF4tex.bindConstants(
mFSConst
.getAllocation(), 0);
/frameworks/ex/carousel/java/com/android/ex/carousel/
CarouselRS.java
71
private ScriptField_FragmentShaderConstants_s
mFSConst
;
387
mFSConst
= new ScriptField_FragmentShaderConstants_s(mRS, 1);
388
mScript.bind_shaderConstants(
mFSConst
);
395
pfbSingleBlend.addConstant(
mFSConst
.getAllocation().getType());
398
mSingleTextureBlendingFragmentProgram.bindConstants(
mFSConst
.getAllocation(), 0);
411
pfbMulti.addConstant(
mFSConst
.getAllocation().getType());
414
mMultiTextureFragmentProgram.bindConstants(
mFSConst
.getAllocation(), 0);
428
pfbMultiBlend.addConstant(
mFSConst
.getAllocation().getType());
431
mMultiTextureBlendingFragmentProgram.bindConstants(
mFSConst
.getAllocation(), 0);
[
all
...]
/development/samples/RenderScript/MiscSamples/src/com/example/android/rs/miscsamples/
RsRenderStatesRS.java
88
private ScriptField_FragentShaderConstants_s
mFSConst
;
224
mFSConst
= new ScriptField_FragentShaderConstants_s(mRS, 1);
229
mScript.bind_gFSConstants(
mFSConst
);
250
pfbCustom.addConstant(
mFSConst
.getAllocation().getType());
253
mProgFragmentCustom.bindConstants(
mFSConst
.getAllocation(), 0);
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
RsBenchRS.java
107
private ScriptField_FragentShaderConstants_s
mFSConst
;
445
mFSConst
= new ScriptField_FragentShaderConstants_s(mRS, 1);
470
pfbCustom.addConstant(
mFSConst
.getAllocation().getType());
473
mProgFragmentCustom.bindConstants(
mFSConst
.getAllocation(), 0);
650
mTorusScript.bind_gFSConstants(
mFSConst
);
Completed in 109 milliseconds