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

1 2 3 4 5 6

  /frameworks/native/services/surfaceflinger/
LayerDim.cpp 54 glDisable(GL_BLEND);
56 glEnable(GL_BLEND);
68 glDisable(GL_BLEND);
  /frameworks/native/cmds/flatland/
Composers.cpp 215 glEnable(GL_BLEND);
224 glDisable(GL_BLEND);
262 glEnable(GL_BLEND);
271 glDisable(GL_BLEND);
  /external/quake/quake/src/QW/client/
gl_rsurf.c 344 glEnable (GL_BLEND);
354 glDisable (GL_BLEND);
381 glEnable (GL_BLEND);
390 glDisable (GL_BLEND);
403 glEnable (GL_BLEND);
405 glDisable (GL_BLEND);
458 glTexEnvf(GL_TEXTURE_ENV, GL_TEXTURE_ENV_MODE, GL_BLEND);
484 glEnable (GL_BLEND);
494 glDisable (GL_BLEND);
524 glEnable (GL_BLEND);
    [all...]
gl_rmain.c 637 glEnable (GL_BLEND);
641 glDisable (GL_BLEND);
789 glEnable (GL_BLEND);
812 glDisable (GL_BLEND);
1023 glDisable(GL_BLEND);
1169 glEnable (GL_BLEND);
1185 glDisable (GL_BLEND);
  /external/replicaisland/src/com/replica/replicaisland/
DrawableBitmap.java 73 gl.glEnable(GL10.GL_BLEND);
154 gl.glDisable(GL10.GL_BLEND);
  /frameworks/rs/driver/
rsdProgramStore.cpp 165 RSD_CALL_GL(glEnable, GL_BLEND);
168 RSD_CALL_GL(glDisable, GL_BLEND);
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/glrenderer/
GLMock.java 88 if (cap == GL11.GL_BLEND) {
97 if (cap == GL11.GL_BLEND) {
  /packages/apps/Camera/jni/feature_mos/src/mosaic_renderer/
YVURenderer.cpp 88 glDisable(GL_BLEND);
SurfaceTextureRenderer.cpp 128 glDisable(GL_BLEND);
WarpRenderer.cpp 119 glDisable(GL_BLEND);
  /packages/apps/Gallery2/jni_mosaic/feature_mos/src/mosaic_renderer/
YVURenderer.cpp 88 glDisable(GL_BLEND);
SurfaceTextureRenderer.cpp 128 glDisable(GL_BLEND);
WarpRenderer.cpp 119 glDisable(GL_BLEND);
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic_renderer/
YVURenderer.cpp 88 glDisable(GL_BLEND);
SurfaceTextureRenderer.cpp 128 glDisable(GL_BLEND);
WarpRenderer.cpp 119 glDisable(GL_BLEND);
  /external/quake/quake/src/WinQuake/
gl_rsurf.cpp 341 glEnable (GL_BLEND);
351 glDisable (GL_BLEND);
377 glEnable (GL_BLEND);
386 glDisable (GL_BLEND);
399 glEnable (GL_BLEND);
401 glDisable (GL_BLEND);
455 glTexEnvf(GL_TEXTURE_ENV, GL_TEXTURE_ENV_MODE, GL_BLEND);
501 glEnable (GL_BLEND);
516 glDisable (GL_BLEND);
546 glEnable (GL_BLEND);
    [all...]
  /frameworks/native/opengl/tests/linetex/
linetex.cpp 76 glDisable(GL_BLEND);
  /frameworks/native/opengl/tests/swapinterval/
swapinterval.cpp 90 glEnable(GL_BLEND);
  /sdk/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Validate.cpp 94 case GL_BLEND:
  /development/samples/HelloEffects/src/com/example/android/mediafx/
TextureRenderer.java 118 GLES20.glDisable(GLES20.GL_BLEND);
  /external/qemu/distrib/sdl-1.2.15/test/
testdyngl.c 157 f.glEnable(GL_BLEND);
  /frameworks/native/opengl/tests/fillrate/
fillrate.cpp 76 glEnable(GL_BLEND);
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmValidate.cpp 153 case GL_BLEND:
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
LabelMaker.java 316 gl.glEnable(GL10.GL_BLEND);
356 gl.glDisable(GL10.GL_BLEND);

Completed in 245 milliseconds

1 2 3 4 5 6