/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/services/surfaceflinger/RenderEngine/ |
D | GLES20RenderEngine.cpp | 227 glBlendFunc(premultipliedAlpha ? GL_ONE : GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); 256 glBlendFunc(GL_ONE, GL_ONE_MINUS_SRC_ALPHA);
|
/frameworks/native/opengl/tests/fillrate/ |
D | fillrate.cpp | 75 glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); in main()
|
/frameworks/base/libs/hwui/renderstate/ |
D | Blend.cpp | 135 glBlendFunc(srcMode, dstMode); in setFactors()
|
/frameworks/rs/driver/ |
D | rsdProgramStore.cpp | 165 RSD_CALL_GL(glBlendFunc, drv->blendSrc, drv->blendDst); in rsdProgramStoreSetActive()
|
/frameworks/native/opengl/libs/ |
D | libGLESv2.map.txt | 15 glBlendFunc;
|
D | libGLESv1_CM.map.txt | 14 glBlendFunc;
|
D | libGLESv3.map.txt | 31 glBlendFunc;
|
/frameworks/native/opengl/tests/gl_perf/ |
D | fill_common.cpp | 286 glBlendFunc(GL_ONE, GL_ONE); in doSingleTest()
|
/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/native/opengl/tests/angeles/ |
D | demo.c | 404 glBlendFunc(GL_ZERO, GL_SRC_COLOR); in drawGroundPlane() 437 glBlendFunc(GL_ZERO, GL_SRC_COLOR); in drawFadeQuad()
|
/frameworks/av/cmds/screenrecord/ |
D | Overlay.cpp | 229 glBlendFunc(GL_ONE, GL_ONE_MINUS_SRC_ALPHA); in processFrame_l()
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES10.spec | 5 void glBlendFunc ( GLenum sfactor, GLenum dfactor )
|
D | GLES20.spec | 11 void glBlendFunc ( GLenum sfactor, GLenum dfactor )
|
/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 | 280 void glBlendFunc( in glBlendFunc() method
|
/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/native/opengl/tools/glgen/specs/jsr239/ |
D | glspec-1.0 | 5 void glBlendFunc ( GLenum sfactor, GLenum dfactor )
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | gl_api.in | 127 void API_ENTRY(glBlendFunc)(GLenum sfactor, GLenum dfactor) { 128 CALL_GL_API(glBlendFunc, sfactor, dfactor);
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES10.java | 302 public static native void glBlendFunc( in glBlendFunc() method in GLES10
|
/frameworks/base/cmds/bootanimation/ |
D | BootAnimation.cpp | 379 glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); in android() 820 glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); in movie()
|
/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/libagl/ |
D | state.cpp | 559 void glBlendFunc(GLenum sfactor, GLenum dfactor) { in glBlendFunc() function
|
/frameworks/native/opengl/tests/angeles/include/GLES/ |
D | gl.h | 477 GLAPI void APIENTRY glBlendFunc (GLenum sfactor, GLenum dfactor);
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
D | ImageShader.java | 597 GLES20.glBlendFunc(mSFactor, mDFactor); in pushShaderState()
|