HomeSort by relevance Sort by last modified time
    Searched refs:ShadeModel (Results 26 - 50 of 95) sorted by null

12 3 4

  /external/chromium_org/third_party/mesa/src/src/mesa/swrast_setup/
ss_triangle.c 133 if (ctx->Light.ShadeModel == GL_FLAT) {
  /external/chromium_org/third_party/mesa/src/src/mesa/x86/
gen_matypes.c 99 OFFSET( "CTX_LIGHT_SHADE_MODEL ", struct gl_context, Light.ShadeModel );
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_clip.c 151 key.do_flat_shading = (ctx->Light.ShadeModel == GL_FLAT);
gen6_sf_state.c 124 bool shade_model_flat = ctx->Light.ShadeModel == GL_FLAT;
gen7_sf_state.c 40 bool shade_model_flat = ctx->Light.ShadeModel == GL_FLAT;
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv10_state_raster.c 134 PUSH_DATA (push, ctx->Light.ShadeModel == GL_SMOOTH ?
  /external/mesa3d/src/mesa/state_tracker/
st_atom_rasterizer.c 87 if (ctx->Light.ShadeModel == GL_FLAT)
st_draw.c 175 ctx->Light.ShadeModel != GL_FLAT &&
  /external/mesa3d/src/mesa/swrast/
s_tritemp.h 356 if (ctx->Light.ShadeModel == GL_SMOOTH) {
383 ASSERT(ctx->Light.ShadeModel == GL_FLAT);
640 if (ctx->Light.ShadeModel == GL_SMOOTH) {
665 ASSERT(ctx->Light.ShadeModel == GL_FLAT);
    [all...]
s_aalinetemp.h 141 if (ctx->Light.ShadeModel == GL_SMOOTH) {
s_linetemp.h 224 if (ctx->Light.ShadeModel == GL_SMOOTH) {
s_triangle.c 81 ASSERT(ctx->Light.ShadeModel==GL_FLAT); \
107 ASSERT(ctx->Light.ShadeModel==GL_SMOOTH); \
    [all...]
s_aatritemp.h 122 if (ctx->Light.ShadeModel == GL_SMOOTH) {
  /external/mesa3d/src/mesa/swrast_setup/
ss_triangle.c 133 if (ctx->Light.ShadeModel == GL_FLAT) {
  /external/mesa3d/src/mesa/x86/
gen_matypes.c 99 OFFSET( "CTX_LIGHT_SHADE_MODEL ", struct gl_context, Light.ShadeModel );
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
light.c 52 if (ctx->Light.ShadeModel == mode)
56 ctx->Light.ShadeModel = mode;
58 if (ctx->Driver.ShadeModel)
59 ctx->Driver.ShadeModel( ctx, mode );
    [all...]
  /external/mesa3d/src/mesa/main/
light.c 52 if (ctx->Light.ShadeModel == mode)
56 ctx->Light.ShadeModel = mode;
58 if (ctx->Driver.ShadeModel)
59 ctx->Driver.ShadeModel( ctx, mode );
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
xm_tri.c 1029 if ( ctx->Light.ShadeModel==GL_SMOOTH
1056 if ( ctx->Light.ShadeModel==GL_FLAT
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_aalinetemp.h 141 if (ctx->Light.ShadeModel == GL_SMOOTH) {
s_linetemp.h 224 if (ctx->Light.ShadeModel == GL_SMOOTH) {
s_triangle.c 81 ASSERT(ctx->Light.ShadeModel==GL_FLAT); \
107 ASSERT(ctx->Light.ShadeModel==GL_SMOOTH); \
    [all...]
s_aatritemp.h 122 if (ctx->Light.ShadeModel == GL_SMOOTH) {
  /external/mesa3d/src/mesa/drivers/x11/
xm_tri.c 1029 if ( ctx->Light.ShadeModel==GL_SMOOTH
1056 if ( ctx->Light.ShadeModel==GL_FLAT
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_tcl.c 268 if (prim == GL_POLYGON && ctx->Light.ShadeModel == GL_FLAT)
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_tcl.c 268 if (prim == GL_POLYGON && ctx->Light.ShadeModel == GL_FLAT)

Completed in 4101 milliseconds

12 3 4