Searched refs:GL_ONE (Results 1 - 21 of 21) sorted by relevance

/frameworks/base/libs/hwui/renderstate/
H A DBlend.cpp57 { SkBlendMode::kSrc, GL_ONE, GL_ZERO },
58 { SkBlendMode::kDst, GL_ZERO, GL_ONE },
59 { SkBlendMode::kSrcOver, GL_ONE, GL_ONE_MINUS_SRC_ALPHA },
60 { SkBlendMode::kDstOver, GL_ONE_MINUS_DST_ALPHA, GL_ONE },
68 { SkBlendMode::kPlus, GL_ONE, GL_ONE },
70 { SkBlendMode::kScreen, GL_ONE, GL_ONE_MINUS_SRC_COLOR }
78 { SkBlendMode::kSrc, GL_ZERO, GL_ONE },
79 { SkBlendMode::kDst, GL_ONE, GL_ZERO },
80 { SkBlendMode::kSrcOver, GL_ONE_MINUS_DST_ALPHA, GL_ONE },
[all...]
/frameworks/rs/driver/
H A DrsdProgramStore.cpp89 drv->blendSrc = GL_ONE;
122 drv->blendDst = GL_ONE;
/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/gl_perf/
H A Dfill_common.cpp286 glBlendFunc(GL_ONE, GL_ONE);
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DGLES20RenderEngine.cpp234 glBlendFunc(premultipliedAlpha ? GL_ONE : GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
263 glBlendFunc(GL_ONE, GL_ONE_MINUS_SRC_ALPHA);
/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DGLES10Header.java-if144 public static final int GL_ONE = 1;
H A DGLES20Header.java-if39 public static final int GL_ONE = 1;
/frameworks/av/cmds/screenrecord/
H A DOverlay.cpp229 glBlendFunc(GL_ONE, GL_ONE_MINUS_SRC_ALPHA);
358 //glBlendFunc(GL_ONE, GL_ONE_MINUS_SRC_ALPHA);
/frameworks/base/libs/hwui/tests/unit/
H A DBakedOpDispatcherTests.cpp254 EXPECT_EQ(GLenum(GL_ONE), glop.blend.src);
/frameworks/native/opengl/tests/gl2_copyTexImage/
H A Dgl2_copyTexImage.cpp267 glBlendFunc(GL_ONE, 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.java144 public static final int GL_ONE = 1; field in class:GLES10
H A DGLES20.java39 public static final int GL_ONE = 1; field in class:GLES20
H A DGLLogWrapper.java307 case GL_ONE:
308 return "GL_ONE";
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java142 int GL_ONE = 1; field in interface:GL10
/frameworks/native/opengl/include/GLES/
H A Dgl.h76 #define GL_ONE 1 macro
86 /* GL_ONE */
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h111 #define GL_ONE 1 macro
121 /* GL_ONE */
/frameworks/native/opengl/include/GLES2/
H A Dgl2.h97 #define GL_ONE 1 macro
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h97 #define GL_ONE 1 macro
H A Dgl31.h97 #define GL_ONE 1 macro
H A Dgl32.h97 #define GL_ONE 1 macro

Completed in 3168 milliseconds