HomeSort by relevance Sort by last modified time
    Searched defs:rgb_func (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_test_blend.c 69 "rgb_func\t"
108 blend->rt[0].rgb_func != blend->rt[0].alpha_func ? "true" : "false",
114 util_dump_blend_func(blend->rt[0].rgb_func, TRUE),
141 "rgb_func", util_dump_blend_func(blend->rt[0].rgb_func, TRUE),
402 switch (blend->rt[0].rgb_func) {
744 const unsigned *rgb_func; local
755 for(rgb_func = blend_funcs; rgb_func < &blend_funcs[num_funcs]; ++rgb_func) {
798 const unsigned *rgb_func; local
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_test_blend.c 69 "rgb_func\t"
108 blend->rt[0].rgb_func != blend->rt[0].alpha_func ? "true" : "false",
114 util_dump_blend_func(blend->rt[0].rgb_func, TRUE),
141 "rgb_func", util_dump_blend_func(blend->rt[0].rgb_func, TRUE),
402 switch (blend->rt[0].rgb_func) {
744 const unsigned *rgb_func; local
755 for(rgb_func = blend_funcs; rgb_func < &blend_funcs[num_funcs]; ++rgb_func) {
798 const unsigned *rgb_func; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
p_state.h 256 unsigned rgb_func:3; /**< PIPE_BLEND_x */ member in struct:pipe_rt_blend_state
  /external/mesa3d/src/gallium/include/pipe/
p_state.h 256 unsigned rgb_func:3; /**< PIPE_BLEND_x */ member in struct:pipe_rt_blend_state

Completed in 53 milliseconds