Home
last modified time | relevance | path

Searched refs:diffuse (Results 1 – 25 of 104) sorted by relevance

12345

/third_party/gstreamer/gstplugins_bad/gst/geometrictransform/
Dgstdiffuse.c87 GST_ELEMENT_REGISTER_DEFINE_WITH_CODE (diffuse, "diffuse", GST_RANK_NONE,
95 GstDiffuse *diffuse; in gst_diffuse_set_property() local
100 diffuse = GST_DIFFUSE_CAST (object); in gst_diffuse_set_property()
102 GST_OBJECT_LOCK (diffuse); in gst_diffuse_set_property()
106 if (v != diffuse->scale) { in gst_diffuse_set_property()
107 diffuse->scale = v; in gst_diffuse_set_property()
115 GST_OBJECT_UNLOCK (diffuse); in gst_diffuse_set_property()
122 GstDiffuse *diffuse; in gst_diffuse_get_property() local
124 diffuse = GST_DIFFUSE_CAST (object); in gst_diffuse_get_property()
128 g_value_set_double (value, diffuse->scale); in gst_diffuse_get_property()
[all …]
Dgstdiffuse.h86 GST_ELEMENT_REGISTER_DECLARE (diffuse);
Dplugin.c47 ret |= GST_ELEMENT_REGISTER (diffuse, plugin); in plugin_init()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/gles1/
DLightsTest.cpp250 const GLColor32F diffuse(rng.randomFloat(), rng.randomFloat(), rng.randomFloat(), in TEST_P() local
269 glLightfv(GL_LIGHT0 + i, GL_DIFFUSE, &diffuse.R); in TEST_P()
272 EXPECT_EQ(diffuse, actualColor); in TEST_P()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/gles1/
DLightsTest.cpp250 const GLColor32F diffuse(rng.randomFloat(), rng.randomFloat(), rng.randomFloat(), in TEST_P() local
269 glLightfv(GL_LIGHT0 + i, GL_DIFFUSE, &diffuse.R); in TEST_P()
272 EXPECT_EQ(diffuse, actualColor); in TEST_P()
/third_party/skia/third_party/externals/opengl-registry/extensions/HP/
DHP_texture_lighting.txt77 Emissive, ambient, and diffuse color, c :
128 R , G , and B refer to c , the emissive, ambient, and diffuse color.
/third_party/openGLES/extensions/HP/
DHP_texture_lighting.txt77 Emissive, ambient, and diffuse color, c :
128 R , G , and B refer to c , the emissive, ambient, and diffuse color.
/third_party/flutter/skia/src/shaders/
DSkLightingShader.cpp361 SkPMColor diffuse[BUFFER_MAX]; in shadeSpan() local
372 fDiffuseContext->shadeSpan(x, y, diffuse, n); in shadeSpan()
377 diffColor = SkUnPreMultiply::PMColorToColor(diffuse[i]); in shadeSpan()
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_shadow_ambient.txt67 ( ambient + diffuseShade * diffuse) * decal + specular * shade
74 TEXTURE_FAIL_VALUE_ARB) then we can express the diffuse term with
79 needed in order to compute diffuseShade * diffuse * decal.
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DPixelPipeline.hpp26 …PixelRoutine(state, shader), current(rs[0]), diffuse(vs[0]), specular(vs[1]), perturbate(false), l… in PixelPipeline()
37 Vector4s &diffuse; member in sw::PixelPipeline
DPixelPipeline.cpp25 …if(state.color[0].component & 0x1) diffuse.x = convertFixed12(v[0].x); else diffuse.x = Short4(0x1… in setBuiltins()
26 …if(state.color[0].component & 0x2) diffuse.y = convertFixed12(v[0].y); else diffuse.y = Short4(0x1… in setBuiltins()
27 …if(state.color[0].component & 0x4) diffuse.z = convertFixed12(v[0].z); else diffuse.z = Short4(0x1… in setBuiltins()
28 …if(state.color[0].component & 0x8) diffuse.w = convertFixed12(v[0].w); else diffuse.w = Short4(0x1… in setBuiltins()
38 current = diffuse; in fixedFunction()
448 case TextureStage::SOURCE_DIFFUSE: arg1 = &diffuse; break; in blendTexture()
461 case TextureStage::SOURCE_DIFFUSE: arg2 = &diffuse; break; in blendTexture()
474 case TextureStage::SOURCE_DIFFUSE: arg3 = &diffuse; break; in blendTexture()
697 …res.x = SubSat(arg1->x, arg2->x); res.x = MulHigh(res.x, diffuse.w) << 4; res.x = AddSat(res.x, ar… in blendTexture()
698 …res.y = SubSat(arg1->y, arg2->y); res.y = MulHigh(res.y, diffuse.w) << 4; res.y = AddSat(res.y, ar… in blendTexture()
[all …]
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DGLES1State.h44 ColorF diffuse; member
65 ColorF diffuse = {0.0f, 0.0f, 0.0f, 1.0f}; member
DGLES1State.cpp136 mMaterial.diffuse = {0.8f, 0.8f, 0.8f, 1.0f}; in initialize()
148 mLights[0].diffuse = {1.0f, 1.0f, 1.0f, 1.0f}; in initialize()
/third_party/glslang/Test/baseResults/
D140.vert.out47 …4-component vector of float ambient, global 4-component vector of float diffuse, global 4-compon…
48 …4-component vector of float ambient, global 4-component vector of float diffuse, global 4-compon…
186 …4-component vector of float ambient, global 4-component vector of float diffuse, global 4-compon…
187 …4-component vector of float ambient, global 4-component vector of float diffuse, global 4-compon…
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DGLES1State.h44 ColorF diffuse; member
65 ColorF diffuse = {0.0f, 0.0f, 0.0f, 1.0f}; member
DGLES1State.cpp138 mMaterial.diffuse = {0.8f, 0.8f, 0.8f, 1.0f}; in initialize()
150 mLights[0].diffuse = {1.0f, 1.0f, 1.0f, 1.0f}; in initialize()
/third_party/openGLES/extensions/ARB/
DARB_shadow_ambient.txt77 ( ambient + diffuseShade * diffuse) * decal + specular * shade
84 TEXTURE_FAIL_VALUE_ARB) then we can express the diffuse term with
89 needed in order to compute diffuseShade * diffuse * decal.
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/
DSGIX_nonlinear_lighting_pervertex.txt31 this reflectance model replaces diffuse and specular (and ambient?)
49 (analagous to specular, diffuse, ambient components in the basic
68 in place of the per-vertex specular, diffuse lighting.
135 current lighting parameters and using the specular/diffuse
/third_party/openGLES/extensions/SGIX/
DSGIX_nonlinear_lighting_pervertex.txt31 this reflectance model replaces diffuse and specular (and ambient?)
49 (analagous to specular, diffuse, ambient components in the basic
68 in place of the per-vertex specular, diffuse lighting.
135 current lighting parameters and using the specular/diffuse
/third_party/flutter/skia/third_party/externals/angle2/doc/
DCompilingTranslatorWithEmscripten.md33 uniform sampler2D diffuse;
47 vec4 diffuseColor = texture2D(diffuse, v_texCoord);
/third_party/skia/third_party/externals/angle2/doc/
DCompilingTranslatorWithEmscripten.md33 uniform sampler2D diffuse;
47 vec4 diffuseColor = texture2D(diffuse, v_texCoord);
/third_party/mesa3d/src/gallium/drivers/svga/svgadump/
Dsvga_dump.c466 _debug_printf("\t\t.material.diffuse[0] = %f\n", (*cmd).material.diffuse[0]); in dump_SVGA3dCmdSetMaterial()
467 _debug_printf("\t\t.material.diffuse[1] = %f\n", (*cmd).material.diffuse[1]); in dump_SVGA3dCmdSetMaterial()
468 _debug_printf("\t\t.material.diffuse[2] = %f\n", (*cmd).material.diffuse[2]); in dump_SVGA3dCmdSetMaterial()
469 _debug_printf("\t\t.material.diffuse[3] = %f\n", (*cmd).material.diffuse[3]); in dump_SVGA3dCmdSetMaterial()
514 _debug_printf("\t\t.data.diffuse[0] = %f\n", (*cmd).data.diffuse[0]); in dump_SVGA3dCmdSetLightData()
515 _debug_printf("\t\t.data.diffuse[1] = %f\n", (*cmd).data.diffuse[1]); in dump_SVGA3dCmdSetLightData()
516 _debug_printf("\t\t.data.diffuse[2] = %f\n", (*cmd).data.diffuse[2]); in dump_SVGA3dCmdSetLightData()
517 _debug_printf("\t\t.data.diffuse[3] = %f\n", (*cmd).data.diffuse[3]); in dump_SVGA3dCmdSetLightData()
/third_party/flutter/skia/tests/
DSerializationTest.cpp606 SkBitmap diffuse = ToolUtils::create_checkerboard_bitmap( in DEF_TEST() local
609 SkRect bitmapBounds = SkRect::MakeIWH(diffuse.width(), diffuse.height()); in DEF_TEST()
624 sk_sp<SkShader> diffuseShader = diffuse.makeShader(&matrix); in DEF_TEST()
/third_party/skia/gm/
Dimagemakewithfilter.cpp160 sk_sp<SkImageFilter> diffuse = SkImageFilters::PointLitDiffuse( in lighting_factory() local
165 return SkImageFilters::Merge(std::move(diffuse), std::move(specular), cropRect); in lighting_factory()
/third_party/flutter/skia/gm/
Dimagemakewithfilter.cpp160 sk_sp<SkImageFilter> diffuse = SkImageFilters::PointLitDiffuse( in lighting_factory() local
165 return SkImageFilters::Merge(std::move(diffuse), std::move(specular), cropRect); in lighting_factory()

12345