OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BlendDstFunc
(Results
1 - 19
of
19
) sorted by null
/cts/tests/tests/renderscript/src/android/renderscript/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
117
*
BlendDstFunc
describes how the coefficient used to scale the
122
public enum
BlendDstFunc
{
133
BlendDstFunc
(int id) {
145
BlendDstFunc
mBlendDst;
212
public
BlendDstFunc
getBlendDstFunc() {
239
builder.setBlendFunc(BlendSrcFunc.ONE,
BlendDstFunc
.ZERO);
260
builder.setBlendFunc(BlendSrcFunc.ONE,
BlendDstFunc
.ZERO);
284
builder.setBlendFunc(BlendSrcFunc.SRC_ALPHA,
BlendDstFunc
.ONE_MINUS_SRC_ALPHA);
306
builder.setBlendFunc(BlendSrcFunc.SRC_ALPHA,
BlendDstFunc
.ONE_MINUS_SRC_ALPHA);
328
BlendDstFunc
mBlendDst
[
all
...]
/packages/wallpapers/Basic/src/com/android/wallpaper/galaxy/
GalaxyRS.java
22
import static android.renderscript.ProgramStore.
BlendDstFunc
;
169
builder.setBlendFunc(BlendSrcFunc.ONE,
BlendDstFunc
.ZERO);
172
builder.setBlendFunc(BlendSrcFunc.SRC_ALPHA,
BlendDstFunc
.ONE);
/packages/wallpapers/Basic/src/com/android/wallpaper/nexus/
NexusRS.java
36
import android.renderscript.ProgramStore.
BlendDstFunc
;
136
builder.setBlendFunc(BlendSrcFunc.ONE,
BlendDstFunc
.ONE);
141
builder.setBlendFunc(BlendSrcFunc.SRC_ALPHA,
BlendDstFunc
.ONE);
/packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis4/
Visualization4RS.java
29
import android.renderscript.ProgramStore.
BlendDstFunc
;
144
//builder.setBlendFunc(BlendSrcFunc.SRC_ALPHA,
BlendDstFunc
.ONE_MINUS_SRC_ALPHA);
145
builder.setBlendFunc(BlendSrcFunc.ONE,
BlendDstFunc
.ONE_MINUS_SRC_ALPHA);
/packages/wallpapers/Basic/src/com/android/wallpaper/fall/
FallRS.java
24
import static android.renderscript.ProgramStore.
BlendDstFunc
;
281
builder.setBlendFunc(BlendSrcFunc.ONE,
BlendDstFunc
.ONE);
288
builder.setBlendFunc(BlendSrcFunc.SRC_ALPHA,
BlendDstFunc
.ONE_MINUS_SRC_ALPHA);
/development/samples/RenderScript/Balls/src/com/example/android/rs/balls/
BallsRS.java
81
builder.setBlendFunc(ProgramStore.BlendSrcFunc.ONE, ProgramStore.
BlendDstFunc
.ONE);
/packages/wallpapers/Galaxy4/src/com/android/galaxy4/
GalaxyRS.java
14
import android.renderscript.ProgramStore.
BlendDstFunc
;
257
//
BlendDstFunc
.ONE_MINUS_SRC_ALPHA );
258
builder.setBlendFunc(BlendSrcFunc.SRC_ALPHA,
BlendDstFunc
.ONE);
260
// builder.setBlendFunc(BlendSrcFunc.ONE,
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
;
217
builder.setBlendFunc(BlendSrcFunc.SRC_ALPHA,
BlendDstFunc
.ONE );
/packages/wallpapers/PhaseBeam/src/com/android/phasebeam/
PhaseBeamRS.java
19
import android.renderscript.ProgramStore.
BlendDstFunc
;
234
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/PerfTest/src/com/android/perftest/
RsBenchRS.java
38
import android.renderscript.ProgramStore.
BlendDstFunc
;
231
builder.setBlendFunc(BlendSrcFunc.ONE,
BlendDstFunc
.ONE);
297
ProgramStore.
BlendDstFunc
.ONE_MINUS_SRC_ALPHA);
312
builder.setBlendFunc(BlendSrcFunc.ONE,
BlendDstFunc
.ZERO);
315
builder.setBlendFunc(BlendSrcFunc.SRC_ALPHA,
BlendDstFunc
.ONE);
/development/samples/RenderScript/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
;
313
builder.setBlendFunc(BlendSrcFunc.SRC_ALPHA,
BlendDstFunc
.ONE_MINUS_SRC_ALPHA);
/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);
/prebuilt/sdk/14/
android.jar
/prebuilt/sdk/15/
android.jar
Completed in 638 milliseconds