Home
last modified time | relevance | path

Searched refs:ShadeModel (Results 1 – 25 of 63) sorted by relevance

123

/third_party/mesa3d/src/mesa/tnl_dd/
Dt_dd_unfilled.h48 if (ctx->Light.ShadeModel == GL_FLAT && HAVE_HW_FLATSHADE) { in TAG()
86 if (ctx->Light.ShadeModel == GL_FLAT && HAVE_HW_FLATSHADE) { in TAG()
116 if (ctx->Light.ShadeModel == GL_FLAT && HAVE_HW_FLATSHADE) { in TAG()
149 if (ctx->Light.ShadeModel == GL_FLAT && HAVE_HW_FLATSHADE) { in TAG()
Dt_dd_dmatmp.h319 } else if (ctx->Light.ShadeModel == GL_SMOOTH || in TAG()
335 if (ctx->Light.ShadeModel == GL_SMOOTH) { in TAG()
373 if (ctx->Light.ShadeModel == GL_SMOOTH || in TAG()
466 ok = (HAVE_POLYGONS) || ctx->Light.ShadeModel == GL_SMOOTH || in TAG()
470 ok = VB->Elts || ctx->Light.ShadeModel == GL_SMOOTH; in TAG()
473 ok = ctx->Light.ShadeModel == GL_SMOOTH || in TAG()
Dt_dd_dmatmp2.h428 else if (ctx->Light.ShadeModel == GL_FLAT) { in TAG()
824 if (ctx->Light.ShadeModel == GL_FLAT) { in TAG()
/third_party/mesa3d/src/mesa/swrast/
Ds_feedback.c62 if (ctx->Light.ShadeModel == GL_SMOOTH) { in _swrast_feedback_triangle()
88 if (ctx->Light.ShadeModel == GL_SMOOTH) { in _swrast_feedback_line()
Ds_tritemp.h362 if (ctx->Light.ShadeModel == GL_SMOOTH) { in NAME()
389 assert(ctx->Light.ShadeModel == GL_FLAT); in NAME()
646 if (ctx->Light.ShadeModel == GL_SMOOTH) { in NAME()
671 assert(ctx->Light.ShadeModel == GL_FLAT); in NAME()
Ds_triangle.c82 assert(ctx->Light.ShadeModel==GL_FLAT); \
108 assert(ctx->Light.ShadeModel==GL_SMOOTH); \
1139 if (ctx->Light.ShadeModel==GL_SMOOTH) { in _swrast_choose_triangle()
Ds_linetemp.h224 if (ctx->Light.ShadeModel == GL_SMOOTH) { in NAME()
Ds_aalinetemp.h141 if (ctx->Light.ShadeModel == GL_SMOOTH) { in NAME()
/third_party/mesa3d/src/mesa/drivers/common/
Ddriverfuncs.c158 driver->ShadeModel = NULL; in _mesa_init_driver_functions()
290 ctx->Driver.ShadeModel(ctx, ctx->Light.ShadeModel); in _mesa_init_driver_state()
/third_party/mesa3d/src/mesa/tnl/
Dt_vb_cliptmp.h168 if (ctx->Light.ShadeModel == GL_FLAT) in TAG()
238 if (ctx->Light.ShadeModel == GL_FLAT) { in TAG()
300 if (ctx->Light.ShadeModel == GL_FLAT) { in TAG()
/third_party/skia/third_party/externals/opengl-registry/extensions/WIN/
DWIN_phong_shading.txt47 Accepted by the <mode> parameter of ShadeModel:
107 void ShadeModel( enum mode);
112 is PHONG_WIN phong-shading is turned on. ShadeModel thus requires 2 bits
/third_party/openGLES/extensions/WIN/
DWIN_phong_shading.txt47 Accepted by the <mode> parameter of ShadeModel:
107 void ShadeModel( enum mode);
112 is PHONG_WIN phong-shading is turned on. ShadeModel thus requires 2 bits
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/glprototypes/
Dfixedfunction.h142 GST_GL_EXT_FUNCTION (void, ShadeModel,
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_ff_gs.c105 if (key->primitive == _3DPRIM_QUADLIST && ctx->Light.ShadeModel != GL_FLAT) { in brw_ff_gs_populate_key()
/third_party/mesa3d/src/mesa/main/
Dlight.c46 if (ctx->Light.ShadeModel == mode) in _mesa_ShadeModel()
55 ctx->Light.ShadeModel = mode; in _mesa_ShadeModel()
57 if (ctx->Driver.ShadeModel) in _mesa_ShadeModel()
58 ctx->Driver.ShadeModel( ctx, mode ); in _mesa_ShadeModel()
1288 ctx->Light.ShadeModel = GL_SMOOTH; in _mesa_init_lighting()
/third_party/mesa3d/src/mesa/drivers/dri/nouveau/
Dnv04_state_raster.c214 if (ctx->Light.ShadeModel == GL_SMOOTH) in nv04_emit_blend()
Dnv10_state_raster.c138 PUSH_DATA (push, ctx->Light.ShadeModel == GL_SMOOTH ? in nv10_emit_shade_model()
/third_party/mesa3d/src/mesa/drivers/x11/
Dxm_tri.c1030 if ( ctx->Light.ShadeModel==GL_SMOOTH in get_triangle_func()
1057 if ( ctx->Light.ShadeModel==GL_FLAT in get_triangle_func()
1085 && ctx->Light.ShadeModel==GL_SMOOTH in get_triangle_func()
1110 && ctx->Light.ShadeModel==GL_FLAT in get_triangle_func()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_rasterizer.c97 ctx->Light.ShadeModel == GL_FLAT; in st_update_rasterizer()
Dst_atom_shader.c143 st->ctx->Light.ShadeModel == GL_FLAT; in st_update_fp()
/third_party/mesa3d/src/mesa/swrast_setup/
Dss_triangle.c135 if (ctx->Light.ShadeModel == GL_FLAT) { in _swsetup_render_tri()
/third_party/skia/third_party/externals/angle2/src/tests/gles1_conformance_tests/
DCovglTests.cpp460 TEST_P(GLES1CovglTest, ShadeModel) in TEST_P() argument
/third_party/flutter/skia/third_party/externals/angle2/src/libGLESv2/
Dentry_points_gles_1_0_autogen.h101 ANGLE_EXPORT void GL_APIENTRY ShadeModel(GLenum mode);
/third_party/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_tcl.c269 if (prim == GL_POLYGON && ctx->Light.ShadeModel == GL_FLAT) in radeonTclPrimitive()
/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstglbumper.c479 gl->ShadeModel (GL_SMOOTH); in gst_gl_bumper_callback()

123