Searched refs:GL_SMOOTH (Results 1 - 25 of 43) sorted by relevance

12

/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_feedback.c63 if (ctx->Light.ShadeModel == GL_SMOOTH) {
89 if (ctx->Light.ShadeModel == GL_SMOOTH) {
H A Ds_aalinetemp.h141 if (ctx->Light.ShadeModel == GL_SMOOTH) {
H A Ds_linetemp.h224 if (ctx->Light.ShadeModel == GL_SMOOTH) {
H A Ds_aatritemp.h122 if (ctx->Light.ShadeModel == GL_SMOOTH) {
H A Ds_tritemp.h356 if (ctx->Light.ShadeModel == GL_SMOOTH) {
640 if (ctx->Light.ShadeModel == GL_SMOOTH) {
H A Ds_triangle.c107 ASSERT(ctx->Light.ShadeModel==GL_SMOOTH); \
1137 if (ctx->Light.ShadeModel==GL_SMOOTH) {
/external/mesa3d/src/mesa/swrast/
H A Ds_feedback.c63 if (ctx->Light.ShadeModel == GL_SMOOTH) {
89 if (ctx->Light.ShadeModel == GL_SMOOTH) {
H A Ds_aalinetemp.h141 if (ctx->Light.ShadeModel == GL_SMOOTH) {
H A Ds_linetemp.h224 if (ctx->Light.ShadeModel == GL_SMOOTH) {
H A Ds_aatritemp.h122 if (ctx->Light.ShadeModel == GL_SMOOTH) {
H A Ds_tritemp.h356 if (ctx->Light.ShadeModel == GL_SMOOTH) {
640 if (ctx->Light.ShadeModel == GL_SMOOTH) {
H A Ds_triangle.c107 ASSERT(ctx->Light.ShadeModel==GL_SMOOTH); \
1137 if (ctx->Light.ShadeModel==GL_SMOOTH) {
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
H A Dnv04_state_raster.c212 if (ctx->Light.ShadeModel == GL_SMOOTH)
H A Dnv10_state_raster.c134 PUSH_DATA (push, ctx->Light.ShadeModel == GL_SMOOTH ?
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnv04_state_raster.c212 if (ctx->Light.ShadeModel == GL_SMOOTH)
H A Dnv10_state_raster.c134 PUSH_DATA (push, ctx->Light.ShadeModel == GL_SMOOTH ?
/external/chromium_org/third_party/webrtc/modules/audio_processing/test/android/apmtest/jni/
H A Dmain.c122 glShadeModel(GL_SMOOTH);
/external/webrtc/src/modules/audio_processing/test/android/apmtest/jni/
H A Dmain.c122 glShadeModel(GL_SMOOTH);
/external/chromium_org/third_party/mesa/src/src/mesa/tnl_dd/
H A Dt_dd_dmatmp.h409 else if (HAVE_TRI_FANS && ctx->Light.ShadeModel == GL_SMOOTH) {
998 } else if (HAVE_TRI_FANS && ctx->Light.ShadeModel == GL_SMOOTH) {
1222 ok = (HAVE_TRI_FANS && ctx->Light.ShadeModel == GL_SMOOTH);
/external/mesa3d/src/mesa/tnl_dd/
H A Dt_dd_dmatmp.h409 else if (HAVE_TRI_FANS && ctx->Light.ShadeModel == GL_SMOOTH) {
998 } else if (HAVE_TRI_FANS && ctx->Light.ShadeModel == GL_SMOOTH) {
1222 ok = (HAVE_TRI_FANS && ctx->Light.ShadeModel == GL_SMOOTH);
/external/qemu/distrib/sdl-1.2.15/test/
H A Dtestgl.c606 glShadeModel(GL_SMOOTH);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
H A Dxm_tri.c1029 if ( ctx->Light.ShadeModel==GL_SMOOTH
1084 && ctx->Light.ShadeModel==GL_SMOOTH
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dlight.c47 if (mode != GL_FLAT && mode != GL_SMOOTH) {
1201 ctx->Light.ShadeModel = GL_SMOOTH;
/external/mesa3d/src/mesa/drivers/x11/
H A Dxm_tri.c1029 if ( ctx->Light.ShadeModel==GL_SMOOTH
1084 && ctx->Light.ShadeModel==GL_SMOOTH
/external/mesa3d/src/mesa/main/
H A Dlight.c47 if (mode != GL_FLAT && mode != GL_SMOOTH) {
1201 ctx->Light.ShadeModel = GL_SMOOTH;

Completed in 1542 milliseconds

12