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

12

/frameworks/native/services/surfaceflinger/RenderEngine/
H A DGLES10RenderEngine.cpp53 GL_ONE_MINUS_SRC_ALPHA);
H A DGLES11RenderEngine.cpp164 GL_ONE_MINUS_SRC_ALPHA);
177 glBlendFunc(GL_ONE, GL_ONE_MINUS_SRC_ALPHA);
H A DGLES20RenderEngine.cpp135 glBlendFunc(premultipliedAlpha ? GL_ONE : GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
152 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/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/libs/hwui/
H A DOpenGLRenderer.cpp81 { SkXfermode::kClear_Mode, GL_ZERO, GL_ONE_MINUS_SRC_ALPHA },
84 { SkXfermode::kSrcOver_Mode, GL_ONE, GL_ONE_MINUS_SRC_ALPHA },
89 { SkXfermode::kDstOut_Mode, GL_ZERO, GL_ONE_MINUS_SRC_ALPHA },
90 { SkXfermode::kSrcATop_Mode, GL_DST_ALPHA, GL_ONE_MINUS_SRC_ALPHA },
92 { SkXfermode::kXor_Mode, GL_ONE_MINUS_DST_ALPHA, GL_ONE_MINUS_SRC_ALPHA },
106 { SkXfermode::kDstOver_Mode, GL_ONE, GL_ONE_MINUS_SRC_ALPHA },
109 { SkXfermode::kSrcOut_Mode, GL_ZERO, GL_ONE_MINUS_SRC_ALPHA },
112 { SkXfermode::kDstATop_Mode, GL_DST_ALPHA, GL_ONE_MINUS_SRC_ALPHA },
113 { SkXfermode::kXor_Mode, GL_ONE_MINUS_DST_ALPHA, GL_ONE_MINUS_SRC_ALPHA },
/frameworks/base/media/mca/filterfw/native/core/
H A Dshader_program.cpp95 dfactor_(GL_ONE_MINUS_SRC_ALPHA) {
119 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/cmds/bootanimation/
H A DBootAnimation.cpp352 glBlendFunc(GL_SRC_ALPHA, 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
/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/include/GLES2/
H A Dgl2.h93 #define GL_ONE_MINUS_SRC_ALPHA 0x0303 macro
/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/GLES3/
H A Dgl3.h93 #define GL_ONE_MINUS_SRC_ALPHA 0x0303 macro
H A Dgl31.h93 #define GL_ONE_MINUS_SRC_ALPHA 0x0303 macro

Completed in 3610 milliseconds

12