HomeSort by relevance Sort by last modified time
    Searched refs:Light (Results 151 - 175 of 199) sorted by null

1 2 3 4 5 67 8

  /external/chromium_org/third_party/skia/src/views/
SkWidgets.cpp 243 SkEmbossMaskFilter::Light light; local
245 light.fDirection[0] = SK_Scalar1/2;
246 light.fDirection[1] = SK_Scalar1/2;
247 light.fDirection[2] = SK_Scalar1/3;
248 light.fAmbient = 0x48;
249 light.fSpecular = 0x80;
253 light.fDirection[0] = -light.fDirection[0];
254 light.fDirection[1] = -light.fDirection[1]
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vs.c 410 key.clamp_vertex_color = ctx->Light._ClampVertexColor;
brw_wm.c 568 key->flat_shade = (ctx->Light.ShadeModel == GL_FLAT);
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv10_state_frag.c 341 if (ctx->Fog.ColorSumEnabled || ctx->Light.Enabled) {
  /external/mesa3d/src/mesa/swrast/
s_aatritemp.h 122 if (ctx->Light.ShadeModel == GL_SMOOTH) {
s_span.c 113 if (ctx->Light.Enabled || ctx->Fog.ColorSumEnabled)
    [all...]
  /external/skia/src/sfnt/
SkOTTable_OS_2_V1.h 28 ((Light, SkTEndian_SwapBE16(300)))
SkOTTable_OS_2_V2.h 28 ((Light, SkTEndian_SwapBE16(300)))
  /external/skia/src/views/
SkWidgets.cpp 243 SkEmbossMaskFilter::Light light; local
245 light.fDirection[0] = SK_Scalar1/2;
246 light.fDirection[1] = SK_Scalar1/2;
247 light.fDirection[2] = SK_Scalar1/3;
248 light.fAmbient = 0x48;
249 light.fSpecular = 0x80;
253 light.fDirection[0] = -light.fDirection[0];
254 light.fDirection[1] = -light.fDirection[1]
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/osmesa/
osmesa.c 200 if (ctx->Light.ShadeModel != GL_FLAT) return NULL;
313 if (ctx->Light.ShadeModel == GL_SMOOTH) {
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl_dd/
t_dd_dmatmp2.h 428 else if (ctx->Light.ShadeModel == GL_FLAT) {
824 if (ctx->Light.ShadeModel == GL_FLAT) {
  /external/mesa3d/src/mesa/drivers/osmesa/
osmesa.c 200 if (ctx->Light.ShadeModel != GL_FLAT) return NULL;
313 if (ctx->Light.ShadeModel == GL_SMOOTH) {
    [all...]
  /external/mesa3d/src/mesa/tnl_dd/
t_dd_dmatmp2.h 428 else if (ctx->Light.ShadeModel == GL_FLAT) {
824 if (ctx->Light.ShadeModel == GL_FLAT) {
  /external/wpa_supplicant_8/wpa_supplicant/
nmake.mak 172 # If using Win32 OpenSSL binary installation from Shining Light Productions,
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_span.c 113 if (ctx->Light.Enabled || ctx->Fog.ColorSumEnabled)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/vbo/
vbo_exec_api.c 42 #include "main/light.h"
160 * ctx->Current.Attrib and ctx->Light.Material.Attrib arrays.
186 * that doesn't get used (eg light positions).
199 if (ctx->Light.ColorMaterialEnabled &&
465 if (ctx->Light.ColorMaterialEnabled) {
466 updateMats = ~ctx->Light._ColorMaterialBitmask;
    [all...]
  /external/mesa3d/src/mesa/vbo/
vbo_exec_api.c 42 #include "main/light.h"
160 * ctx->Current.Attrib and ctx->Light.Material.Attrib arrays.
186 * that doesn't get used (eg light positions).
199 if (ctx->Light.ColorMaterialEnabled &&
465 if (ctx->Light.ColorMaterialEnabled) {
466 updateMats = ~ctx->Light._ColorMaterialBitmask;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_wm.c 568 key->flat_shade = (ctx->Light.ShadeModel == GL_FLAT);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
r200_tcl.c 40 #include "main/light.h"
396 if (ctx->Light.Enabled) {
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
xm_line.c 460 if (ctx->Light.ShadeModel != GL_FLAT) return (swrast_line_func) NULL;
  /external/chromium_org/third_party/skia/src/sfnt/
SkOTTable_OS_2_V3.h 28 ((Light, SkTEndian_SwapBE16(300)))
SkOTTable_OS_2_V4.h 28 ((Light, SkTEndian_SwapBE16(300)))
  /external/chromium_org/third_party/skia/tests/
BlurTest.cpp 552 SkEmbossMaskFilter::Light light = { local
557 SkAutoTUnref<SkMaskFilter> mf(SkEmbossMaskFilter::Create(sigma, light));
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_tcl.c 40 #include "main/light.h"
396 if (ctx->Light.Enabled) {
  /external/mesa3d/src/mesa/drivers/x11/
xm_line.c 460 if (ctx->Light.ShadeModel != GL_FLAT) return (swrast_line_func) NULL;

Completed in 835 milliseconds

1 2 3 4 5 67 8