/frameworks/rs/driver/ |
D | rsdProgramStore.cpp | 101 drv->blendSrc = GL_ONE_MINUS_SRC_ALPHA; in rsdProgramStoreInit() 134 drv->blendDst = GL_ONE_MINUS_SRC_ALPHA; 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/fillrate/ |
D | fillrate.cpp | 75 glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); in main()
|
/frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/ |
D | MyGLSurfaceView.java | 152 GLES20.glBlendFunc(GLES20.GL_SRC_ALPHA, GLES20.GL_ONE_MINUS_SRC_ALPHA); in onSurfaceCreated()
|
/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/base/media/mca/filterfw/native/core/ |
D | shader_program.cpp | 88 dfactor_(GL_ONE_MINUS_SRC_ALPHA) { in ShaderProgram() 112 dfactor_(GL_ONE_MINUS_SRC_ALPHA) { in ShaderProgram()
|
/frameworks/native/opengl/tests/gl2_cameraeye/src/com/android/gl2cameraeye/ |
D | GL2CameraEye.java | 246 GLES20.glBlendFunc(GLES20.GL_SRC_ALPHA, GLES20.GL_ONE_MINUS_SRC_ALPHA); in onSurfaceCreated()
|
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL10.java | 145 int GL_ONE_MINUS_SRC_ALPHA = 0x0303; field
|
/frameworks/native/opengl/tools/glgen/stubs/jsr239/ |
D | GL10Header.java-if | 144 int GL_ONE_MINUS_SRC_ALPHA = 0x0303;
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES10.java | 147 public static final int GL_ONE_MINUS_SRC_ALPHA = 0x0303; field in GLES10
|
D | GLES20.java | 45 public static final int GL_ONE_MINUS_SRC_ALPHA = 0x0303; field in GLES20
|
D | GLLogWrapper.java | 319 case GL_ONE_MINUS_SRC_ALPHA: 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/base/cmds/bootanimation/ |
D | BootAnimation.cpp | 450 glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); in android() 901 glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); in movie()
|
/frameworks/native/opengl/tests/angeles/include/GLES/ |
D | gl.h | 115 #define GL_ONE_MINUS_SRC_ALPHA 0x0303 macro
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
D | ImageShader.java | 47 private int mDFactor = GLES20.GL_ONE_MINUS_SRC_ALPHA;
|
/frameworks/native/opengl/tools/glgen/stubs/gles11/ |
D | GLES10Header.java-if | 147 public static final int GL_ONE_MINUS_SRC_ALPHA = 0x0303;
|
D | GLES20Header.java-if | 45 public static final int GL_ONE_MINUS_SRC_ALPHA = 0x0303;
|
/frameworks/native/opengl/include/GLES/ |
D | gl.h | 100 #define GL_ONE_MINUS_SRC_ALPHA 0x0303 macro
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2.h | 99 #define GL_ONE_MINUS_SRC_ALPHA 0x0303 macro
|
/frameworks/native/libs/renderengine/gl/ |
D | GLESRenderEngine.cpp | 1132 glBlendFunc(premultipliedAlpha ? GL_ONE : GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); in setupLayerBlending()
|
/frameworks/native/opengl/include/GLES3/ |
D | gl3.h | 99 #define GL_ONE_MINUS_SRC_ALPHA 0x0303 macro
|
D | gl31.h | 101 #define GL_ONE_MINUS_SRC_ALPHA 0x0303 macro
|
/frameworks/native/opengl/libs/ |
D | enums.in | 19 GL_ENUM(0x0303,GL_ONE_MINUS_SRC_ALPHA)
|