Home
last modified time | relevance | path

Searched defs:light (Results 1 - 25 of 58) sorted by relevance

123

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/model/
H A Dmodel_paint_property.h147 void OnModelSingleLightUpdate(const RefPtr<ModelLight>& light) in OnModelSingleLightUpdate() argument
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_dump.h41 nine_dump_D3DLIGHT9(unsigned ch, const D3DLIGHT9 *light) in nine_dump_D3DLIGHT9() argument
/drivers/peripheral/light/test/unittest/hdi/
H A Dhdf_light_hdi_test.cpp398 struct HdfLightColor light; in HWTEST_F() local
[all...]
/drivers/peripheral/light/test/benchmarktest/
H A Dhdf_light_benchmark_test.cpp182 struct HdfLightColor light; in BENCHMARK_F() local
/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/render/
H A Dintf_render_node_scene_util.h71 RENDER_NS::RenderHandle light; member
/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/datastore/
H A Drender_data_store_default_light.cpp72 void RenderDataStoreDefaultLight::AddLight(const RenderLight& light) in AddLight() argument
/third_party/skia/src/effects/
H A DSkEmbossMaskFilter.cpp27 sk_sp<SkMaskFilter> SkEmbossMaskFilter::Make(SkScalar blurSigma, const Light& light) { in Make() argument
48 SkEmbossMaskFilter::Light light; in MakeEmboss() local
63 SkEmbossMaskFilter::SkEmbossMaskFilter(SkScalar blurSigma, const Light& light) in SkEmbossMaskFilter() argument
109 Light light = fLight; filterMask() local
129 Light light; CreateProc() local
[all...]
H A DSkEmbossMask.cpp48 void SkEmbossMask::Emboss(SkMask* mask, const SkEmbossMaskFilter::Light& light) { in Emboss() argument
/drivers/hdf_core/framework/model/misc/light/driver/src/
H A Dlight_driver.c462 const struct DeviceResourceNode *light = NULL; GetLightConfigData() local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dmodel_view_impl.cpp85 void ModelViewImpl::AddLight(const RefPtr<OHOS::Render3D::SVLight>& light) in AddLight() argument
/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/
H A Drender_node_default_camera_controller.h127 RENDER_NS::RenderHandleReference light; member
H A Drender_node_default_material_deferred_shading.h65 RENDER_NS::RenderHandle light; member
H A Drender_node_default_material_render_slot.h79 RENDER_NS::RenderHandle light; member
/third_party/ffmpeg/libavcodec/
H A Dlibdav1d.c458 AVContentLightMetadata *light = av_content_light_metadata_create_side_data(frame); in libdav1d_receive_frame() local
/third_party/cups-filters/cupsfilters/
H A Dcmyk.c1035 light, /* Light ink limit */ in cupsCMYKLoad() local
1877 cupsCMYKSetLtDk(cups_cmyk_t *cmyk, int channel, float light, float dark) cupsCMYKSetLtDk() argument
[all...]
/third_party/mesa3d/src/mesa/program/
H A Dprog_statevars.c195 unsigned light = first_light + i; in fetch_state() local
221 unsigned light = first_light + i; in fetch_state() local
247 unsigned light = first_light + i; in fetch_state() local
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dlight.c100 struct gl_light *light; in do_light() local
254 _mesa_Lightf( GLenum light, GLenu argument
264 _mesa_Lightfv( GLenum light, GLenum pname, const GLfloat *params ) _mesa_Lightfv() argument
325 _mesa_Lighti( GLenum light, GLenum pname, GLint param ) _mesa_Lighti() argument
335 _mesa_Lightiv( GLenum light, GLenum pname, const GLint *params ) _mesa_Lightiv() argument
377 _mesa_GetLightfv( GLenum light, GLenum pname, GLfloat *params ) _mesa_GetLightfv() argument
426 _mesa_GetLightiv( GLenum light, GLenum pname, GLint *params ) _mesa_GetLightiv() argument
683 struct gl_light *light = &ctx->Light.Light[i]; _mesa_update_material() local
694 struct gl_light *light = &ctx->Light.Light[i]; _mesa_update_material() local
719 struct gl_light *light = &ctx->Light.Light[i]; _mesa_update_material() local
730 struct gl_light *light = &ctx->Light.Light[i]; _mesa_update_material() local
742 struct gl_light *light = &ctx->Light.Light[i]; _mesa_update_material() local
753 struct gl_light *light = &ctx->Light.Light[i]; _mesa_update_material() local
956 struct gl_light *light = &ctx->Light.Light[i]; _mesa_update_lighting() local
1034 struct gl_light *light = &ctx->Light.Light[i]; compute_light_positions() local
[all...]
H A Des1_conversion.c211 _mesa_GetLightxv(GLenum light, GLenum pname, GLfixed *params) in _mesa_GetLightxv() argument
219 "glGetLightxv(light=0x%x)", light); in _mesa_GetLightxv() local
488 _mesa_Lightx(GLenum light, GLenum pname, GLfixed param) in _mesa_Lightx() argument
494 _mesa_Lightxv(GLenum light, GLenu argument
502 "glLightxv(light=0x%x)", light); _mesa_Lightxv() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dcapture_gles_1_0_params.cpp92 CaptureGetLightfv_params(const State &glState, bool isCallValid, GLenum light, LightParameter pnamePacked, GLfloat *params, ParamCapture *paramCapture) CaptureGetLightfv_params() argument
103 CaptureGetLightxv_params(const State &glState, bool isCallValid, GLenum light, LightParameter pnamePacked, GLfixed *params, ParamCapture *paramCapture) CaptureGetLightxv_params() argument
196 CaptureLightfv_params(const State &glState, bool isCallValid, GLenum light, LightParameter pnamePacked, const GLfloat *params, ParamCapture *paramCapture) CaptureLightfv_params() argument
207 CaptureLightxv_params(const State &glState, bool isCallValid, GLenum light, LightParameter pnamePacked, const GLfixed *params, ParamCapture *paramCapture) CaptureLightxv_params() argument
/foundation/arkui/ace_engine/frameworks/core/components/scene_viewer/
H A Dscene_viewer_component.h201 void AddLight(const RefPtr<OHOS::Render3D::SVLight>& light) in AddLight() argument
/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/shaders/common/
H A D3d_dm_shadowing_common.h63 CORE_RELAXEDP float light = 1.0; in CalcPcfShadow() local
135 CORE_RELAXEDP float light = 1.0; in CalcPcfShadowMed() local
198 CORE_RELAXEDP float light = 1.0; in CalcPcfShadowSimpleSample() local
229 CORE_RELAXEDP float light = 1.0; CalcVsmShadow() local
254 CORE_RELAXEDP float light = 1.0; CalcVsmShadowSimpleSample() local
[all...]
/third_party/backends/backend/
H A Dplustek-usbcalfile.c82 LightCtrl light; member
[all...]
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_camera_profile.cpp82 real64 dng_camera_profile::IlluminantToTemperature (uint32 light) in IlluminantToTemperature() argument
/third_party/qrcodegen/c/
H A Dqrcodegen-test.c488 bool light = (x == 3 && y == 8) || (x == 61 && y == 49); in testGetSetModule() local
/third_party/ffmpeg/libavfilter/
H A Dvf_colorconstancy.c538 static void normalize_light(double *light) in normalize_light() argument
[all...]

Completed in 17 milliseconds

123