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

/frameworks/native/services/surfaceflinger/
H A DLayerDim.cpp55 glDisable(GL_BLEND);
57 glEnable(GL_BLEND);
69 glDisable(GL_BLEND);
H A DLayerScreenshot.cpp132 glDisable(GL_BLEND);
135 glEnable(GL_BLEND);
163 glDisable(GL_BLEND);
H A DLayerBase.cpp355 glDisable(GL_BLEND);
382 glEnable(GL_BLEND);
389 glEnable(GL_BLEND);
392 glDisable(GL_BLEND);
436 glDisable(GL_BLEND);
H A DSurfaceFlinger.cpp819 glDisable(GL_BLEND);
1587 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/gl_perf/
H A Dfill_common.cpp287 glDisable(GL_BLEND);
293 glEnable(GL_BLEND);
/frameworks/native/opengl/tests/fillrate/
H A Dfillrate.cpp76 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);
313 GLES10.glDisable(GLES10.GL_BLEND);
/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/native/opengl/libagl/
H A Dstate.cpp185 case 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/libs/hwui/
H A DOpenGLRenderer.cpp226 glEnable(GL_BLEND);
228 glDisable(GL_BLEND);
314 glEnable(GL_BLEND);
3129 glDisable(GL_BLEND);
3140 glEnable(GL_BLEND);
3152 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 386 milliseconds