/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/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 | 41 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 | 41 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/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 | 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/non-updatable-api/ |
D | current.txt | 31802 field public static final int GL_ONE = 1; // 0x1 32701 field public static final int GL_ONE = 1; // 0x1 76309 field public static final int GL_ONE = 1; // 0x1
|
/frameworks/base/api/ |
D | current.txt | 31946 field public static final int GL_ONE = 1; // 0x1 32845 field public static final int GL_ONE = 1; // 0x1 76453 field public static final int GL_ONE = 1; // 0x1
|