am ce6b9db4: Merge "Update docs for RS object API fixes."

* commit 'ce6b9db498b67c8136a9267c2f87b432a5f22206':
  Update docs for RS object API fixes.
This commit is contained in:
Stephen Hines
2015-09-15 23:09:59 +00:00
committed by Android Git Automerger
5 changed files with 36 additions and 60 deletions

View File

@@ -205,7 +205,7 @@ locality when the processing is distributed over multiple cores.
<span class='normal'>: Handle to a kernel invocation context</span> <span class='normal'>: Handle to a kernel invocation context</span>
</h4> </h4>
<div class='jd-details-descr'> <div class='jd-details-descr'>
<p>A typedef of: const struct rs_kernel_context_t *&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Added in <a href='http://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels'>API level 23</a> <p>A typedef of: const struct rs_kernel_context_t *&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Added in <a href='http://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels'>API level 23</a>
</p> </p>
<p> The kernel context contains common characteristics of the allocations being iterated <p> The kernel context contains common characteristics of the allocations being iterated
over, like dimensions. It also contains rarely used indices of the currently processed over, like dimensions. It also contains rarely used indices of the currently processed

View File

@@ -502,7 +502,7 @@ page.title=RenderScript Graphics Functions and Types
</h4> </h4>
<div class='jd-details-descr'> <div class='jd-details-descr'>
<p>An enum with the following values:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <p>An enum with the following values:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
When compiling for 32 bits. <a href='http://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels'>API level 16 - 22</a> When compiling for 32 bits. <a href='http://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels'>API level 16 - 22</a>
</p> </p>
<table class='jd-tagtable'><tbody> <table class='jd-tagtable'><tbody>
<tr><th>RS_BLEND_DST_ZERO = 0</th><td></td></tr> <tr><th>RS_BLEND_DST_ZERO = 0</th><td></td></tr>
@@ -527,7 +527,7 @@ page.title=RenderScript Graphics Functions and Types
</h4> </h4>
<div class='jd-details-descr'> <div class='jd-details-descr'>
<p>An enum with the following values:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <p>An enum with the following values:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
When compiling for 32 bits. <a href='http://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels'>API level 16 - 22</a> When compiling for 32 bits. <a href='http://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels'>API level 16 - 22</a>
</p> </p>
<table class='jd-tagtable'><tbody> <table class='jd-tagtable'><tbody>
<tr><th>RS_BLEND_SRC_ZERO = 0</th><td></td></tr> <tr><th>RS_BLEND_SRC_ZERO = 0</th><td></td></tr>
@@ -553,7 +553,7 @@ page.title=RenderScript Graphics Functions and Types
</h4> </h4>
<div class='jd-details-descr'> <div class='jd-details-descr'>
<p>An enum with the following values:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <p>An enum with the following values:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
When compiling for 32 bits. <a href='http://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels'>API level 16 - 22</a> When compiling for 32 bits. <a href='http://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels'>API level 16 - 22</a>
</p> </p>
<table class='jd-tagtable'><tbody> <table class='jd-tagtable'><tbody>
<tr><th>RS_CULL_BACK = 0</th><td></td></tr> <tr><th>RS_CULL_BACK = 0</th><td></td></tr>
@@ -573,7 +573,7 @@ page.title=RenderScript Graphics Functions and Types
</h4> </h4>
<div class='jd-details-descr'> <div class='jd-details-descr'>
<p>An enum with the following values:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <p>An enum with the following values:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
When compiling for 32 bits. <a href='http://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels'>API level 16 - 22</a> When compiling for 32 bits. <a href='http://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels'>API level 16 - 22</a>
</p> </p>
<table class='jd-tagtable'><tbody> <table class='jd-tagtable'><tbody>
<tr><th>RS_DEPTH_FUNC_ALWAYS = 0</th><td>Always drawn</td></tr> <tr><th>RS_DEPTH_FUNC_ALWAYS = 0</th><td>Always drawn</td></tr>
@@ -599,11 +599,7 @@ depth to that found in the depth buffer.
<span class='normal'>: Handle to a Font</span> <span class='normal'>: Handle to a Font</span>
</h4> </h4>
<div class='jd-details-descr'> <div class='jd-details-descr'>
<p>A typedef of: _RS_HANDLE __attribute__(( <p>When compiling for 32 bits. Removed from <a href='http://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels'>API level 23 and higher</a>
#if (defined(RS_VERSION) && (RS_VERSION >= 1))
deprecated
#endif
))&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; When compiling for 32 bits. Removed from <a href='http://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels'>API level 23 and higher</a>
</p> </p>
<p><b>Deprecated.</b> Do not use.</p> <p><b>Deprecated.</b> Do not use.</p>
<p> Opaque handle to a RenderScript font object. <p> Opaque handle to a RenderScript font object.
@@ -619,11 +615,7 @@ See: android.renderscript.Font
<span class='normal'>: Handle to a Mesh</span> <span class='normal'>: Handle to a Mesh</span>
</h4> </h4>
<div class='jd-details-descr'> <div class='jd-details-descr'>
<p>A typedef of: _RS_HANDLE __attribute__(( <p>When compiling for 32 bits. Removed from <a href='http://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels'>API level 23 and higher</a>
#if (defined(RS_VERSION) && (RS_VERSION >= 1))
deprecated
#endif
))&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; When compiling for 32 bits. Removed from <a href='http://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels'>API level 23 and higher</a>
</p> </p>
<p><b>Deprecated.</b> Do not use.</p> <p><b>Deprecated.</b> Do not use.</p>
<p> Opaque handle to a RenderScript mesh object. <p> Opaque handle to a RenderScript mesh object.
@@ -640,7 +632,7 @@ See: android.renderscript.Mesh
</h4> </h4>
<div class='jd-details-descr'> <div class='jd-details-descr'>
<p>An enum with the following values:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <p>An enum with the following values:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
When compiling for 32 bits. <a href='http://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels'>API level 16 - 22</a> When compiling for 32 bits. <a href='http://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels'>API level 16 - 22</a>
</p> </p>
<table class='jd-tagtable'><tbody> <table class='jd-tagtable'><tbody>
<tr><th>RS_PRIMITIVE_POINT = 0</th><td>Vertex data will be rendered as a series of points</td></tr> <tr><th>RS_PRIMITIVE_POINT = 0</th><td>Vertex data will be rendered as a series of points</td></tr>
@@ -664,11 +656,7 @@ See: android.renderscript.Mesh
<span class='normal'>: Handle to a ProgramFragment</span> <span class='normal'>: Handle to a ProgramFragment</span>
</h4> </h4>
<div class='jd-details-descr'> <div class='jd-details-descr'>
<p>A typedef of: _RS_HANDLE __attribute__(( <p>When compiling for 32 bits. Removed from <a href='http://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels'>API level 23 and higher</a>
#if (defined(RS_VERSION) && (RS_VERSION >= 1))
deprecated
#endif
))&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; When compiling for 32 bits. Removed from <a href='http://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels'>API level 23 and higher</a>
</p> </p>
<p><b>Deprecated.</b> Do not use.</p> <p><b>Deprecated.</b> Do not use.</p>
<p> Opaque handle to a RenderScript ProgramFragment object. <p> Opaque handle to a RenderScript ProgramFragment object.
@@ -684,11 +672,7 @@ See: android.renderscript.ProgramFragment
<span class='normal'>: Handle to a ProgramRaster</span> <span class='normal'>: Handle to a ProgramRaster</span>
</h4> </h4>
<div class='jd-details-descr'> <div class='jd-details-descr'>
<p>A typedef of: _RS_HANDLE __attribute__(( <p>When compiling for 32 bits. Removed from <a href='http://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels'>API level 23 and higher</a>
#if (defined(RS_VERSION) && (RS_VERSION >= 1))
deprecated
#endif
))&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; When compiling for 32 bits. Removed from <a href='http://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels'>API level 23 and higher</a>
</p> </p>
<p><b>Deprecated.</b> Do not use.</p> <p><b>Deprecated.</b> Do not use.</p>
<p> Opaque handle to a RenderScript ProgramRaster object. <p> Opaque handle to a RenderScript ProgramRaster object.
@@ -704,11 +688,7 @@ See: android.renderscript.ProgramRaster
<span class='normal'>: Handle to a ProgramStore</span> <span class='normal'>: Handle to a ProgramStore</span>
</h4> </h4>
<div class='jd-details-descr'> <div class='jd-details-descr'>
<p>A typedef of: _RS_HANDLE __attribute__(( <p>When compiling for 32 bits. Removed from <a href='http://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels'>API level 23 and higher</a>
#if (defined(RS_VERSION) && (RS_VERSION >= 1))
deprecated
#endif
))&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; When compiling for 32 bits. Removed from <a href='http://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels'>API level 23 and higher</a>
</p> </p>
<p><b>Deprecated.</b> Do not use.</p> <p><b>Deprecated.</b> Do not use.</p>
<p> Opaque handle to a RenderScript ProgramStore object. <p> Opaque handle to a RenderScript ProgramStore object.
@@ -724,11 +704,7 @@ See: android.renderscript.ProgramStore
<span class='normal'>: Handle to a ProgramVertex</span> <span class='normal'>: Handle to a ProgramVertex</span>
</h4> </h4>
<div class='jd-details-descr'> <div class='jd-details-descr'>
<p>A typedef of: _RS_HANDLE __attribute__(( <p>When compiling for 32 bits. Removed from <a href='http://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels'>API level 23 and higher</a>
#if (defined(RS_VERSION) && (RS_VERSION >= 1))
deprecated
#endif
))&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; When compiling for 32 bits. Removed from <a href='http://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels'>API level 23 and higher</a>
</p> </p>
<p><b>Deprecated.</b> Do not use.</p> <p><b>Deprecated.</b> Do not use.</p>
<p> Opaque handle to a RenderScript ProgramVertex object. <p> Opaque handle to a RenderScript ProgramVertex object.

