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

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_sf_state.c 217 sf->sf6.cull_mode = BRW_CULLMODE_FRONT;
220 sf->sf6.cull_mode = BRW_CULLMODE_BACK;
223 sf->sf6.cull_mode = BRW_CULLMODE_BOTH;
226 sf->sf6.cull_mode = BRW_CULLMODE_NONE;
brw_structs.h 440 GLuint cull_mode:2; member in struct:brw_sf_unit_state::__anon16947
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_context.h 125 unsigned cull_mode; member in struct:softpipe_context
  /external/mesa3d/src/gallium/drivers/r300/
r300_state.c 1082 uint32_t cull_mode; \/* R300_SU_CULL_MODE: 0x42b8 *\/ local
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_setup.c 482 unsigned cull_mode,
490 setup->cullmode = cull_mode;

Completed in 206 milliseconds