Searched refs:GL_ONE_MINUS_SRC_ALPHA (Results 1 - 25 of 28) sorted by relevance

12

/frameworks/base/libs/hwui/renderstate/
H A DBlend.cpp56 { SkXfermode::kClear_Mode, GL_ZERO, GL_ONE_MINUS_SRC_ALPHA },
59 { SkXfermode::kSrcOver_Mode, GL_ONE, GL_ONE_MINUS_SRC_ALPHA },
64 { SkXfermode::kDstOut_Mode, GL_ZERO, GL_ONE_MINUS_SRC_ALPHA },
65 { SkXfermode::kSrcATop_Mode, GL_DST_ALPHA, GL_ONE_MINUS_SRC_ALPHA },
67 { SkXfermode::kXor_Mode, GL_ONE_MINUS_DST_ALPHA, GL_ONE_MINUS_SRC_ALPHA },
81 { SkXfermode::kDstOver_Mode, GL_ONE, GL_ONE_MINUS_SRC_ALPHA },
84 { SkXfermode::kSrcOut_Mode, GL_ZERO, GL_ONE_MINUS_SRC_ALPHA },
87 { SkXfermode::kDstATop_Mode, GL_DST_ALPHA, GL_ONE_MINUS_SRC_ALPHA },
88 { SkXfermode::kXor_Mode, GL_ONE_MINUS_DST_ALPHA, GL_ONE_MINUS_SRC_ALPHA },
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DGLES10RenderEngine.cpp70 GL_ONE_MINUS_SRC_ALPHA);
H A DGLES11RenderEngine.cpp175 GL_ONE_MINUS_SRC_ALPHA);
196 glBlendFunc(GL_ONE, GL_ONE_MINUS_SRC_ALPHA);
H A DGLES20RenderEngine.cpp140 glBlendFunc(premultipliedAlpha ? GL_ONE : GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
169 glBlendFunc(GL_ONE, GL_ONE_MINUS_SRC_ALPHA);
/frameworks/rs/driver/
H A DrsdProgramStore.cpp102 drv->blendSrc = GL_ONE_MINUS_SRC_ALPHA;
135 drv->blendDst = GL_ONE_MINUS_SRC_ALPHA;
/frameworks/native/cmds/flatland/
H A DComposers.cpp219 glBlendFunc(GL_ONE, GL_ONE_MINUS_SRC_ALPHA);
266 glBlendFunc(GL_ONE, GL_ONE_MINUS_SRC_ALPHA);
/frameworks/native/opengl/tests/fillrate/
H A Dfillrate.cpp75 glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DGLES10Header.java-if147 public static final int GL_ONE_MINUS_SRC_ALPHA = 0x0303;
H A DGLES20Header.java-if43 public static final int GL_ONE_MINUS_SRC_ALPHA = 0x0303;
/frameworks/av/cmds/screenrecord/
H A DOverlay.cpp231 glBlendFunc(GL_ONE, GL_ONE_MINUS_SRC_ALPHA);
355 //glBlendFunc(GL_ONE, GL_ONE_MINUS_SRC_ALPHA);
/frameworks/base/libs/hwui/tests/unit/
H A DBakedOpDispatcherTests.cpp256 EXPECT_EQ(GLenum(GL_ONE_MINUS_SRC_ALPHA), glop.blend.dst);
/frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/
H A DMyGLSurfaceView.java152 GLES20.glBlendFunc(GLES20.GL_SRC_ALPHA, GLES20.GL_ONE_MINUS_SRC_ALPHA);
/frameworks/native/opengl/tests/gl2_cameraeye/src/com/android/gl2cameraeye/
H A DGL2CameraEye.java246 GLES20.glBlendFunc(GLES20.GL_SRC_ALPHA, GLES20.GL_ONE_MINUS_SRC_ALPHA);
/frameworks/native/opengl/tests/gl2_copyTexImage/
H A Dgl2_copyTexImage.cpp267 glBlendFunc(GL_ONE, GL_ONE_MINUS_SRC_ALPHA);
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp345 glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
647 glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
/frameworks/base/media/mca/filterfw/native/core/
H A Dshader_program.cpp88 dfactor_(GL_ONE_MINUS_SRC_ALPHA) {
112 dfactor_(GL_ONE_MINUS_SRC_ALPHA) {
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
H A DGLES20Canvas.java292 GLES20.glBlendFunc(GLES20.GL_ONE, GLES20.GL_ONE_MINUS_SRC_ALPHA);
988 GLES20.glBlendFunc(GLES20.GL_ONE, GLES20.GL_ONE_MINUS_SRC_ALPHA);
/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java147 public static final int GL_ONE_MINUS_SRC_ALPHA = 0x0303; field in class:GLES10
H A DGLES20.java43 public static final int GL_ONE_MINUS_SRC_ALPHA = 0x0303; field in class:GLES20
H A DGLLogWrapper.java319 case GL_ONE_MINUS_SRC_ALPHA:
320 return "GL_ONE_MINUS_SRC_ALPHA";
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java145 int GL_ONE_MINUS_SRC_ALPHA = 0x0303; field in interface:GL10
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DImageShader.java47 private int mDFactor = GLES20.GL_ONE_MINUS_SRC_ALPHA;
/frameworks/native/opengl/include/GLES/
H A Dgl.h80 #define GL_ONE_MINUS_SRC_ALPHA 0x0303 macro
91 /* GL_ONE_MINUS_SRC_ALPHA */
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h115 #define GL_ONE_MINUS_SRC_ALPHA 0x0303 macro
126 /* GL_ONE_MINUS_SRC_ALPHA */
/frameworks/native/opengl/include/GLES2/
H A Dgl2.h101 #define GL_ONE_MINUS_SRC_ALPHA 0x0303 macro

Completed in 498 milliseconds

12