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

1 2 3 4 5 6 7 8 91011

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_util.c 68 case GL_SRC_COLOR:
  /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 321 { GL_SRC_COLOR, "src_color" },
402 paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_SRC_COLOR, GL_FUNC_ADD, funcAlpha.glValue, GL_SRC_COLOR, defaultBlendColor));
  /sdk/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Validate.cpp 29 case GL_SRC_COLOR:
52 case GL_SRC_COLOR:
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_state.c 126 case GL_SRC_COLOR:
  /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 380 { GL_SRC_COLOR, "src_color" },
467 paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_SRC_COLOR, GL_FUNC_ADD, funcAlpha.glValue, GL_SRC_COLOR, defaultBlendColor));
  /external/chromium_org/third_party/mesa/src/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;
  /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 142 glTexEnvi(GL_TEXTURE_ENV, GL_OPERAND0_RGB, GL_SRC_COLOR);
145 glTexEnvi(GL_TEXTURE_ENV, GL_OPERAND1_RGB, GL_SRC_COLOR);
  /external/deqp/modules/gles31/functional/
es31fNegativeFragmentApiTests.cpp 171 ctx.glBlendFuncSeparate(-1, GL_ONE, GL_SRC_COLOR, GL_ONE_MINUS_SRC_COLOR);
173 ctx.glBlendFuncSeparate(GL_ZERO, -1, GL_SRC_COLOR, GL_ONE_MINUS_SRC_COLOR);
177 ctx.glBlendFuncSeparate(GL_ZERO, GL_ONE, GL_SRC_COLOR, -1);
  /frameworks/rs/driver/
rsdProgramStore.cpp 126 drv->blendDst = GL_SRC_COLOR;
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmValidate.cpp 206 case GL_SRC_COLOR:
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_validation_implementation_autogen.h 56 GL_SRC_COLOR, GL_ONE_MINUS_SRC_COLOR,
295 GL_SRC_COLOR, GL_ONE_MINUS_SRC_COLOR,
  /external/deqp/modules/glshared/
glsInteractionTestUtil.cpp 109 GL_SRC_COLOR,
135 GL_SRC_COLOR,
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_atom_blend.c 67 case GL_SRC_COLOR:
  /external/deqp/framework/opengl/simplereference/
sglrReferenceUtils.cpp 297 case GL_SRC_COLOR: return rr::BLENDFUNC_SRC_COLOR;

Completed in 292 milliseconds

1 2 3 4 5 6 7 8 91011