/aosp_15_r20/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/ |
H A D | Material.java | 83 float diffuse = .7f; in simpleSetup() local 118 float diffuse = .7f; in setup() local 154 float diffuse = (material[i].length > 3) ? material[i][3] / 100.f : .6f; in setup() local 183 float diffuse = .7f; in setup() local 270 float diffuse = m[k].mDiffuse * t1 + m[k + 1].mDiffuse * t2; in buildMaterialProp() local
|
/aosp_15_r20/external/angle/src/tests/gl_tests/gles1/ |
H A D | LightsTest.cpp | 252 const GLColor32F diffuse(rng.randomFloat(), rng.randomFloat(), rng.randomFloat(), in TEST_P() local 361 const GLfloat diffuse[4] = {1.0f, 1.0f, 1.0f, 1.0f}; in TEST_P() local 453 GLfloat diffuse[4] = {0.7f, 0.7f, 0.7f, 1.0f}; in TEST_P() local 472 GLfloat diffuse[4] = {0.7f, 0.7f, 0.7f, 1.0f}; in TEST_P() local
|
H A D | ColorMaterialTest.cpp | 49 std::array<GLfloat, 4> diffuse = {}; in TEST_P() local 68 std::array<GLfloat, 4> diffuse = {}; in TEST_P() local
|
/aosp_15_r20/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | GLEScmContext.h | 152 GLfloat diffuse[4] = { 0.8f, 0.8f, 0.8f, 1.0f }; member 165 GLfloat diffuse[4] = { 0.0f, 0.0f, 0.0f, 1.0f }; member
|
/aosp_15_r20/external/angle/src/libANGLE/ |
H A D | GLES1State.h | 44 ColorF diffuse; member 65 ColorF diffuse = {0.0f, 0.0f, 0.0f, 1.0f}; member
|
/aosp_15_r20/external/mesa3d/src/mesa/main/ |
H A D | ffvertex_prog.c | 954 nir_def *diffuse = lightprod_front[i][1]; in build_lighting() local 998 nir_def *diffuse = lightprod_back[i][1]; in build_lighting() local
|
/aosp_15_r20/external/skia/gm/ |
H A D | imagemakewithfilter.cpp | 163 sk_sp<SkImageFilter> diffuse = SkImageFilters::PointLitDiffuse( in lighting_factory() local
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | d3dtypes.h | 494 D3DCOLORVALUE diffuse; member 519 D3DCOLORVALUE diffuse; member 1291 D3DDP_PTRSTRIDE diffuse; member
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/svga/include/ |
H A D | svga3d_cmd.h | 464 float diffuse[4]; member 973 float diffuse[4]; member
|
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/HLSL/ |
H A D | hlslParseHelper.cpp | 5177 TIntermAggregate* diffuse = new TIntermAggregate(EOpMax); in decomposeIntrinsic() local
|
/aosp_15_r20/external/deqp-deps/glslang/glslang/HLSL/ |
D | hlslParseHelper.cpp | 5182 TIntermAggregate* diffuse = new TIntermAggregate(EOpMax); in decomposeIntrinsic() local
|