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

1 2 3 4 5 6 7 8 910

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_util.c 68 case GL_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);
165 glBlendFuncSeparate(GL_ZERO, GL_ONE, GL_SRC_COLOR, -1);
es2fBlendTests.cpp 326 { GL_SRC_COLOR, "src_color" },
407 paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_SRC_COLOR, GL_FUNC_ADD, funcAlpha.glValue, GL_SRC_COLOR, defaultBlendColor));
  /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);
223 ctx.glBlendFuncSeparate(GL_ZERO, GL_ONE, GL_SRC_COLOR, -1);
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);
265 ctx.glBlendFuncSeparatei(0, GL_ZERO, GL_ONE, GL_SRC_COLOR, -1);
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);
es31fIndexedStateQueryTests.cpp     [all...]
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_state.c 126 case GL_SRC_COLOR:
  /external/deqp/modules/gles2/performance/
es2pStateChangeCallTests.cpp 421 GL_SRC_COLOR,
438 GL_SRC_COLOR,
744 GL_SRC_COLOR,
761 GL_SRC_COLOR,
778 GL_SRC_COLOR,
795 GL_SRC_COLOR,
  /external/deqp/modules/gles3/performance/
es3pStateChangeCallTests.cpp 456 GL_SRC_COLOR,
473 GL_SRC_COLOR,
806 GL_SRC_COLOR,
823 GL_SRC_COLOR,
840 GL_SRC_COLOR,
857 GL_SRC_COLOR,
  /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);
176 glBlendFuncSeparate(GL_ZERO, GL_ONE, GL_SRC_COLOR, -1);
es3fBlendTests.cpp 385 { GL_SRC_COLOR, "src_color" },
472 paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_SRC_COLOR, GL_FUNC_ADD, funcAlpha.glValue, GL_SRC_COLOR, defaultBlendColor));
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_gldefs.h 38 case GL_SRC_COLOR:
nv04_state_raster.c 92 case GL_SRC_COLOR:
nouveau_util.h 177 return op == GL_SRC_COLOR || op == GL_ONE_MINUS_SRC_COLOR;
  /frameworks/native/services/surfaceflinger/RenderEngine/
GLES11RenderEngine.cpp 149 glTexEnvi(GL_TEXTURE_ENV, GL_OPERAND0_RGB, GL_SRC_COLOR);
152 glTexEnvi(GL_TEXTURE_ENV, GL_OPERAND1_RGB, GL_SRC_COLOR);
  /frameworks/base/libs/hwui/renderstate/
Blend.cpp 69 { SkXfermode::kModulate_Mode, GL_ZERO, GL_SRC_COLOR },
  /frameworks/rs/driver/
rsdProgramStore.cpp 126 drv->blendDst = GL_SRC_COLOR;
  /external/deqp/modules/glshared/
glsInteractionTestUtil.cpp 109 GL_SRC_COLOR,
135 GL_SRC_COLOR,
  /external/deqp/framework/opengl/simplereference/
sglrReferenceUtils.cpp 297 case GL_SRC_COLOR: return rr::BLENDFUNC_SRC_COLOR;
  /external/mesa3d/src/mesa/state_tracker/
st_atom_blend.c 67 case GL_SRC_COLOR:
  /external/mesa3d/src/mesa/swrast/
s_blend.c 556 case GL_SRC_COLOR:
613 case GL_SRC_COLOR:
634 case GL_SRC_COLOR:
697 case GL_SRC_COLOR:
965 && (srcRGB == GL_ZERO && dstRGB == GL_SRC_COLOR))
    [all...]
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
GLES10Header.java-if 198 public static final int GL_SRC_COLOR = 0x0300;
GLES20Header.java-if 40 public static final int GL_SRC_COLOR = 0x0300;
  /external/mesa3d/src/mesa/drivers/dri/i915/
i830_texblend.c 248 case GL_SRC_COLOR:
  /external/mesa3d/src/mesa/main/
texstate.c 55 { GL_SRC_COLOR, GL_SRC_COLOR, GL_SRC_ALPHA, GL_SRC_ALPHA },
261 state->OperandRGB[2] = GL_SRC_COLOR;
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
demo.c 404 glBlendFunc(GL_ZERO, GL_SRC_COLOR);
437 glBlendFunc(GL_ZERO, GL_SRC_COLOR);

Completed in 134 milliseconds

1 2 3 4 5 6 7 8 910