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

/frameworks/base/services/surfaceflinger/
H A DLayerDim.cpp56 glDisable(GL_BLEND);
58 glEnable(GL_BLEND);
72 glDisable(GL_BLEND);
H A DLayerScreenshot.cpp120 glDisable(GL_BLEND);
122 glEnable(GL_BLEND);
148 glDisable(GL_BLEND);
H A DLayerBase.cpp393 glDisable(GL_BLEND);
426 glEnable(GL_BLEND);
433 glEnable(GL_BLEND);
436 glDisable(GL_BLEND);
468 glDisable(GL_BLEND);
H A DSurfaceFlinger.cpp1009 glDisable(GL_BLEND);
1078 glDisable(GL_BLEND);
1936 glEnable(GL_BLEND);
1973 glDisable(GL_BLEND);
1990 glDisable(GL_BLEND);
2081 glDisable(GL_BLEND);
2095 glEnable(GL_BLEND);
2131 glDisable(GL_BLEND);
/frameworks/base/libs/rs/driver/
H A DrsdProgramStore.cpp165 RSD_CALL_GL(glEnable, GL_BLEND);
168 RSD_CALL_GL(glDisable, GL_BLEND);
/frameworks/base/opengl/tests/linetex/
H A Dlinetex.cpp76 glDisable(GL_BLEND);
/frameworks/base/opengl/tests/swapinterval/
H A Dswapinterval.cpp90 glEnable(GL_BLEND);
/frameworks/base/opengl/tests/gl_perf/
H A Dfill_common.cpp287 glDisable(GL_BLEND);
293 glEnable(GL_BLEND);
/frameworks/base/opengl/tests/fillrate/
H A Dfillrate.cpp76 glEnable(GL_BLEND);
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp345 glDisable(GL_BLEND);
350 glEnable(GL_BLEND);
449 glDisable(GL_BLEND);
/frameworks/base/opengl/tests/angeles/
H A Ddemo.c403 glEnable(GL_BLEND);
410 glDisable(GL_BLEND);
436 glEnable(GL_BLEND);
456 glDisable(GL_BLEND);
/frameworks/base/opengl/tests/gl2_cameraeye/src/com/android/gl2cameraeye/
H A DGL2CameraEye.java245 GLES20.glEnable(GLES20.GL_BLEND);
/frameworks/base/opengl/tests/gl2_copyTexImage/
H A Dgl2_copyTexImage.cpp266 glEnable(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
H A DGLLogWrapper.java394 case GL_BLEND:
395 return "GL_BLEND";
447 case GL_BLEND:
448 return "GL_BLEND";
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java36 int GL_BLEND = 0x0BE2; field in interface:GL10
/frameworks/base/opengl/libagl/
H A Dstate.cpp184 case GL_BLEND:
/frameworks/base/libs/hwui/
H A DOpenGLRenderer.cpp217 glEnable(GL_BLEND);
2502 glEnable(GL_BLEND);
2523 glDisable(GL_BLEND);
2528 glDisable(GL_BLEND);
/frameworks/base/opengl/include/GLES/
H A Dgl.h135 #define GL_BLEND 0x0BE2 macro
415 /* GL_BLEND */
/frameworks/base/opengl/include/GLES2/
H A Dgl2.h147 #define GL_BLEND 0x0BE2 macro
/frameworks/base/opengl/tests/angeles/include/GLES/
H A Dgl.h162 #define GL_BLEND 0x0BE2 macro
372 /* GL_BLEND */

Completed in 702 milliseconds