/frameworks/native/cmds/flatland/ |
D | Composers.cpp | 218 glEnable(GL_BLEND); in blend() 227 glDisable(GL_BLEND); in blend() 265 glEnable(GL_BLEND); in blendShrink() 274 glDisable(GL_BLEND); in blendShrink()
|
/frameworks/rs/driver/ |
D | rsdProgramStore.cpp | 164 RSD_CALL_GL(glEnable, GL_BLEND); in rsdProgramStoreSetActive() 167 RSD_CALL_GL(glDisable, GL_BLEND); in rsdProgramStoreSetActive()
|
/frameworks/native/opengl/tests/gl_perf/ |
D | fill_common.cpp | 287 glDisable(GL_BLEND); in doSingleTest() 293 glEnable(GL_BLEND); in doSingleTest()
|
/frameworks/native/opengl/tests/angeles/ |
D | demo.c | 403 glEnable(GL_BLEND); in drawGroundPlane() 410 glDisable(GL_BLEND); in drawGroundPlane() 436 glEnable(GL_BLEND); in drawFadeQuad() 456 glDisable(GL_BLEND); in drawFadeQuad()
|
/frameworks/native/opengl/tests/linetex/ |
D | linetex.cpp | 75 glDisable(GL_BLEND); in main()
|
/frameworks/av/cmds/screenrecord/ |
D | Overlay.cpp | 228 glEnable(GL_BLEND); in processFrame_l() 241 glDisable(GL_BLEND); in processFrame_l()
|
/frameworks/native/opengl/tests/swapinterval/ |
D | swapinterval.cpp | 91 glEnable(GL_BLEND); in main()
|
/frameworks/native/libs/renderengine/gl/ |
D | GLESRenderEngine.cpp | 566 glDisable(GL_BLEND); in clearWithColor() 984 glDisable(GL_BLEND); in drawLayers() 1039 glDisable(GL_BLEND); in drawLayers() 1131 glEnable(GL_BLEND); in setupLayerBlending() 1134 glDisable(GL_BLEND); in setupLayerBlending() 1187 glDisable(GL_BLEND); in disableBlending() 1195 glDisable(GL_BLEND); in setupFillWithColor()
|
/frameworks/native/opengl/tests/fillrate/ |
D | fillrate.cpp | 77 glEnable(GL_BLEND); in main()
|
/frameworks/base/cmds/bootanimation/ |
D | BootAnimation.cpp | 465 glDisable(GL_BLEND); in android() 470 glEnable(GL_BLEND); in android() 620 glEnable(GL_BLEND); // Allow us to draw on top of the animation in drawText() 661 glDisable(GL_BLEND); // Return to the animation's default behaviour in drawText() 905 glDisable(GL_BLEND); in movie()
|
/frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/ |
D | MyGLSurfaceView.java | 151 GLES20.glEnable(GLES20.GL_BLEND); in onSurfaceCreated()
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
D | ImageShader.java | 596 GLES20.glEnable(GLES20.GL_BLEND); in pushShaderState() 599 GLES20.glDisable(GLES20.GL_BLEND); in pushShaderState()
|
/frameworks/native/opengl/tests/gl2_copyTexImage/ |
D | gl2_copyTexImage.cpp | 266 glEnable(GL_BLEND); in renderFrame()
|
/frameworks/base/media/mca/filterfw/native/core/ |
D | shader_program.cpp | 570 glEnable(GL_BLEND); in BeginDraw() 572 } else glDisable(GL_BLEND); in BeginDraw()
|
/frameworks/native/opengl/tests/gl2_cameraeye/src/com/android/gl2cameraeye/ |
D | GL2CameraEye.java | 245 GLES20.glEnable(GLES20.GL_BLEND); in onSurfaceCreated()
|
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL10.java | 36 int GL_BLEND = 0x0BE2; field
|
/frameworks/native/opengl/tools/glgen/stubs/jsr239/ |
D | GL10Header.java-if | 35 int GL_BLEND = 0x0BE2;
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES10.java | 38 public static final int GL_BLEND = 0x0BE2; field in GLES10
|
D | GLES20.java | 81 public static final int GL_BLEND = 0x0BE2; field in GLES20
|
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/ |
D | GLES20Canvas.java | 536 GLES20.glEnable(GLES20.GL_BLEND); in enableBlending() 539 GLES20.glDisable(GLES20.GL_BLEND); in enableBlending()
|
/frameworks/native/opengl/libagl/ |
D | state.cpp | 185 case GL_BLEND: in enable_disable()
|
/frameworks/native/opengl/tests/angeles/include/GLES/ |
D | gl.h | 162 #define GL_BLEND 0x0BE2 macro
|
/frameworks/native/opengl/tools/glgen/stubs/gles11/ |
D | GLES10Header.java-if | 38 public static final int GL_BLEND = 0x0BE2;
|
D | GLES20Header.java-if | 81 public static final int GL_BLEND = 0x0BE2;
|
/frameworks/native/opengl/include/GLES/ |
D | gl.h | 120 #define GL_BLEND 0x0BE2 macro
|