Searched refs:returns (Results 1 - 14 of 14) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
H A DEGLLogWrapper.java59 returns(result);
73 returns(result);
89 returns(result);
104 returns(result);
120 returns(result);
136 returns(result);
148 returns(result);
160 returns(result);
175 returns(result);
191 returns(resul
454 private void returns(String result) { method in class:EGLLogWrapper
459 private void returns(int result) { method in class:EGLLogWrapper
463 private void returns(boolean result) { method in class:EGLLogWrapper
467 private void returns(Object result) { method in class:EGLLogWrapper
[all...]
H A DGLLogWrapper.java109 private void returns(String result) { method in class:GLLogWrapper
110 log(") returns " + result + ";\n");
114 private void returns(int result) { method in class:GLLogWrapper
115 returns(Integer.toString(result));
1704 returns(toString(n, FORMAT_INT, textures, offset));
1716 returns(toString(n, FORMAT_INT, textures));
1726 returns(result);
1739 returns(toString(getIntegerStateSize(pname),
1752 returns(toString(getIntegerStateSize(pname),
1764 returns(resul
[all...]
/frameworks/rs/api/
H A Drs_time.spec71 This functions returns the same pointer that is passed as first argument. If the
72 local parameter is NULL, this function does nothing and returns NULL.
H A Drs_math.spec465 For example, <code>ceil(1.2f)</code> returns 2.f, and <code>ceil(-1.2f)</code> returns -1.f.
490 Clamps a value to a specified high and low bound. clamp() returns min_value
565 For example, <code>clz((char)0x03)</code> returns 6.
582 For example, <code>copysign(4.0f, -2.7f)</code> returns -4.0f and <code>copysign(-4.0f, 2.7f)</code> returns 4.0f.
856 If a &gt; b, returns (a - b) otherwise returns 0f.
880 For example, <code>floor(1.2f)</code> returns 1.f, and <code>floor(-1.2f)</code> returns
[all...]
H A Drs_for_each.spec106 @rs_kernel argument. If the specified kernel returns a value, an output allocation
110 This is a synchronous function. A call to this function only returns after all
112 function returns any value, the call waits until all results have been written
254 This function returns 0 if the Array0 dimension is not present.
358 If the kernel is iterating over a cubemap, this function returns true if there's more
359 than one face present. In all other cases, it returns false. See @rsGetDimX() for an
362 @rsAllocationGetDimFaces() is similar but returns 0 or 1 instead of a bool.
377 @rsAllocationGetDimLOD() is similar but returns 0 or 1 instead the actual
H A Drs_vector_math.spec162 For vectors of size 1, returns -1.f for negative values, 0.f for null values, and 1.f for
285 For vectors of size 1, returns -1.f for negative values, 0.f for null values, and 1.f for
H A Drs_io.spec62 It returns true if the message was sent and false if the
H A Drs_object_info.spec73 If the Allocation is a cubemap, this function returns 1 if there's more than one face
74 present. In all other cases, it returns 0.
109 than two dimensions, returns 0.
121 than three dimensions, returns 0.
199 If the Element describes a vector, this function returns the data type of one of its items.
214 For Elements that represents a structure, this function returns the sub-element at the
230 returns the array size of the sub-element at the index. This sub-element repetition
242 sub-elements. This function returns zero for simple Elements and the number of
256 For complex Elements, this function returns the name of the sub-element at the
268 For complex Elements, this function returns th
[all...]
H A Drs_allocation_create.spec149 E.g. rsCreateAllocation_int4() returns an Allocation of int4 data type of
H A Drs_graphics.spec746 Meshes could have multiple index sets, this function returns
H A Drs_matrix.spec402 For the matrix by vector variant, returns the post-multiplication of the vector
/frameworks/rs/driver/runtime/
H A Dbuild_bc_lib_internal.mk33 bc_clang_cc1_cflags := -fnative-half-type -fallow-half-arguments-and-returns
/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 217 milliseconds