HomeSort by relevance Sort by last modified time
    Searched full:alphafunc (Results 1 - 25 of 75) sorted by null

1 2 3

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FEComponentTransfer.h 66 const ComponentTransferFunction& blueFunc, const ComponentTransferFunction& alphaFunc);
86 const ComponentTransferFunction& blueFunc, const ComponentTransferFunction& alphaFunc);
FEComponentTransfer.cpp 43 const ComponentTransferFunction& blueFunc, const ComponentTransferFunction& alphaFunc)
48 , m_alphaFunc(alphaFunc)
53 const ComponentTransferFunction& greenFunc, const ComponentTransferFunction& blueFunc, const ComponentTransferFunction& alphaFunc)
55 return adoptRef(new FEComponentTransfer(filter, redFunc, greenFunc, blueFunc, alphaFunc));
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmValidate.h 27 static bool alphaFunc(GLenum f);
GLEScmValidate.cpp 32 bool GLEScmValidate::alphaFunc(GLenum f) {
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_alpha.c 41 switch (ctx->Color.AlphaFunc) { \
99 if (ctx->Color.AlphaFunc == GL_ALWAYS) {
103 else if (ctx->Color.AlphaFunc == GL_NEVER) {
  /external/mesa3d/src/mesa/swrast/
s_alpha.c 41 switch (ctx->Color.AlphaFunc) { \
99 if (ctx->Color.AlphaFunc == GL_ALWAYS) {
103 else if (ctx->Color.AlphaFunc == GL_NEVER) {
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/
driverfuncs.c 120 driver->AlphaFunc = NULL;
223 ctx->Driver.AlphaFunc(ctx, ctx->Color.AlphaFunc, ctx->Color.AlphaRef);
  /external/mesa3d/src/mesa/drivers/common/
driverfuncs.c 120 driver->AlphaFunc = NULL;
223 ctx->Driver.AlphaFunc(ctx, ctx->Color.AlphaFunc, ctx->Color.AlphaRef);
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
gles_api.py 35 'AlphaFunc',
  /external/mesa3d/src/mapi/glapi/gen/
gles_api.py 35 'AlphaFunc',
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
blend.c 577 * dd_function_table::AlphaFunc callback.
598 if (ctx->Color.AlphaFunc == func && ctx->Color.AlphaRefUnclamped == ref)
602 ctx->Color.AlphaFunc = func;
606 if (ctx->Driver.AlphaFunc)
607 ctx->Driver.AlphaFunc(ctx, func, ctx->Color.AlphaRef);
832 ctx->Color.AlphaFunc = GL_ALWAYS;
  /external/mesa3d/src/mesa/main/
blend.c 577 * dd_function_table::AlphaFunc callback.
598 if (ctx->Color.AlphaFunc == func && ctx->Color.AlphaRefUnclamped == ref)
602 ctx->Color.AlphaFunc = func;
606 if (ctx->Driver.AlphaFunc)
607 ctx->Driver.AlphaFunc(ctx, func, ctx->Color.AlphaRef);
832 ctx->Color.AlphaFunc = GL_ALWAYS;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_state_rss.c 192 EMIT_RS( svga, curr->alphafunc, ALPHAFUNC, fail );
svga_pipe_depthstencil.c 117 ds->alphafunc = svga_translate_compare_func(templ->alpha.func);
svga_context.h 114 unsigned alphafunc:8; member in struct:svga_depth_stencil_state
  /external/mesa3d/src/gallium/drivers/svga/
svga_state_rss.c 192 EMIT_RS( svga, curr->alphafunc, ALPHAFUNC, fail );
svga_pipe_depthstencil.c 117 ds->alphafunc = svga_translate_compare_func(templ->alpha.func);
svga_context.h 114 unsigned alphafunc:8; member in struct:svga_depth_stencil_state
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nv04_state_raster.c 159 nv04->ctrl[0] |= get_comparison_op(ctx->Color.AlphaFunc) << 8 |
nv10_state_raster.c 43 PUSH_DATA (push, nvgl_comparison_op(ctx->Color.AlphaFunc));
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_atom_depth.c 144 dsa->alpha.func = st_compare_func_to_pipe(ctx->Color.AlphaFunc);
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv04_state_raster.c 159 nv04->ctrl[0] |= get_comparison_op(ctx->Color.AlphaFunc) << 8 |
nv10_state_raster.c 43 PUSH_DATA (push, nvgl_comparison_op(ctx->Color.AlphaFunc));
  /external/mesa3d/src/mesa/state_tracker/
st_atom_depth.c 144 dsa->alpha.func = st_compare_func_to_pipe(ctx->Color.AlphaFunc);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_cc.c 193 intel_translate_compare_func(ctx->Color.AlphaFunc);

Completed in 1809 milliseconds

1 2 3