Searched refs:light_position (Results 1 – 3 of 3) sorted by relevance
/third_party/flutter/glfw/examples/ |
D | splitview.c | 215 const GLfloat light_position[4] = {0.0f, 8.0f, 8.0f, 1.0f}; in drawAllViews() local 331 glLightfv(GL_LIGHT1, GL_POSITION, light_position); in drawAllViews()
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_shader_pixel_local_storage2.txt | 695 uniform vec4 light_position; 708 …nBuffer = do_lighting(gbuf.depth, gbuf.normal_roughness, gbuf.albedo_metallicness, light_position);
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_shader_pixel_local_storage2.txt | 695 uniform vec4 light_position; 708 …nBuffer = do_lighting(gbuf.depth, gbuf.normal_roughness, gbuf.albedo_metallicness, light_position);
|