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

1 2 3 4 5 6 7 8 910

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_util.c 70 case GL_ONE_MINUS_SRC_COLOR:
  /external/deqp/modules/gles2/functional/
es2fNegativeFragmentApiTests.cpp 159 glBlendFuncSeparate(-1, GL_ONE, GL_SRC_COLOR, GL_ONE_MINUS_SRC_COLOR);
161 glBlendFuncSeparate(GL_ZERO, -1, GL_SRC_COLOR, GL_ONE_MINUS_SRC_COLOR);
163 glBlendFuncSeparate(GL_ZERO, GL_ONE, -1, GL_ONE_MINUS_SRC_COLOR);
es2fBlendTests.cpp 327 { GL_ONE_MINUS_SRC_COLOR, "one_minus_src_color" },
  /external/deqp/modules/gles31/functional/
es31fNegativeFragmentApiTests.cpp 217 ctx.glBlendFuncSeparate(-1, GL_ONE, GL_SRC_COLOR, GL_ONE_MINUS_SRC_COLOR);
219 ctx.glBlendFuncSeparate(GL_ZERO, -1, GL_SRC_COLOR, GL_ONE_MINUS_SRC_COLOR);
221 ctx.glBlendFuncSeparate(GL_ZERO, GL_ONE, -1, GL_ONE_MINUS_SRC_COLOR);
259 ctx.glBlendFuncSeparatei(0, -1, GL_ONE, GL_SRC_COLOR, GL_ONE_MINUS_SRC_COLOR);
261 ctx.glBlendFuncSeparatei(0, GL_ZERO, -1, GL_SRC_COLOR, GL_ONE_MINUS_SRC_COLOR);
263 ctx.glBlendFuncSeparatei(0, GL_ZERO, GL_ONE, -1, GL_ONE_MINUS_SRC_COLOR);
269 ctx.glBlendFuncSeparatei(-1, GL_ONE, GL_ONE, GL_SRC_COLOR, GL_ONE_MINUS_SRC_COLOR);
271 ctx.glBlendFuncSeparatei(maxDrawBuffers, GL_ONE, GL_ONE, GL_SRC_COLOR, GL_ONE_MINUS_SRC_COLOR);
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_state.c 128 case GL_ONE_MINUS_SRC_COLOR:
  /external/deqp/modules/gles2/performance/
es2pStateChangeCallTests.cpp 422 GL_ONE_MINUS_SRC_COLOR,
439 GL_ONE_MINUS_SRC_COLOR,
745 GL_ONE_MINUS_SRC_COLOR,
762 GL_ONE_MINUS_SRC_COLOR,
779 GL_ONE_MINUS_SRC_COLOR,
796 GL_ONE_MINUS_SRC_COLOR,
es2pBlendTests.cpp 160 { "screen", GL_FUNC_ADD, GL_FUNC_ADD, GL_ONE, GL_ONE_MINUS_SRC_COLOR, GL_ONE, GL_ONE_MINUS_SRC_ALPHA }
  /external/deqp/modules/gles3/performance/
es3pStateChangeCallTests.cpp 457 GL_ONE_MINUS_SRC_COLOR,
474 GL_ONE_MINUS_SRC_COLOR,
807 GL_ONE_MINUS_SRC_COLOR,
824 GL_ONE_MINUS_SRC_COLOR,
841 GL_ONE_MINUS_SRC_COLOR,
858 GL_ONE_MINUS_SRC_COLOR,
es3pBlendTests.cpp 165 { "screen", GL_FUNC_ADD, GL_FUNC_ADD, GL_ONE, GL_ONE_MINUS_SRC_COLOR, GL_ONE, GL_ONE_MINUS_SRC_ALPHA },
  /external/deqp/modules/gles3/functional/
es3fNegativeFragmentApiTests.cpp 170 glBlendFuncSeparate(-1, GL_ONE, GL_SRC_COLOR, GL_ONE_MINUS_SRC_COLOR);
172 glBlendFuncSeparate(GL_ZERO, -1, GL_SRC_COLOR, GL_ONE_MINUS_SRC_COLOR);
174 glBlendFuncSeparate(GL_ZERO, GL_ONE, -1, GL_ONE_MINUS_SRC_COLOR);
es3fBlendTests.cpp 386 { GL_ONE_MINUS_SRC_COLOR, "one_minus_src_color" },
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_gldefs.h 40 case GL_ONE_MINUS_SRC_COLOR:
nouveau_util.h 177 return op == GL_SRC_COLOR || op == GL_ONE_MINUS_SRC_COLOR;
183 return op == GL_ONE_MINUS_SRC_COLOR || op == GL_ONE_MINUS_SRC_ALPHA;
nv04_state_raster.c 94 case GL_ONE_MINUS_SRC_COLOR:
  /frameworks/base/libs/hwui/renderstate/
Blend.cpp 70 { SkXfermode::kScreen_Mode, GL_ONE, GL_ONE_MINUS_SRC_COLOR }
  /frameworks/rs/driver/
rsdProgramStore.cpp 129 drv->blendDst = GL_ONE_MINUS_SRC_COLOR;
  /external/deqp/modules/glshared/
glsInteractionTestUtil.cpp 110 GL_ONE_MINUS_SRC_COLOR,
136 GL_ONE_MINUS_SRC_COLOR,
  /external/deqp/framework/opengl/simplereference/
sglrReferenceUtils.cpp 298 case GL_ONE_MINUS_SRC_COLOR: return rr::BLENDFUNC_ONE_MINUS_SRC_COLOR;
  /external/mesa3d/src/mesa/state_tracker/
st_atom_blend.c 87 case GL_ONE_MINUS_SRC_COLOR:
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
GLES10Header.java-if 148 public static final int GL_ONE_MINUS_SRC_COLOR = 0x0301;
GLES20Header.java-if 41 public static final int GL_ONE_MINUS_SRC_COLOR = 0x0301;
  /external/mesa3d/src/mesa/drivers/dri/i915/
i830_texblend.c 251 case GL_ONE_MINUS_SRC_COLOR:
  /external/mesa3d/src/mesa/swrast/
s_blend.c 561 case GL_ONE_MINUS_SRC_COLOR:
616 case GL_ONE_MINUS_SRC_COLOR:
639 case GL_ONE_MINUS_SRC_COLOR:
700 case GL_ONE_MINUS_SRC_COLOR:
    [all...]
  /external/mesa3d/src/mesa/main/
blend.c 50 case GL_ONE_MINUS_SRC_COLOR:
93 case GL_ONE_MINUS_SRC_COLOR:
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/
GL20.java 42 public static final int GL_ONE_MINUS_SRC_COLOR = 0x0301;

Completed in 452 milliseconds

1 2 3 4 5 6 7 8 910