HomeSort by relevance Sort by last modified time
    Searched refs:GL_ONE_MINUS_SRC_ALPHA (Results 1 - 25 of 52) sorted by null

1 2 3

  /packages/apps/Gallery3D/src/com/cooliris/media/
BackgroundLayer.java 111 gl.glBlendFunc(GL11.GL_SRC_ALPHA, GL11.GL_ONE_MINUS_SRC_ALPHA);
141 gl.glBlendFunc(GL11.GL_ONE, GL11.GL_ONE_MINUS_SRC_ALPHA);
  /frameworks/base/services/surfaceflinger/
LayerDim.cpp 71 glBlendFunc(GL_ONE, GL_ONE_MINUS_SRC_ALPHA);
LayerBlur.cpp 214 glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
LayerBase.cpp 376 glBlendFunc(src, GL_ONE_MINUS_SRC_ALPHA);
383 glBlendFunc(src, GL_ONE_MINUS_SRC_ALPHA);
  /frameworks/base/libs/rs/
rsProgramFragmentStore.cpp 189 mBlendSrc = GL_ONE_MINUS_SRC_ALPHA;
219 mBlendDst = GL_ONE_MINUS_SRC_ALPHA;
  /frameworks/base/opengl/tests/fillrate/
fillrate.cpp 74 glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
  /external/skia/src/gl/
SkGL.cpp 52 GL_ONE_MINUS_SRC_ALPHA,
65 GLenum dm = GL_ONE_MINUS_SRC_ALPHA;
  /external/quake/quake/src/QW/client/
gl_vidandroid.c 174 glBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
gl_vidlinux.c 323 glBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
gl_vidlinux_svga.c 353 glBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
gl_rlight.c 171 glBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
gl_rsurf.c 382 glBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
705 glBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
769 glBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
    [all...]
gl_vidlinux_x11.c 547 glBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
gl_vidlinuxglx.c 495 glBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
  /external/quake/quake/src/WinQuake/
gl_vidandroid.cpp 221 glBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
gl_rlight.cpp 174 glBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
gl_vidlinux.cpp 332 glBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
gl_rsurf.cpp 378 glBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
781 glBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
839 glBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
    [all...]
  /packages/apps/Camera/src/com/android/camera/ui/
PopupWindow.java 173 gl.glBlendFunc(GL11.GL_ONE, GL11.GL_ONE_MINUS_SRC_ALPHA);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
LabelMaker.java 317 gl.glBlendFunc(GL10.GL_SRC_ALPHA, GL10.GL_ONE_MINUS_SRC_ALPHA);
  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp 304 glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
  /frameworks/base/opengl/java/android/opengl/
GLES10.java 147 public static final int GL_ONE_MINUS_SRC_ALPHA = 0x0303;
    [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java 145 int GL_ONE_MINUS_SRC_ALPHA = 0x0303;
  /development/samples/GlobalTime/src/com/android/globaltime/
GlobalTime.java     [all...]
  /development/ndk/platforms/android-4/include/GLES/
gl.h 79 #define GL_ONE_MINUS_SRC_ALPHA 0x0303
90 /* GL_ONE_MINUS_SRC_ALPHA */
    [all...]

Completed in 378 milliseconds

1 2 3