/frameworks/base/libs/hwui/renderstate/ |
D | Blend.cpp | 56 {SkBlendMode::kSrc, GL_ONE, GL_ZERO}, 57 {SkBlendMode::kDst, GL_ZERO, GL_ONE}, 58 {SkBlendMode::kSrcOver, GL_ONE, GL_ONE_MINUS_SRC_ALPHA}, 59 {SkBlendMode::kDstOver, GL_ONE_MINUS_DST_ALPHA, GL_ONE}, 67 {SkBlendMode::kPlus, GL_ONE, GL_ONE}, 69 {SkBlendMode::kScreen, GL_ONE, GL_ONE_MINUS_SRC_COLOR}}; 75 {SkBlendMode::kSrc, GL_ZERO, GL_ONE}, 76 {SkBlendMode::kDst, GL_ONE, GL_ZERO}, 77 {SkBlendMode::kSrcOver, GL_ONE_MINUS_DST_ALPHA, GL_ONE}, 78 {SkBlendMode::kDstOver, GL_ONE, GL_ONE_MINUS_SRC_ALPHA}, [all …]
|
/frameworks/base/libs/hwui/tests/unit/ |
D | BakedOpRendererTests.cpp | 94 renderThread.renderState().blend().setFactors(GL_ONE, GL_ONE); in RENDERTHREAD_OPENGL_PIPELINE_TEST() 102 renderThread.renderState().blend().setFactors(GL_ONE, GL_ONE); in RENDERTHREAD_OPENGL_PIPELINE_TEST()
|
D | BakedOpDispatcherTests.cpp | 255 EXPECT_EQ(GLenum(GL_ONE), glop.blend.src); in RENDERTHREAD_OPENGL_PIPELINE_TEST()
|
/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/av/cmds/screenrecord/ |
D | Overlay.cpp | 229 glBlendFunc(GL_ONE, GL_ONE_MINUS_SRC_ALPHA); in processFrame_l()
|
/frameworks/native/opengl/tests/gl2_copyTexImage/ |
D | gl2_copyTexImage.cpp | 267 glBlendFunc(GL_ONE, GL_ONE_MINUS_SRC_ALPHA); in renderFrame()
|
/frameworks/native/services/surfaceflinger/RenderEngine/ |
D | GLES20RenderEngine.cpp | 222 glBlendFunc(premultipliedAlpha ? GL_ONE : GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); in setupLayerBlending()
|
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL10.java | 142 int GL_ONE = 1; field
|
/frameworks/base/libs/hwui/ |
D | BakedOpRenderer.cpp | 352 glop.blend.src == GL_ONE && in renderGlopImpl()
|
/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
|
/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 | 96 #define GL_ONE 1 macro
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2.h | 95 #define GL_ONE 1 macro
|
/frameworks/native/opengl/include/GLES3/ |
D | gl3.h | 95 #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/config/ |
D | hiddenapi-public-dex.txt | 28018 Landroid/opengl/GLES10;->GL_ONE:I 28909 Landroid/opengl/GLES20;->GL_ONE:I 72075 Ljavax/microedition/khronos/opengles/GL10;->GL_ONE:I
|