OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BlendDstFunc
(Results
1 - 20
of
20
) sorted by null
/cts/tests/tests/rsg/src/android/renderscriptgraphics/cts/
ProgramStoreTest.java
22
import android.renderscript.ProgramStore.
BlendDstFunc
;
54
for (
BlendDstFunc
bdf :
BlendDstFunc
.values()) {
74
assertEquals(
BlendDstFunc
.ZERO,
75
BlendDstFunc
.valueOf("ZERO"));
76
assertEquals(
BlendDstFunc
.ONE,
77
BlendDstFunc
.valueOf("ONE"));
78
assertEquals(
BlendDstFunc
.SRC_COLOR,
79
BlendDstFunc
.valueOf("SRC_COLOR"));
80
assertEquals(
BlendDstFunc
.ONE_MINUS_SRC_COLOR
[
all
...]
/frameworks/base/graphics/java/android/renderscript/
ProgramStore.java
118
*
BlendDstFunc
describes how the coefficient used to scale the
123
public enum
BlendDstFunc
{
134
BlendDstFunc
(int id) {
146
BlendDstFunc
mBlendDst;
214
public
BlendDstFunc
getBlendDstFunc() {
242
builder.setBlendFunc(BlendSrcFunc.ONE,
BlendDstFunc
.ZERO);
263
builder.setBlendFunc(BlendSrcFunc.ONE,
BlendDstFunc
.ZERO);
287
builder.setBlendFunc(BlendSrcFunc.SRC_ALPHA,
BlendDstFunc
.ONE_MINUS_SRC_ALPHA);
309
builder.setBlendFunc(BlendSrcFunc.SRC_ALPHA,
BlendDstFunc
.ONE_MINUS_SRC_ALPHA);
331
BlendDstFunc
mBlendDst
[
all
...]
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
UT_program_store.java
22
import android.renderscript.ProgramStore.
BlendDstFunc
;
47
b.setBlendFunc(ProgramStore.BlendSrcFunc.ZERO, ProgramStore.
BlendDstFunc
.ZERO);
73
ProgramStore.
BlendDstFunc
.ZERO).create();
77
ProgramStore.
BlendDstFunc
.DST_ALPHA).create();
109
BlendDstFunc
bdf,
130
BlendDstFunc
bdf) {
157
for (
BlendDstFunc
bdf :
BlendDstFunc
.values()) {
/packages/wallpapers/Basic/src/com/android/wallpaper/galaxy/
GalaxyRS.java
22
import static android.renderscript.ProgramStore.
BlendDstFunc
;
173
builder.setBlendFunc(BlendSrcFunc.ONE,
BlendDstFunc
.ZERO);
176
builder.setBlendFunc(BlendSrcFunc.SRC_ALPHA,
BlendDstFunc
.ONE);
/packages/wallpapers/Basic/src/com/android/wallpaper/nexus/
NexusRS.java
36
import android.renderscript.ProgramStore.
BlendDstFunc
;
156
builder.setBlendFunc(BlendSrcFunc.ONE,
BlendDstFunc
.ONE);
161
builder.setBlendFunc(BlendSrcFunc.SRC_ALPHA,
BlendDstFunc
.ONE);
/packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis4/
Visualization4RS.java
29
import android.renderscript.ProgramStore.
BlendDstFunc
;
156
//builder.setBlendFunc(BlendSrcFunc.SRC_ALPHA,
BlendDstFunc
.ONE_MINUS_SRC_ALPHA);
157
builder.setBlendFunc(BlendSrcFunc.ONE,
BlendDstFunc
.ONE_MINUS_SRC_ALPHA);
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
UiTest.java
30
import android.renderscript.ProgramStore.
BlendDstFunc
;
239
psb.setBlendFunc(BlendSrcFunc.ONE,
BlendDstFunc
.ZERO);
242
psb.setBlendFunc(BlendSrcFunc.SRC_ALPHA,
BlendDstFunc
.ONE);
/packages/wallpapers/Basic/src/com/android/wallpaper/fall/
FallRS.java
24
import static android.renderscript.ProgramStore.
BlendDstFunc
;
285
builder.setBlendFunc(BlendSrcFunc.ONE,
BlendDstFunc
.ONE);
292
builder.setBlendFunc(BlendSrcFunc.SRC_ALPHA,
BlendDstFunc
.ONE_MINUS_SRC_ALPHA);
/frameworks/rs/java/tests/Balls/src/com/example/android/rs/balls/
BallsRS.java
83
builder.setBlendFunc(ProgramStore.BlendSrcFunc.ONE, ProgramStore.
BlendDstFunc
.ONE);
/packages/wallpapers/HoloSpiral/src/com/android/wallpaper/holospiral/
HoloSpiralRS.java
152
ProgramStore.
BlendDstFunc
.ONE_MINUS_SRC_ALPHA);
154
builder.setBlendFunc(ProgramStore.BlendSrcFunc.ONE, ProgramStore.
BlendDstFunc
.ZERO);
/packages/wallpapers/NoiseField/src/com/android/noisefield/
NoiseFieldRS.java
21
import android.renderscript.ProgramStore.
BlendDstFunc
;
219
builder.setBlendFunc(BlendSrcFunc.SRC_ALPHA,
BlendDstFunc
.ONE );
/packages/wallpapers/PhaseBeam/src/com/android/phasebeam/
PhaseBeamRS.java
19
import android.renderscript.ProgramStore.
BlendDstFunc
;
236
builder.setBlendFunc(BlendSrcFunc.SRC_ALPHA,
BlendDstFunc
.ONE);
/frameworks/ex/carousel/java/com/android/ex/carousel/
CarouselRS.java
451
.setBlendFunc(ProgramStore.BlendSrcFunc.ONE, ProgramStore.
BlendDstFunc
.ZERO)
460
ProgramStore.
BlendDstFunc
.ONE_MINUS_SRC_ALPHA)
469
ProgramStore.
BlendDstFunc
.ONE_MINUS_SRC_ALPHA)
572
final ProgramStore.
BlendDstFunc
dstFunc = alpha ?
573
ProgramStore.
BlendDstFunc
.ONE_MINUS_SRC_ALPHA :
574
ProgramStore.
BlendDstFunc
.ZERO;
[
all
...]
/frameworks/base/tests/RenderScriptTests/MiscSamples/src/com/example/android/rs/miscsamples/
RsRenderStatesRS.java
27
import android.renderscript.ProgramStore.
BlendDstFunc
;
134
builder.setBlendFunc(BlendSrcFunc.ONE,
BlendDstFunc
.ONE);
179
ProgramStore.
BlendDstFunc
.ONE_MINUS_SRC_ALPHA);
/packages/wallpapers/Basic/src/com/android/wallpaper/grass/
GrassRS.java
22
import static android.renderscript.ProgramStore.
BlendDstFunc
;
315
builder.setBlendFunc(BlendSrcFunc.SRC_ALPHA,
BlendDstFunc
.ONE_MINUS_SRC_ALPHA);
/packages/wallpapers/Galaxy4/src/com/android/galaxy4/
GalaxyRS.java
14
import android.renderscript.ProgramStore.
BlendDstFunc
;
256
builder.setBlendFunc(BlendSrcFunc.SRC_ALPHA,
BlendDstFunc
.ONE);
/packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis5/
Visualization5RS.java
27
import android.renderscript.ProgramStore.
BlendDstFunc
;
248
//builder.setBlendFunc(BlendSrcFunc.SRC_ALPHA,
BlendDstFunc
.ONE_MINUS_SRC_ALPHA);
249
builder.setBlendFunc(BlendSrcFunc.ONE,
BlendDstFunc
.ONE_MINUS_SRC_ALPHA);
/packages/wallpapers/MagicSmoke/src/com/android/magicsmoke/
MagicSmokeRS.java
34
import android.renderscript.ProgramStore.
BlendDstFunc
;
401
builder.setBlendFunc(BlendSrcFunc.ONE,
BlendDstFunc
.ZERO);
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
SceneManager.java
196
builder.setBlendFunc(ProgramStore.BlendSrcFunc.ONE, ProgramStore.
BlendDstFunc
.ONE);
/prebuilts/sdk/14/
android.jar
Completed in 426 milliseconds