View File

@@ -99,7 +99,7 @@ elements, and scripts. Most of these object are created using the Java RenderSc
<span class='normal'>: Handle to an allocation</span> <span class='normal'>: Handle to an allocation</span>
</h4> </h4>
<div class='jd-details-descr'> <div class='jd-details-descr'>
<p>A typedef of: _RS_HANDLE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</p> <p></p>
<p> An opaque handle to a RenderScript allocation. <p> An opaque handle to a RenderScript allocation.
</p> </p>
@@ -116,7 +116,7 @@ elements, and scripts. Most of these object are created using the Java RenderSc
</h4> </h4>
<div class='jd-details-descr'> <div class='jd-details-descr'>
<p>An enum with the following values:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <p>An enum with the following values:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Added in <a href='http://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels'>API level 14</a> Added in <a href='http://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels'>API level 14</a>
</p> </p>
<table class='jd-tagtable'><tbody> <table class='jd-tagtable'><tbody>
<tr><th>RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X = 0</th><td></td></tr> <tr><th>RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X = 0</th><td></td></tr>
@@ -139,7 +139,7 @@ elements, and scripts. Most of these object are created using the Java RenderSc
</h4> </h4>
<div class='jd-details-descr'> <div class='jd-details-descr'>
<p>An enum with the following values:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <p>An enum with the following values:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Added in <a href='http://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels'>API level 14</a> Added in <a href='http://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels'>API level 14</a>
</p> </p>
<table class='jd-tagtable'><tbody> <table class='jd-tagtable'><tbody>
<tr><th>RS_ALLOCATION_USAGE_SCRIPT = 0x0001</th><td>Allocation is bound to and accessed by scripts.</td></tr> <tr><th>RS_ALLOCATION_USAGE_SCRIPT = 0x0001</th><td>Allocation is bound to and accessed by scripts.</td></tr>
@@ -165,7 +165,7 @@ relevant to an allocation or an operation on an allocation.
</h4> </h4>
<div class='jd-details-descr'> <div class='jd-details-descr'>
<p>An enum with the following values:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <p>An enum with the following values:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Added in <a href='http://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels'>API level 16</a> Added in <a href='http://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels'>API level 16</a>
</p> </p>
<table class='jd-tagtable'><tbody> <table class='jd-tagtable'><tbody>
<tr><th>RS_KIND_USER = 0</th><td>No special interpretation.</td></tr> <tr><th>RS_KIND_USER = 0</th><td>No special interpretation.</td></tr>
@@ -202,7 +202,7 @@ texture formats.
</h4> </h4>
<div class='jd-details-descr'> <div class='jd-details-descr'>
<p>An enum with the following values:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <p>An enum with the following values:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Added in <a href='http://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels'>API level 16</a> Added in <a href='http://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels'>API level 16</a>
</p> </p>
<table class='jd-tagtable'><tbody> <table class='jd-tagtable'><tbody>
<tr><th>RS_TYPE_NONE = 0</th><td>Element is a complex type, i.e. a struct.</td></tr> <tr><th>RS_TYPE_NONE = 0</th><td>Element is a complex type, i.e. a struct.</td></tr>
@@ -253,7 +253,7 @@ as a single unit for packing and alignment purposes.
<span class='normal'>: Handle to an element</span> <span class='normal'>: Handle to an element</span>
</h4> </h4>
<div class='jd-details-descr'> <div class='jd-details-descr'>
<p>A typedef of: _RS_HANDLE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</p> <p></p>
<p> An opaque handle to a RenderScript element. <p> An opaque handle to a RenderScript element.
</p> </p>
@@ -269,7 +269,7 @@ as a single unit for packing and alignment purposes.
<span class='normal'>: Handle to a Sampler</span> <span class='normal'>: Handle to a Sampler</span>
</h4> </h4>
<div class='jd-details-descr'> <div class='jd-details-descr'>
<p>A typedef of: _RS_HANDLE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</p> <p></p>
<p> An opaque handle to a RenderScript sampler object. <p> An opaque handle to a RenderScript sampler object.
</p> </p>
@@ -286,7 +286,7 @@ as a single unit for packing and alignment purposes.
</h4> </h4>
<div class='jd-details-descr'> <div class='jd-details-descr'>
<p>An enum with the following values:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <p>An enum with the following values:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Added in <a href='http://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels'>API level 16</a> Added in <a href='http://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels'>API level 16</a>
</p> </p>
<table class='jd-tagtable'><tbody> <table class='jd-tagtable'><tbody>
<tr><th>RS_SAMPLER_NEAREST = 0</th><td></td></tr> <tr><th>RS_SAMPLER_NEAREST = 0</th><td></td></tr>
@@ -308,7 +308,7 @@ as a single unit for packing and alignment purposes.
<span class='normal'>: Handle to a Script</span> <span class='normal'>: Handle to a Script</span>
</h4> </h4>
<div class='jd-details-descr'> <div class='jd-details-descr'>
<p>A typedef of: _RS_HANDLE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</p> <p></p>
<p> An opaque handle to a RenderScript script object. <p> An opaque handle to a RenderScript script object.
</p> </p>
@@ -324,7 +324,7 @@ as a single unit for packing and alignment purposes.
<span class='normal'>: Handle to a Type</span> <span class='normal'>: Handle to a Type</span>
</h4> </h4>
<div class='jd-details-descr'> <div class='jd-details-descr'>
<p>A typedef of: _RS_HANDLE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</p> <p></p>
<p> An opaque handle to a RenderScript type. <p> An opaque handle to a RenderScript type.
</p> </p>

