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

12

/frameworks/native/services/surfaceflinger/RenderEngine/
H A DGLES10RenderEngine.cpp51 glEnable(GL_BLEND);
55 glDisable(GL_BLEND);
H A DGLES11RenderEngine.cpp162 glEnable(GL_BLEND);
166 glDisable(GL_BLEND);
174 glDisable(GL_BLEND);
176 glEnable(GL_BLEND);
215 glDisable(GL_BLEND);
247 glDisable(GL_BLEND);
H A DGLES20RenderEngine.cpp134 glEnable(GL_BLEND);
137 glDisable(GL_BLEND);
149 glDisable(GL_BLEND);
151 glEnable(GL_BLEND);
183 glDisable(GL_BLEND);
217 glDisable(GL_BLEND);
295 glDisable(GL_BLEND);
/frameworks/native/cmds/flatland/
H A DComposers.cpp218 glEnable(GL_BLEND);
227 glDisable(GL_BLEND);
265 glEnable(GL_BLEND);
274 glDisable(GL_BLEND);
/frameworks/rs/driver/
H A DrsdProgramStore.cpp165 RSD_CALL_GL(glEnable, GL_BLEND);
168 RSD_CALL_GL(glDisable, GL_BLEND);
/frameworks/base/libs/hwui/
H A DRenderState.cpp139 glEnable(GL_BLEND);
H A DOpenGLRenderer.cpp267 glEnable(GL_BLEND);
269 glDisable(GL_BLEND);
3404 glDisable(GL_BLEND);
3415 glEnable(GL_BLEND);
3427 glDisable(GL_BLEND);
/frameworks/native/opengl/tests/linetex/
H A Dlinetex.cpp75 glDisable(GL_BLEND);
/frameworks/native/opengl/tests/swapinterval/
H A Dswapinterval.cpp91 glEnable(GL_BLEND);
/frameworks/native/opengl/tests/fillrate/
H A Dfillrate.cpp77 glEnable(GL_BLEND);
/frameworks/av/cmds/screenrecord/
H A DOverlay.cpp230 glEnable(GL_BLEND);
243 glDisable(GL_BLEND);
354 //glEnable(GL_BLEND);
397 //glDisable(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.cpp367 glDisable(GL_BLEND);
372 glEnable(GL_BLEND);
562 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/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/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
H A DGLES20Canvas.java536 GLES20.glEnable(GLES20.GL_BLEND);
539 GLES20.glDisable(GLES20.GL_BLEND);
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DImageShader.java596 GLES20.glEnable(GLES20.GL_BLEND);
599 GLES20.glDisable(GLES20.GL_BLEND);
/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java38 public static final int GL_BLEND = 0x0BE2; field in class:GLES10
/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:

Completed in 508 milliseconds

12