Home
last modified time | relevance | path

Searched refs:dimension (Results 1 – 25 of 44) sorted by relevance

12

/frameworks/rs/scriptc/
Drs_for_each.rsh76 * over cells 4, 5, 6, and 7 in the X dimension, set xStart to 4 and xEnd to 8.
80 uint32_t xStart; // Starting index in the X dimension.
81 uint32_t xEnd; // Ending index (exclusive) in the X dimension.
82 uint32_t yStart; // Starting index in the Y dimension.
83 uint32_t yEnd; // Ending index (exclusive) in the Y dimension.
84 uint32_t zStart; // Starting index in the Z dimension.
85 uint32_t zEnd; // Ending index (exclusive) in the Z dimension.
86 uint32_t arrayStart; // Starting index in the Array0 dimension.
87 uint32_t arrayEnd; // Ending index (exclusive) in the Array0 dimension.
88 uint32_t array1Start; // Starting index in the Array1 dimension.
[all …]
Drs_object_info.rsh79 * Use rsGetDimHasFaces() to get the dimension of a currently running kernel.
92 * Use rsGetDimLod() to get the dimension of a currently running kernel.
100 * rsAllocationGetDimX: Size of the X dimension
102 * Returns the size of the X dimension of the Allocation.
104 * Use rsGetDimX() to get the dimension of a currently running kernel.
106 * Returns: X dimension of the Allocation.
112 * rsAllocationGetDimY: Size of the Y dimension
114 * Returns the size of the Y dimension of the Allocation. If the Allocation has less
117 * Use rsGetDimY() to get the dimension of a currently running kernel.
119 * Returns: Y dimension of the Allocation.
[all …]
/frameworks/rs/api/
Drs_for_each.spec86 over cells 4, 5, 6, and 7 in the X dimension, set xStart to 4 and xEnd to 8.
166 summary: Index in the Array0 dimension for the specified context
168 Returns the index in the Array0 dimension of the cell being processed, as specified
185 This function returns 0 if the Array0 dimension is not present.
193 summary: Index in the Array1 dimension for the specified context
195 Returns the index in the Array1 dimension of the cell being processed, as specified
198 Returns 0 if the Array1 dimension is not present.
206 summary: Index in the Array2 dimension for the specified context
208 Returns the index in the Array2 dimension of the cell being processed,
212 Returns 0 if the Array2 dimension is not present.
[all …]
/frameworks/base/docs/html/guide/topics/renderscript/reference/
Drs_for_each.jd57 Index in the Array0 dimension for the specified kernel context
65 Index in the Array1 dimension for the specified kernel context
73 Index in the Array2 dimension for the specified kernel context
81 Index in the Array3 dimension for the specified kernel context
89 Size of the Array0 dimension for the specified kernel context
97 Size of the Array1 dimension for the specified kernel context
105 Size of the Array2 dimension for the specified kernel context
113 Size of the Array3 dimension for the specified kernel context
137 Size of the X dimension for the specified kernel context
145 Size of the Y dimension for the specified kernel context
[all …]
Drs_object_info.jd93 Size of the X dimension
101 Size of the Y dimension
109 Size of the Z dimension
294 …ach.html#android_rs:rsGetDimHasFaces'>rsGetDimHasFaces</a>() to get the dimension of a currently r…
324 <p> Use <a href='rs_for_each.html#android_rs:rsGetDimLod'>rsGetDimLod</a>() to get the dimension of…
333 <span class='normal'>: Size of the X dimension</span>
346 <tr><td>X dimension of the Allocation.</td></tr>
350 <p> Returns the size of the X dimension of the Allocation.
353 <p> Use <a href='rs_for_each.html#android_rs:rsGetDimX'>rsGetDimX</a>() to get the dimension of a c…
362 <span class='normal'>: Size of the Y dimension</span>
[all …]
/frameworks/base/tools/aidl/
Dgenerate_java_binder.cpp216 if (v->dimension == 0) { in generate_write_to_parcel()
219 if (v->dimension == 1) { in generate_write_to_parcel()
228 if (v->dimension == 0) { in generate_create_from_parcel()
231 if (v->dimension == 1) { in generate_create_from_parcel()
240 if (v->dimension == 0) { in generate_read_from_parcel()
243 if (v->dimension == 1) { in generate_read_from_parcel()
276 decl->returnTypeDimension = method->type.dimension; in generate_method()
283 arg->type.dimension)); in generate_method()
308 v->dimension = arg->type.dimension; in generate_method()
316 if (arg->type.dimension == 0) { in generate_method()
[all …]
Dgenerate_java_rpc.cpp180 v->dimension = arg->type.dimension; in AddMethod()
188 if (arg->type.dimension == 0) { in AddMethod()
191 else if (arg->type.dimension == 1) { in AddMethod()
222 method->type.dimension); in AddMethod()
607 if (v->dimension == 0) { in generate_create_from_data()
610 if (v->dimension == 1) { in generate_create_from_data()
620 if (v->dimension == 0) { in generate_write_to_data()
623 if (v->dimension == 1) { in generate_write_to_data()
654 "_result", method->type.dimension)); in generate_results_method()
661 arg->type.dimension)); in generate_results_method()
[all …]
Daidl_language_y.y322 $$.type.dimension = 0;
327 $$.type.dimension = count_brackets($2.buffer.data);
332 $$.type.dimension = 0;
DAST.cpp132 dimension(0) in Variable()
139 dimension(0) in Variable()
146 dimension(d) in Variable()
164 for (int i=0; i<this->dimension; i++) { in WriteDeclaration()
Daidl_language.h31 int dimension; member
Daidl.cpp441 if (m->type.dimension > 0 && !returnType->CanBeArray()) {
448 if (m->type.dimension > 1) {
496 && (arg->type.dimension != 0 || t->CanBeOutParameter())) {
507 && arg->type.dimension == 0) {
516 if (arg->type.dimension > 0 && !t->CanBeArray()) {
525 if (arg->type.dimension > 1) {
DAST.h71 int dimension; member
75 Variable(Type* type, const string& name, int dimension);
/frameworks/base/docs/html/guide/topics/resources/
Dlayout-resource.jd39 android:layout_height=["<em>dimension</em>" | "fill_parent" | "wrap_content"]
40 android:layout_width=["<em>dimension</em>" | "fill_parent" | "wrap_content"]
44 android:layout_height=["<em>dimension</em>" | "fill_parent" | "wrap_content"]
45 android:layout_width=["<em>dimension</em>" | "fill_parent" | "wrap_content"]
85 dimension value (or <a
86 href="more-resources.html#Dimension">dimension resource</a>) or a keyword ({@code "fill_parent"}
91 dimension value (or <a
92 href="more-resources.html#Dimension">dimension resource</a>) or a keyword ({@code "fill_parent"}
117 a dimension value (or <a
118 href="more-resources.html#Dimension">dimension resource</a>) or a keyword ({@code "fill_parent"}
[all …]
Ddrawable-resource.jd310 typically assign this type of image as the background of a View that has at least one dimension set
480 android:top="<em>dimension</em>"
481 android:right="<em>dimension</em>"
482 android:bottom="<em>dimension</em>"
483 android:left="<em>dimension</em>" /&gt;
930 android:top="<em>dimension</em>"
931 android:right="<em>dimension</em>"
932 android:bottom="<em>dimension</em>"
933 android:left="<em>dimension</em>" /&gt;
1055 android:insetTop="<i>dimension</i>"
[all …]
Dmore-resources.jd14 <dd>XML resource that carries a dimension value (with a unit of measure).</dd>
214 <p>A dimension value defined in XML. A dimension
244 <p class="note"><strong>Note:</strong> A dimension is a simple resource that is referenced
246 such, you can combine dimension resources with other simple resources in the one XML file,
269 &gt;<em>dimension</em>&lt;/dimen&gt;
283 …<dd>A dimension, represented by a float, followed by a unit of measurement (dp, sp, pt, px, mm, in…
288 <dd><em>String</em>. A name for the dimension. This will be used as the resource ID.
308 <p>This application code retrieves a dimension:</p>
/frameworks/compile/slang/tests/F_float3_v13/
Dstderr.txt.expect1 float3_v13.rs:9:10: error: structs containing vectors of dimension 3 cannot be exported at this API…
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
DSceneManager.java86 final int dimension = 4; in getDefault() local
88 int arraySize = dimension * dimension * bytesPerPixel; in getDefault()
92 b.setX(dimension).setY(dimension); in getDefault()
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
Dqpisf_2s.tab51 * codebook vector dimension number of vectors *
1022 * codebook vector dimension number of vectors *
Dqisf_ns.tab47 * codebook vector dimension number of vectors *
/frameworks/base/core/tests/coretests/src/android/view/
DZeroSizedTest.java47 mWithDimension = activity.findViewById(R.id.dimension); in setUp()
/frameworks/base/docs/html/guide/topics/ui/
Dhow-android-draws.jd40 pushes dimension specifications down the tree
89 dimension, it can specify one of:</p>
114 used by a parent to determine the desired dimension
/frameworks/support/v7/palette/src/main/java/android/support/v7/graphics/
DColorCutQuantizer.java401 private static void modifySignificantOctet(final int[] a, final int dimension, in modifySignificantOctet() argument
403 switch (dimension) { in modifySignificantOctet()
/frameworks/base/docs/html/distribute/analyze/
Dmeasure.jd144 use case might be using a user-scoped custom dimension to capture the
147 An example of a hit-level custom dimension could be capturing landscape or
157 A specific custom dimension that may be of interest to your business is the
/frameworks/base/docs/html/distribute/googleplay/
Dcardboard.jd33 href="http://www.google.com/design/spec-vr/designing-for-google-cardboard/a-new-dimension.html">
/frameworks/base/docs/html/training/improving-layouts/
Dloading-ondemand.jd42 <p>{@link android.view.ViewStub} is a lightweight view with no dimension and doesn’t draw anything

12