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

1 2 3 4 5

  /external/deqp/external/openglcts/modules/glesext/draw_buffers_indexed/
esextcDrawBuffersIndexedSetGet.cpp 84 state.SetBlendFuncSeparatei(2, GL_ZERO, GL_ONE, GL_SRC_COLOR, GL_DST_COLOR);
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_util.c 67 case GL_DST_COLOR:
  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_state.c 129 case GL_DST_COLOR:
  /external/deqp/modules/gles2/performance/
es2pStateChangeCallTests.cpp 423 GL_DST_COLOR,
440 GL_DST_COLOR,
746 GL_DST_COLOR,
763 GL_DST_COLOR,
780 GL_DST_COLOR,
797 GL_DST_COLOR,
es2pBlendTests.cpp 159 { "multiply", GL_FUNC_ADD, GL_FUNC_ADD, GL_DST_COLOR, GL_ZERO, GL_DST_ALPHA, GL_ZERO },
  /external/deqp/modules/gles3/performance/
es3pStateChangeCallTests.cpp 458 GL_DST_COLOR,
475 GL_DST_COLOR,
808 GL_DST_COLOR,
825 GL_DST_COLOR,
842 GL_DST_COLOR,
859 GL_DST_COLOR,
es3pBlendTests.cpp 164 { "multiply", GL_FUNC_ADD, GL_FUNC_ADD, GL_DST_COLOR, GL_ZERO, GL_DST_ALPHA, GL_ZERO },
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_gldefs.h 50 case GL_DST_COLOR:
nv04_state_raster.c 105 case GL_DST_COLOR:
  /frameworks/base/libs/hwui/renderstate/
Blend.cpp 87 {SkBlendMode::kModulate, GL_DST_COLOR, GL_ZERO},
  /frameworks/rs/driver/
rsdProgramStore.cpp 92 drv->blendSrc = GL_DST_COLOR;
  /external/deqp/modules/glshared/
glsInteractionTestUtil.cpp 111 GL_DST_COLOR,
137 GL_DST_COLOR,
  /external/deqp/modules/gles2/functional/
es2fBlendTests.cpp 328 { GL_DST_COLOR, "dst_color" },
408 paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_DST_COLOR, GL_FUNC_ADD, funcAlpha.glValue, GL_DST_COLOR, defaultBlendColor));
  /external/deqp/modules/gles3/functional/
es3fBlendTests.cpp 387 { GL_DST_COLOR, "dst_color" },
473 paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_DST_COLOR, GL_FUNC_ADD, funcAlpha.glValue, GL_DST_COLOR, defaultBlendColor));
  /external/deqp/framework/opengl/simplereference/
sglrReferenceUtils.cpp 299 case GL_DST_COLOR: return rr::BLENDFUNC_DST_COLOR;
  /external/mesa3d/src/mesa/state_tracker/
st_atom_blend.c 73 case GL_DST_COLOR:
  /external/mesa3d/src/mesa/swrast/
s_blend.c 507 case GL_DST_COLOR:
577 case GL_DST_COLOR:
669 case GL_DST_COLOR:
724 case GL_DST_COLOR:
965 && (srcRGB == GL_DST_COLOR && dstRGB == GL_ZERO))) {
    [all...]
  /external/deqp/modules/gles31/functional/
es31fIndexedStateQueryTests.cpp     [all...]
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
GLES10Header.java-if 63 public static final int GL_DST_COLOR = 0x0306;
GLES20Header.java-if 46 public static final int GL_DST_COLOR = 0x0306;
  /external/mesa3d/src/mesa/main/
blend.c 53 case GL_DST_COLOR:
86 case GL_DST_COLOR:
  /external/swiftshader/src/OpenGL/libGL/
utilities.cpp 484 case GL_DST_COLOR: return sw::BLEND_DEST;
  /external/swiftshader/src/OpenGL/libGLES_CM/
utilities.cpp 592 case GL_DST_COLOR: return sw::BLEND_DEST;
  /frameworks/base/opengl/java/android/opengl/
GLES10.java 63 public static final int GL_DST_COLOR = 0x0306;
    [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java 61 int GL_DST_COLOR = 0x0306;

Completed in 372 milliseconds

1 2 3 4 5