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

1 2 3 4 5 6 7 8 910

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_util.c 70 case GL_ONE_MINUS_SRC_COLOR:
  /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);
  /sdk/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Validate.cpp 30 case GL_ONE_MINUS_SRC_COLOR:
53 case GL_ONE_MINUS_SRC_COLOR:
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_state.c 128 case 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);
  /external/chromium_org/third_party/mesa/src/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:
  /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:
  /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);
175 ctx.glBlendFuncSeparate(GL_ZERO, GL_ONE, -1, GL_ONE_MINUS_SRC_COLOR);
  /frameworks/rs/driver/
rsdProgramStore.cpp 129 drv->blendDst = GL_ONE_MINUS_SRC_COLOR;
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmValidate.cpp 207 case GL_ONE_MINUS_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 110 GL_ONE_MINUS_SRC_COLOR,
136 GL_ONE_MINUS_SRC_COLOR,
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_atom_blend.c 87 case 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:

Completed in 404 milliseconds

1 2 3 4 5 6 7 8 910