Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit afa81ed0 authored by Jean-Luc Brouillet's avatar Jean-Luc Brouillet Committed by Android Git Automerger
Browse files

am 79f12bb6: am d967fcbe: am e9f17cda: docs: Overhaul of the RenderScript reference documentation.

* commit '79f12bb6':
  docs: Overhaul of the RenderScript reference documentation.
parents 6da881ba 79f12bb6
Loading
Loading
Loading
Loading
+55 −3
Original line number Diff line number Diff line
@@ -357,8 +357,61 @@
              <li><a href="<?cs var:toroot ?>guide/topics/renderscript/advanced.html">
                    <span class="en">Advanced RenderScript</span></a>
                  </li>
              <li><a href="<?cs var:toroot ?>guide/topics/renderscript/reference.html">
                    <span class="en">Runtime API Reference</span></a>
              <li class="nav-section">
                <div class="nav-section-header">
                  <a href="<?cs var:toroot ?>guide/topics/renderscript/reference/overview.html">
                    <span class="en">Runtime API Reference</span>
                  </a></div>
                <ul>
                  <li><a href="<?cs var:toroot ?>guide/topics/renderscript/reference/rs_value_types.html">
                    <span class="en">Numerical Types</span>
                  </a></li>
                  <li><a href="<?cs var:toroot ?>guide/topics/renderscript/reference/rs_object_types.html">
                    <span class="en">Object Types</span>
                  </a></li>
                  <li><a href="<?cs var:toroot ?>guide/topics/renderscript/reference/rs_convert.html">
                    <span class="en">Conversion Functions</span>
                  </a></li>
                  <li><a href="<?cs var:toroot ?>guide/topics/renderscript/reference/rs_math.html">
                    <span class="en">Mathematical Constants and Functions</span>
                  </a></li>
                  <li><a href="<?cs var:toroot ?>guide/topics/renderscript/reference/rs_vector_math.html">
                    <span class="en">Vector Math Functions</span>
                  </a></li>
                  <li><a href="<?cs var:toroot ?>guide/topics/renderscript/reference/rs_matrix.html">
                    <span class="en">Matrix Functions</span>
                  </a></li>
                  <li><a href="<?cs var:toroot ?>guide/topics/renderscript/reference/rs_quaternion.html">
                    <span class="en">Quaternion Functions</span>
                  </a></li>
                  <li><a href="<?cs var:toroot ?>guide/topics/renderscript/reference/rs_atomic.html">
                    <span class="en">Atomic Update Functions</span>
                  </a></li>
                  <li><a href="<?cs var:toroot ?>guide/topics/renderscript/reference/rs_time.html">
                    <span class="en">Time Functions and Types</span>
                  </a></li>
                  <li><a href="<?cs var:toroot ?>guide/topics/renderscript/reference/rs_allocation_data.html">
                    <span class="en">Allocation Data Access Functions</span>
                  </a></li>
                  <li><a href="<?cs var:toroot ?>guide/topics/renderscript/reference/rs_object_info.html">
                    <span class="en">Object Characteristics Functions</span>
                  </a></li>
                  <li><a href="<?cs var:toroot ?>guide/topics/renderscript/reference/rs_for_each.html">
                    <span class="en">Kernel Invocation Functions and Types</span>
                  </a></li>
                  <li><a href="<?cs var:toroot ?>guide/topics/renderscript/reference/rs_io.html">
                    <span class="en">Input/Output Functions</span>
                  </a></li>
                  <li><a href="<?cs var:toroot ?>guide/topics/renderscript/reference/rs_debug.html">
                    <span class="en">Debugging Functions</span>
                  </a></li>
                  <li><a href="<?cs var:toroot ?>guide/topics/renderscript/reference/rs_graphics.html">
                    <span class="en">Graphics Functions and Types</span>
                  </a></li>
                  <li><a href="<?cs var:toroot ?>guide/topics/renderscript/reference/index.html">
                    <span class="en">Index</span>
                  </a></li>
                </ul>
              </li>
             </ul>
   </li>
@@ -588,4 +641,3 @@
    changeNavLang(getLangPref());
//-->
</script>
+2837 −0

File added.

Preview size limit exceeded, changes collapsed.

+2676 −0

File added.

Preview size limit exceeded, changes collapsed.

+2925 −0

File added.

Preview size limit exceeded, changes collapsed.

+506 −0

File added.

Preview size limit exceeded, changes collapsed.

Loading