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

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
vg_state.h 47 VGBlendMode blend_mode; member in struct:vg_state
shader.c 135 switch (ctx->state.vg.blend_mode) {
239 VGBlendMode blend_mode = ctx->state.vg.blend_mode; local
293 switch(blend_mode) {
vg_state.c 37 state->blend_mode = VG_BLEND_SRC_OVER;
api_params.c 170 state->blend_mode = value;
596 value = state->blend_mode;
    [all...]
renderer.c     [all...]
  /external/mesa3d/src/gallium/state_trackers/vega/
vg_state.h 47 VGBlendMode blend_mode; member in struct:vg_state
shader.c 135 switch (ctx->state.vg.blend_mode) {
239 VGBlendMode blend_mode = ctx->state.vg.blend_mode; local
293 switch(blend_mode) {
vg_state.c 37 state->blend_mode = VG_BLEND_SRC_OVER;
api_params.c 170 state->blend_mode = value;
596 value = state->blend_mode;
    [all...]
renderer.c     [all...]

Completed in 692 milliseconds