Searched defs:ambient (Results 1 - 16 of 16) sorted by relevance

/external/autotest/client/site_tests/graphics_SanAngeles/src/
H A Dshader.h24 GLint ambient; member in struct:__anon505
/external/skia/src/effects/
H A DSkEmbossMaskFilter.cpp22 SkScalar ambient, SkScalar specular) {
30 // ambient should be 0...1 as a scalar
31 light.fAmbient = SkUnitScalarClampToByte(ambient);
139 str->appendf("ambient: %d specular: %d ",
21 MakeEmboss(SkScalar blurSigma, const SkScalar direction[3], SkScalar ambient, SkScalar specular) argument
H A DSkEmbossMask.cpp87 int ambient = light.fAmbient; local
113 int mul = ambient;
/external/linux-kselftest/tools/testing/selftests/capabilities/
H A Dtest_execve.c196 bool eff, bool perm, bool inh, bool ambient)
199 (perm ? "1" : "0"), (inh ? "1" : "0"), (ambient ? "1" : "0"),
204 static void exec_validate_cap(bool eff, bool perm, bool inh, bool ambient) argument
206 exec_other_validate_cap("./validate_cap", eff, perm, inh, ambient);
272 /* We should not be able to add ambient caps yet. */
195 exec_other_validate_cap(const char *name, bool eff, bool perm, bool inh, bool ambient) argument
/external/vulkan-validation-layers/libs/glm/detail/
H A Ddummy.cpp40 glm::vec4 ambient; // Acm member in struct:material
48 glm::vec4 ambient; // Acli
47 glm::vec4 ambient; // Acli member in struct:light
/external/swiftshader/src/Shader/
H A DVertexPipeline.cpp242 Vector4f ambient; local
245 ambient.x = globalAmbient.x;
246 ambient.y = globalAmbient.y;
247 ambient.z = globalAmbient.z;
289 ambient.x = ambient.x + lightAmbient.x * att;
290 ambient.y = ambient.y + lightAmbient.y * att;
291 ambient.z = ambient
[all...]
/external/mesa3d/src/mesa/main/
H A Dffvertex_prog.c1185 struct ureg ambient = get_lightprod(p, i, 0, STATE_AMBIENT); local
1216 emit_op3(p, OPCODE_MAD, _col0, 0, swizzle1(lit,X), ambient, _col0);
1221 emit_op2(p, OPCODE_ADD, _col0, 0, ambient, _col0);
1226 emit_op2(p, OPCODE_ADD, _col0, 0, ambient, _col0);
1232 release_temp(p, ambient);
1240 struct ureg ambient = get_lightprod(p, i, 1, STATE_AMBIENT); local
1277 emit_op3(p, OPCODE_MAD, _bfc0, 0, swizzle1(lit,X), ambient, _bfc0);
1281 emit_op2(p, OPCODE_ADD, _bfc0, 0, ambient, _bfc0); /**/
1285 emit_op2(p, OPCODE_ADD, _bfc0, 0, ambient, _bfc0);
1295 release_temp(p, ambient);
[all...]
/external/swiftshader/src/OpenGL/libGLES_CM/
H A DContext.h136 Color ambient; member in struct:es1::Light
/external/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga3d_reg.h1284 float ambient[4]; member in struct:__anon14740
1593 float ambient[4]; member in struct:__anon14763
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 893 milliseconds