Searched refs:GL_BLEND (Results 1 - 25 of 28) sorted by relevance

12

/frameworks/native/services/surfaceflinger/
H A DLayerDim.cpp54 glDisable(GL_BLEND);
56 glEnable(GL_BLEND);
68 glDisable(GL_BLEND);
H A DLayer.cpp533 glDisable(GL_BLEND);
560 glEnable(GL_BLEND);
567 glEnable(GL_BLEND);
570 glDisable(GL_BLEND);
626 glDisable(GL_BLEND);
/frameworks/native/cmds/flatland/
H A DComposers.cpp215 glEnable(GL_BLEND);
224 glDisable(GL_BLEND);
262 glEnable(GL_BLEND);
271 glDisable(GL_BLEND);
/frameworks/rs/driver/
H A DrsdProgramStore.cpp165 RSD_CALL_GL(glEnable, GL_BLEND);
168 RSD_CALL_GL(glDisable, GL_BLEND);
/frameworks/native/opengl/tests/linetex/
H A Dlinetex.cpp76 glDisable(GL_BLEND);
/frameworks/native/opengl/tests/swapinterval/
H A Dswapinterval.cpp90 glEnable(GL_BLEND);
/frameworks/native/opengl/tests/fillrate/
H A Dfillrate.cpp76 glEnable(GL_BLEND);
/frameworks/native/opengl/tests/gl_perf/
H A Dfill_common.cpp287 glDisable(GL_BLEND);
293 glEnable(GL_BLEND);
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp356 glDisable(GL_BLEND);
361 glEnable(GL_BLEND);
475 glDisable(GL_BLEND);
/frameworks/native/opengl/tests/angeles/
H A Ddemo.c403 glEnable(GL_BLEND);
410 glDisable(GL_BLEND);
436 glEnable(GL_BLEND);
456 glDisable(GL_BLEND);
/frameworks/base/services/java/com/android/server/power/
H A DElectronBeam.java263 GLES10.glEnable(GLES10.GL_BLEND);
317 GLES10.glDisable(GLES10.GL_BLEND);
/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DGLES10Header.java-if38 public static final int GL_BLEND = 0x0BE2;
H A DGLES20Header.java-if79 public static final int GL_BLEND = 0x0BE2;
/frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/
H A DMyGLSurfaceView.java151 GLES20.glEnable(GLES20.GL_BLEND);
/frameworks/native/opengl/tests/gl2_cameraeye/src/com/android/gl2cameraeye/
H A DGL2CameraEye.java245 GLES20.glEnable(GLES20.GL_BLEND);
/frameworks/native/opengl/tests/gl2_copyTexImage/
H A Dgl2_copyTexImage.cpp266 glEnable(GL_BLEND);
/frameworks/base/media/mca/filterfw/native/core/
H A Dshader_program.cpp577 glEnable(GL_BLEND);
579 } else glDisable(GL_BLEND);
/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java38 public static final int GL_BLEND = 0x0BE2; field in class:GLES10
H A DGLES20.java79 public static final int GL_BLEND = 0x0BE2; field in class:GLES20
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java36 int GL_BLEND = 0x0BE2; field in interface:GL10
/frameworks/native/opengl/libagl/
H A Dstate.cpp185 case GL_BLEND:
/frameworks/base/libs/hwui/
H A DOpenGLRenderer.cpp269 glEnable(GL_BLEND);
271 glDisable(GL_BLEND);
371 glEnable(GL_BLEND);
3491 glDisable(GL_BLEND);
3502 glEnable(GL_BLEND);
3514 glDisable(GL_BLEND);
/frameworks/native/opengl/include/GLES/
H A Dgl.h135 #define GL_BLEND 0x0BE2 macro
415 /* GL_BLEND */
/frameworks/native/opengl/include/GLES2/
H A Dgl2.h147 #define GL_BLEND 0x0BE2 macro
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h162 #define GL_BLEND 0x0BE2 macro
372 /* GL_BLEND */

Completed in 561 milliseconds

12