View File

@@ -78,9 +78,9 @@ system up time. It is not recommended to call these functions inside of a kerne
<span class='normal'>: Seconds since January 1, 1970</span> <span class='normal'>: Seconds since January 1, 1970</span>
</h4> </h4>
<div class='jd-details-descr'> <div class='jd-details-descr'>
<p>A typedef of: int&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; When compiling for 32 bits. <p>A typedef of: int&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;When compiling for 32 bits.
</p> </p>
<p>A typedef of: long&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; When compiling for 64 bits. <p>A typedef of: long&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;When compiling for 64 bits.
</p> </p>
<p> Calendar time interpreted as seconds elapsed since the Epoch (00:00:00 on <p> Calendar time interpreted as seconds elapsed since the Epoch (00:00:00 on
January 1, 1970, Coordinated Universal Time (UTC)). January 1, 1970, Coordinated Universal Time (UTC)).

View File

@@ -644,7 +644,7 @@ with a 128 bit alignment.
<span class='normal'>: 16 bit floating point value</span> <span class='normal'>: 16 bit floating point value</span>
</h4> </h4>
<div class='jd-details-descr'> <div class='jd-details-descr'>
<p>A typedef of: __fp16&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Added in <a href='http://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels'>API level 23</a> <p>A typedef of: __fp16&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Added in <a href='http://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels'>API level 23</a>
</p> </p>
<p> A 16 bit floating point value. <p> A 16 bit floating point value.
</p> </p>
@@ -658,7 +658,7 @@ with a 128 bit alignment.
<span class='normal'>: Two 16 bit floats</span> <span class='normal'>: Two 16 bit floats</span>
</h4> </h4>
<div class='jd-details-descr'> <div class='jd-details-descr'>
<p>A typedef of: half __attribute__((ext_vector_type(2)))&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Added in <a href='http://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels'>API level 23</a> <p>A typedef of: half __attribute__((ext_vector_type(2)))&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Added in <a href='http://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels'>API level 23</a>
</p> </p>
<p> Vector version of the half float type. Provides two half fields packed <p> Vector version of the half float type. Provides two half fields packed
into a single 32 bit field with 32 bit alignment. into a single 32 bit field with 32 bit alignment.
@@ -673,7 +673,7 @@ into a single 32 bit field with 32 bit alignment.
<span class='normal'>: Three 16 bit floats</span> <span class='normal'>: Three 16 bit floats</span>
</h4> </h4>
<div class='jd-details-descr'> <div class='jd-details-descr'>
<p>A typedef of: half __attribute__((ext_vector_type(3)))&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Added in <a href='http://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels'>API level 23</a> <p>A typedef of: half __attribute__((ext_vector_type(3)))&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Added in <a href='http://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels'>API level 23</a>
</p> </p>
<p> Vector version of the half float type. Provides three half fields packed <p> Vector version of the half float type. Provides three half fields packed
into a single 64 bit field with 64 bit alignment. into a single 64 bit field with 64 bit alignment.
@@ -688,7 +688,7 @@ into a single 64 bit field with 64 bit alignment.
<span class='normal'>: Four 16 bit floats</span> <span class='normal'>: Four 16 bit floats</span>
</h4> </h4>
<div class='jd-details-descr'> <div class='jd-details-descr'>
<p>A typedef of: half __attribute__((ext_vector_type(4)))&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Added in <a href='http://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels'>API level 23</a> <p>A typedef of: half __attribute__((ext_vector_type(4)))&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Added in <a href='http://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels'>API level 23</a>
</p> </p>
<p> Vector version of the half float type. Provides four half fields packed <p> Vector version of the half float type. Provides four half fields packed
into a single 64 bit field with 64 bit alignment. into a single 64 bit field with 64 bit alignment.
@@ -771,9 +771,9 @@ with a 128 bit alignment.
<span class='normal'>: 64 bit signed integer</span> <span class='normal'>: 64 bit signed integer</span>
</h4> </h4>
<div class='jd-details-descr'> <div class='jd-details-descr'>
<p>A typedef of: long long&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Removed from <a href='http://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels'>API level 21 and higher</a> <p>A typedef of: long long&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Removed from <a href='http://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels'>API level 21 and higher</a>
</p> </p>
<p>A typedef of: long&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Added in <a href='http://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels'>API level 21</a> <p>A typedef of: long&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Added in <a href='http://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels'>API level 21</a>
</p> </p>
<p> A 64 bit signed integer type. <p> A 64 bit signed integer type.
</p> </p>
@@ -960,9 +960,9 @@ with a 64 bit alignment.
<span class='normal'>: Unsigned size type</span> <span class='normal'>: Unsigned size type</span>
</h4> </h4>
<div class='jd-details-descr'> <div class='jd-details-descr'>
<p>A typedef of: uint64_t&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; When compiling for 64 bits. <p>A typedef of: uint64_t&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;When compiling for 64 bits.
</p> </p>
<p>A typedef of: uint32_t&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; When compiling for 32 bits. <p>A typedef of: uint32_t&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;When compiling for 32 bits.
</p> </p>
<p> Unsigned size type. The number of bits depend on the compilation flags. <p> Unsigned size type. The number of bits depend on the compilation flags.
</p> </p>
@@ -976,9 +976,9 @@ with a 64 bit alignment.
<span class='normal'>: Signed size type</span> <span class='normal'>: Signed size type</span>
</h4> </h4>
<div class='jd-details-descr'> <div class='jd-details-descr'>
<p>A typedef of: int64_t&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; When compiling for 64 bits. <p>A typedef of: int64_t&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;When compiling for 64 bits.
</p> </p>
<p>A typedef of: int32_t&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; When compiling for 32 bits. <p>A typedef of: int32_t&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;When compiling for 32 bits.
</p> </p>
<p> Signed size type. The number of bits depend on the compilation flags. <p> Signed size type. The number of bits depend on the compilation flags.
</p> </p>
@@ -1128,9 +1128,9 @@ with a 128 bit alignment.
<span class='normal'>: 64 bit unsigned integer</span> <span class='normal'>: 64 bit unsigned integer</span>
</h4> </h4>
<div class='jd-details-descr'> <div class='jd-details-descr'>
<p>A typedef of: unsigned long long&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Removed from <a href='http://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels'>API level 21 and higher</a> <p>A typedef of: unsigned long long&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Removed from <a href='http://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels'>API level 21 and higher</a>
</p> </p>
<p>A typedef of: unsigned long&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Added in <a href='http://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels'>API level 21</a> <p>A typedef of: unsigned long&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Added in <a href='http://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels'>API level 21</a>
</p> </p>
<p> A 64 bit unsigned integer type. <p> A 64 bit unsigned integer type.
</p> </p>