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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_setup_vbuf.c 140 const boolean flatshade_first = setup->flatshade_first; local
195 if (flatshade_first) {
217 if (flatshade_first) {
239 if (flatshade_first) {
271 if (flatshade_first) {
303 if (flatshade_first) {
340 const boolean flatshade_first = setup->flatshade_first; local
393 if (flatshade_first) {
    [all...]
lp_state_setup.h 25 unsigned flatshade_first:1; member in struct:lp_setup_variant_key
lp_setup_context.h 95 boolean flatshade_first; member in struct:lp_setup_context
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_setup_vbuf.c 140 const boolean flatshade_first = setup->flatshade_first; local
195 if (flatshade_first) {
217 if (flatshade_first) {
239 if (flatshade_first) {
271 if (flatshade_first) {
303 if (flatshade_first) {
340 const boolean flatshade_first = setup->flatshade_first; local
393 if (flatshade_first) {
    [all...]
lp_state_setup.h 25 unsigned flatshade_first:1; member in struct:lp_setup_variant_key
lp_setup_context.h 95 boolean flatshade_first; member in struct:lp_setup_context
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_prim_vbuf.c 167 const boolean flatshade_first = softpipe->rasterizer->flatshade_first; local
217 if (flatshade_first) {
239 if (flatshade_first) {
261 if (flatshade_first) {
293 if (flatshade_first) {
325 if (flatshade_first) {
364 const boolean flatshade_first = softpipe->rasterizer->flatshade_first; local
414 if (flatshade_first) {
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_prim_vbuf.c 167 const boolean flatshade_first = softpipe->rasterizer->flatshade_first; local
217 if (flatshade_first) {
239 if (flatshade_first) {
261 if (flatshade_first) {
293 if (flatshade_first) {
325 if (flatshade_first) {
364 const boolean flatshade_first = softpipe->rasterizer->flatshade_first; local
414 if (flatshade_first) {
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
p_state.h 108 unsigned flatshade_first:1; member in struct:pipe_rasterizer_state
  /external/mesa3d/src/gallium/include/pipe/
p_state.h 108 unsigned flatshade_first:1; member in struct:pipe_rasterizer_state

Completed in 291 milliseconds