diff --git a/docs/html/guide/topics/renderscript/reference/rs_for_each.jd b/docs/html/guide/topics/renderscript/reference/rs_for_each.jd index abbbda78ba3a8..9ba56149f1425 100644 --- a/docs/html/guide/topics/renderscript/reference/rs_for_each.jd +++ b/docs/html/guide/topics/renderscript/reference/rs_for_each.jd @@ -205,7 +205,7 @@ locality when the processing is distributed over multiple cores. : Handle to a kernel invocation context
A typedef of: const struct rs_kernel_context_t * Added in API level 23 +
A typedef of: const struct rs_kernel_context_t * Added in API level 23
The kernel context contains common characteristics of the allocations being iterated over, like dimensions. It also contains rarely used indices of the currently processed diff --git a/docs/html/guide/topics/renderscript/reference/rs_graphics.jd b/docs/html/guide/topics/renderscript/reference/rs_graphics.jd index 1b115fe9a7931..b04451c7a526c 100644 --- a/docs/html/guide/topics/renderscript/reference/rs_graphics.jd +++ b/docs/html/guide/topics/renderscript/reference/rs_graphics.jd @@ -502,7 +502,7 @@ page.title=RenderScript Graphics Functions and Types
An enum with the following values: - When compiling for 32 bits. API level 16 - 22 +When compiling for 32 bits. API level 16 - 22
| RS_BLEND_DST_ZERO = 0 |
|---|
| RS_BLEND_SRC_ZERO = 0 |
|---|
| RS_CULL_BACK = 0 |
|---|
| RS_DEPTH_FUNC_ALWAYS = 0 | Always drawn |
|---|
| RS_PRIMITIVE_POINT = 0 | Vertex data will be rendered as a series of points |
|---|
| RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X = 0 |
|---|
| RS_ALLOCATION_USAGE_SCRIPT = 0x0001 | Allocation is bound to and accessed by scripts. |
|---|
| RS_KIND_USER = 0 | No special interpretation. |
|---|
| RS_TYPE_NONE = 0 | Element is a complex type, i.e. a struct. |
|---|
| RS_SAMPLER_NEAREST = 0 |
|---|