We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Why two sample code example in site Arm Developer for android SDK - is missing. First - Shader Pixel Local Storage and second - Advanced Shading Techniques with Pixel Local Storage. Where to find all code this examples, thanks !
The Mali OpenGL ES SDK for Linux contains at least the first sample, in Mali_OpenGL_ES_SDK_v2.4.4/samples/opengles_30/shader_pixel_local_storage.
The Mali OpenGL ES SDK for Android contains A Subsurface Scattering sample similar to the second example (the sss function code is not the same) in Mali_OpenGL_ES_SDK_for_Android_v2.1.0/samples/advanced_samples/Translucency/assets/scattering.fs.
Note that the SDK is mostly a package containing running OpenGL ES samples, a documentation describing the samples and some reusable libraries / boiler-plate code.