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

1 2 3 4 5 6 7 8 910

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_util.c 74 case GL_ONE_MINUS_DST_COLOR:
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_state.c 132 case GL_ONE_MINUS_DST_COLOR:
  /external/deqp/modules/gles2/performance/
es2pStateChangeCallTests.cpp 424 GL_ONE_MINUS_DST_COLOR,
441 GL_ONE_MINUS_DST_COLOR,
747 GL_ONE_MINUS_DST_COLOR,
764 GL_ONE_MINUS_DST_COLOR,
781 GL_ONE_MINUS_DST_COLOR,
798 GL_ONE_MINUS_DST_COLOR,
  /external/deqp/modules/gles3/performance/
es3pStateChangeCallTests.cpp 459 GL_ONE_MINUS_DST_COLOR,
476 GL_ONE_MINUS_DST_COLOR,
809 GL_ONE_MINUS_DST_COLOR,
826 GL_ONE_MINUS_DST_COLOR,
843 GL_ONE_MINUS_DST_COLOR,
860 GL_ONE_MINUS_DST_COLOR,
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_gldefs.h 52 case GL_ONE_MINUS_DST_COLOR:
nv04_state_raster.c 106 case GL_ONE_MINUS_DST_COLOR:
  /frameworks/base/libs/hwui/renderstate/
Blend.cpp 91 { SkXfermode::kScreen_Mode, GL_ONE_MINUS_DST_COLOR, GL_ONE }
  /frameworks/rs/driver/
rsdProgramStore.cpp 96 drv->blendSrc = GL_ONE_MINUS_DST_COLOR;
  /external/deqp/modules/glshared/
glsInteractionTestUtil.cpp 112 GL_ONE_MINUS_DST_COLOR,
138 GL_ONE_MINUS_DST_COLOR,
  /external/deqp/framework/opengl/simplereference/
sglrReferenceUtils.cpp 300 case GL_ONE_MINUS_DST_COLOR: return rr::BLENDFUNC_ONE_MINUS_DST_COLOR;
  /external/mesa3d/src/mesa/state_tracker/
st_atom_blend.c 91 case GL_ONE_MINUS_DST_COLOR:
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
GLES10Header.java-if 146 public static final int GL_ONE_MINUS_DST_COLOR = 0x0307;
GLES20Header.java-if 47 public static final int GL_ONE_MINUS_DST_COLOR = 0x0307;
  /external/mesa3d/src/mesa/swrast/
s_blend.c 515 case GL_ONE_MINUS_DST_COLOR:
583 case GL_ONE_MINUS_DST_COLOR:
677 case GL_ONE_MINUS_DST_COLOR:
730 case GL_ONE_MINUS_DST_COLOR:
    [all...]
  /external/mesa3d/src/mesa/main/
blend.c 55 case GL_ONE_MINUS_DST_COLOR:
88 case GL_ONE_MINUS_DST_COLOR:
  /external/deqp/modules/gles2/functional/
es2fBlendTests.cpp 329 { GL_ONE_MINUS_DST_COLOR, "one_minus_dst_color" },
  /external/deqp/modules/gles3/functional/
es3fBlendTests.cpp 388 { GL_ONE_MINUS_DST_COLOR, "one_minus_dst_color" },
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/
GL20.java 48 public static final int GL_ONE_MINUS_DST_COLOR = 0x0307;
  /frameworks/base/opengl/java/android/opengl/
GLES10.java 146 public static final int GL_ONE_MINUS_DST_COLOR = 0x0307;
    [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java 144 int GL_ONE_MINUS_DST_COLOR = 0x0307;
  /external/robolectric/v1/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar 
  /external/deqp/framework/opengl/
gluStrUtil.inl 337 case GL_ONE_MINUS_DST_COLOR: return "GL_ONE_MINUS_DST_COLOR";
    [all...]
  /development/ndk/platforms/android-21/include/GLES2/
gl2.h 97 #define GL_ONE_MINUS_DST_COLOR 0x0307
  /development/ndk/platforms/android-4/include/GLES/
gl.h 88 #define GL_ONE_MINUS_DST_COLOR 0x0307
    [all...]
  /development/ndk/platforms/android-5/include/GLES2/
gl2.h 86 #define GL_ONE_MINUS_DST_COLOR 0x0307

Completed in 440 milliseconds

1 2 3 4 5 6 7 8 910