/frameworks/base/libs/hwui/renderstate/ |
D | Blend.cpp | 57 { SkBlendMode::kSrc, GL_ONE, GL_ZERO }, 58 { SkBlendMode::kDst, GL_ZERO, GL_ONE }, 59 { SkBlendMode::kSrcOver, GL_ONE, GL_ONE_MINUS_SRC_ALPHA }, 60 { SkBlendMode::kDstOver, GL_ONE_MINUS_DST_ALPHA, GL_ONE }, 68 { SkBlendMode::kPlus, GL_ONE, GL_ONE }, 70 { SkBlendMode::kScreen, GL_ONE, GL_ONE_MINUS_SRC_COLOR } 78 { SkBlendMode::kSrc, GL_ZERO, GL_ONE }, 79 { SkBlendMode::kDst, GL_ONE, GL_ZERO }, 80 { SkBlendMode::kSrcOver, GL_ONE_MINUS_DST_ALPHA, GL_ONE }, 81 { SkBlendMode::kDstOver, GL_ONE, GL_ONE_MINUS_SRC_ALPHA }, [all …]
|
/frameworks/rs/driver/ |
D | rsdProgramStore.cpp | 89 drv->blendSrc = GL_ONE; in rsdProgramStoreInit() 122 drv->blendDst = GL_ONE; in rsdProgramStoreInit()
|
/frameworks/native/cmds/flatland/ |
D | Composers.cpp | 219 glBlendFunc(GL_ONE, GL_ONE_MINUS_SRC_ALPHA); in blend() 266 glBlendFunc(GL_ONE, GL_ONE_MINUS_SRC_ALPHA); in blendShrink()
|
/frameworks/native/opengl/tests/gl_perf/ |
D | fill_common.cpp | 286 glBlendFunc(GL_ONE, GL_ONE); in doSingleTest()
|
/frameworks/native/services/surfaceflinger/RenderEngine/ |
D | GLES20RenderEngine.cpp | 234 glBlendFunc(premultipliedAlpha ? GL_ONE : GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); 263 glBlendFunc(GL_ONE, GL_ONE_MINUS_SRC_ALPHA);
|
/frameworks/av/cmds/screenrecord/ |
D | Overlay.cpp | 229 glBlendFunc(GL_ONE, GL_ONE_MINUS_SRC_ALPHA); in processFrame_l()
|
/frameworks/base/libs/hwui/tests/unit/ |
D | BakedOpDispatcherTests.cpp | 254 EXPECT_EQ(GLenum(GL_ONE), glop.blend.src); in RENDERTHREAD_OPENGL_PIPELINE_TEST()
|
/frameworks/native/opengl/tests/gl2_copyTexImage/ |
D | gl2_copyTexImage.cpp | 267 glBlendFunc(GL_ONE, GL_ONE_MINUS_SRC_ALPHA); in renderFrame()
|
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL10.java | 142 int GL_ONE = 1; field
|
/frameworks/native/opengl/tools/glgen/stubs/jsr239/ |
D | GL10Header.java-if | 141 int GL_ONE = 1;
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES10.java | 144 public static final int GL_ONE = 1; field in GLES10
|
D | GLES20.java | 39 public static final int GL_ONE = 1; field in GLES20
|
D | GLLogWrapper.java | 307 case GL_ONE: in getFactor()
|
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/ |
D | GLES20Canvas.java | 292 GLES20.glBlendFunc(GLES20.GL_ONE, GLES20.GL_ONE_MINUS_SRC_ALPHA); in GLES20Canvas() 988 GLES20.glBlendFunc(GLES20.GL_ONE, GLES20.GL_ONE_MINUS_SRC_ALPHA); in recoverFromLightCycle()
|
/frameworks/native/opengl/tests/angeles/include/GLES/ |
D | gl.h | 111 #define GL_ONE 1 macro
|
/frameworks/native/opengl/tools/glgen/stubs/gles11/ |
D | GLES10Header.java-if | 144 public static final int GL_ONE = 1;
|
D | GLES20Header.java-if | 39 public static final int GL_ONE = 1;
|
/frameworks/native/opengl/include/GLES/ |
D | gl.h | 76 #define GL_ONE 1 macro
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2.h | 97 #define GL_ONE 1 macro
|
/frameworks/native/opengl/include/GLES3/ |
D | gl3.h | 97 #define GL_ONE 1 macro
|
D | gl31.h | 97 #define GL_ONE 1 macro
|
D | gl32.h | 97 #define GL_ONE 1 macro
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 19125 field public static final int GL_ONE = 1; // 0x1 20024 field public static final int GL_ONE = 1; // 0x1 52047 field public static final int GL_ONE = 1; // 0x1
|
/frameworks/base/api/ |
D | current.txt | 27856 field public static final int GL_ONE = 1; // 0x1 28755 field public static final int GL_ONE = 1; // 0x1 68929 field public static final int GL_ONE = 1; // 0x1
|
D | system-current.txt | 30565 field public static final int GL_ONE = 1; // 0x1 31464 field public static final int GL_ONE = 1; // 0x1 72837 field public static final int GL_ONE = 1; // 0x1
|