HomeSort by relevance Sort by last modified time
    Searched refs:BLEND_EQUATION (Results 1 - 6 of 6) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv10_state_raster.c 67 BEGIN_NV04(push, NV10_3D(BLEND_EQUATION), 1);
nouveau_state.c 50 context_dirty(ctx, BLEND_EQUATION);
138 context_dirty(ctx, BLEND_EQUATION);
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_state.c 99 SB_MTHD30(so, BLEND_EQUATION, 1);
102 SB_MTHD40(so, BLEND_EQUATION, 1);
  /external/skia/src/gpu/effects/
GrPorterDuffXferProcessor.cpp 129 #define INIT_BLEND_FORMULA(PRIMARY_OUT, SECONDARY_OUT, BLEND_EQUATION, SRC_COEFF, DST_COEFF) \
132 BLEND_EQUATION, SRC_COEFF, DST_COEFF, \
134 BLEND_EQUATION, SRC_COEFF, DST_COEFF>::value}}}
    [all...]
  /external/libgdx/backends/gdx-backends-gwt/src/com/google/gwt/webgl/client/
WebGLRenderingContext.java 85 public static final int BLEND_EQUATION = 0x8009;
86 public static final int BLEND_EQUATION_RGB = 0x8009; /* same as BLEND_EQUATION */
    [all...]
  /external/opencv3/modules/core/src/
gl_core_3_1.hpp 433 BLEND_EQUATION = 0x8009,
    [all...]

Completed in 1143 milliseconds