Searched refs:glBlendFunc (Results 1 - 25 of 38) sorted by relevance

12

/frameworks/native/services/surfaceflinger/RenderEngine/
H A DGLES10RenderEngine.cpp69 glBlendFunc(premultipliedAlpha ? GL_ONE : GL_SRC_ALPHA,
H A DGLES11RenderEngine.cpp174 glBlendFunc(premultipliedAlpha ? GL_ONE : GL_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/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/base/libs/hwui/renderstate/
H A DBlend.cpp134 glBlendFunc(srcMode, dstMode);
/frameworks/native/opengl/tests/fillrate/
H A Dfillrate.cpp75 glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
/frameworks/rs/driver/
H A DrsdProgramStore.cpp166 RSD_CALL_GL(glBlendFunc, drv->blendSrc, drv->blendDst);
/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/native/opengl/tests/gl_perf/
H A Dfill_common.cpp286 glBlendFunc(GL_ONE, GL_ONE);
/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/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/native/opengl/tests/angeles/
H A Ddemo.c404 glBlendFunc(GL_ZERO, GL_SRC_COLOR);
437 glBlendFunc(GL_ZERO, GL_SRC_COLOR);
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES10.spec5 void glBlendFunc ( GLenum sfactor, GLenum dfactor )
H A DGLES20.spec11 void glBlendFunc ( GLenum sfactor, GLenum dfactor )
/frameworks/base/libs/hwui/debug/
H A Dnullgles.cpp175 void glBlendFunc(GLenum sfactor, GLenum dfactor) {} function
H A Dunwrap_gles.h68 #undef glBlendFunc macro
H A Dwrap_gles.h68 #define glBlendFunc wrap_glBlendFunc macro
/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java300 // C function void glBlendFunc ( GLenum sfactor, GLenum dfactor )
302 public static native void glBlendFunc( method in class:GLES10
H A DGLErrorWrapper.java94 public void glBlendFunc(int sfactor, int dfactor) { method in class:GLErrorWrapper
96 mgl.glBlendFunc(sfactor, dfactor);
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java280 void glBlendFunc( method in interface:GL10
/frameworks/native/opengl/libagl/
H A Dstate.cpp559 void glBlendFunc(GLenum sfactor, GLenum dfactor) { function
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp379 glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
827 glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
/frameworks/base/media/mca/filterfw/native/core/
H A Dshader_program.cpp571 glBlendFunc(sfactor_, dfactor_);

Completed in 984 milliseconds

12