/frameworks/base/opengl/java/android/opengl/ |
D | EGLLogWrapper.java | 59 returns(result); in eglChooseConfig() 73 returns(result); in eglCopyBuffers() 89 returns(result); in eglCreateContext() 104 returns(result); in eglCreatePbufferSurface() 120 returns(result); in eglCreatePixmapSurface() 136 returns(result); in eglCreateWindowSurface() 148 returns(result); in eglDestroyContext() 160 returns(result); in eglDestroySurface() 175 returns(result); in eglGetConfigAttrib() 191 returns(result); in eglGetConfigs() [all …]
|
D | GLLogWrapper.java | 109 private void returns(String result) { in returns() method in GLLogWrapper 114 private void returns(int result) { in returns() method in GLLogWrapper 115 returns(Integer.toString(result)); in returns() 1704 returns(toString(n, FORMAT_INT, textures, offset)); in glGenTextures() 1716 returns(toString(n, FORMAT_INT, textures)); in glGenTextures() 1726 returns(result); in glGetError() 1739 returns(toString(getIntegerStateSize(pname), in glGetIntegerv() 1752 returns(toString(getIntegerStateSize(pname), in glGetIntegerv() 1764 returns(result); in glGetString() 2752 returns(toString(16, FORMAT_FIXED, mantissa, mantissaOffset)); in glQueryMatrixxOES() [all …]
|
/frameworks/rs/script_api/include/ |
D | rs_object_info.rsh | 76 * If the Allocation is a cubemap, this function returns 1 if there's more than one face 77 * present. In all other cases, it returns 0. 115 * than two dimensions, returns 0. 128 * than three dimensions, returns 0. 230 * If the Element describes a vector, this function returns the data type of one of its items. 244 * For Elements that represents a structure, this function returns the sub-element at the 265 * returns the array size of the sub-element at the index. This sub-element repetition 283 * sub-elements. This function returns zero for simple Elements and the number of 299 * For complex Elements, this function returns the name of the sub-element at the 318 * For complex Elements, this function returns the length of the name of the sub-element [all …]
|
D | rs_for_each.rsh | 107 * rs_kernel argument. If the specified kernel returns a value, an output allocation 111 * This is a synchronous function. A call to this function only returns after all 113 * function returns any value, the call waits until all results have been written 225 * This function returns 0 if the Array0 dimension is not present. 327 * If the kernel is iterating over a cubemap, this function returns true if there's more 328 * than one face present. In all other cases, it returns false. See rsGetDimX() for an 331 * rsAllocationGetDimFaces() is similar but returns 0 or 1 instead of a bool. 348 * rsAllocationGetDimLOD() is similar but returns 0 or 1 instead the actual
|
D | rs_time.rsh | 76 * This functions returns the same pointer that is passed as first argument. If the 77 * local parameter is NULL, this function does nothing and returns NULL.
|
D | rs_math.rsh | 688 * For example, ceil(1.2f) returns 2.f, and ceil(-1.2f) returns -1.f. 727 * Clamps a value to a specified high and low bound. clamp() returns min_value 1081 * For example, clz((char)0x03) returns 6. 1162 * For example, copysign(4.0f, -2.7f) returns -4.0f and copysign(-4.0f, 2.7f) returns 4.0f. 1626 * If a > b, returns (a - b) otherwise returns 0f. 1665 * For example, floor(1.2f) returns 1.f, and floor(-1.2f) returns -2.f. 1747 * The max() function returns identical results but can be applied to more data types. 1810 * The min() function returns identical results but can be applied to more data types. 1874 * For example, fmod(-3.8f, 2.f) returns -1.8f (-3.8f - -1.f * 2.f) 1875 * while remainder(-3.8f, 2.f) returns 0.2f (-3.8f - -2.f * 2.f). [all …]
|
/frameworks/ml/nn/ |
D | Android.bp | 23 "-Xclang", "-fallow-half-arguments-and-returns" ], 28 "-Xclang", "-fallow-half-arguments-and-returns" ],
|
/frameworks/rs/script_api/ |
D | rs_math.spec | 479 For example, <code>ceil(1.2f)</code> returns 2.f, and <code>ceil(-1.2f)</code> returns -1.f. 504 Clamps a value to a specified high and low bound. clamp() returns min_value 579 For example, <code>clz((char)0x03)</code> returns 6. 596 …r example, <code>copysign(4.0f, -2.7f)</code> returns -4.0f and <code>copysign(-4.0f, 2.7f)</code>… 870 If a > b, returns (a - b) otherwise returns 0f. 894 For example, <code>floor(1.2f)</code> returns 1.f, and <code>floor(-1.2f)</code> returns -2.f. 949 The @max() function returns identical results but can be applied to more data types. function 994 The @min() function returns identical results but can be applied to more data types. function 1040 For example, <code>fmod(-3.8f, 2.f)</code> returns -1.8f (-3.8f - -1.f * 2.f) 1041 while <code>@remainder(-3.8f, 2.f)</code> returns 0.2f (-3.8f - -2.f * 2.f). [all …]
|
D | rs_time.spec | 71 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.
|
D | rs_for_each.spec | 106 @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 function 254 This function returns 0 if the Array0 dimension is not present. function 358 If the kernel is iterating over a cubemap, this function returns true if there's more function
|
D | rs_vector_math.spec | 162 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
|
D | rs_io.spec | 62 It returns true if the message was sent and false if the
|
D | rs_object_info.spec | 73 If the Allocation is a cubemap, this function returns 1 if there's more than one face function
|
/frameworks/layoutlib/rename_font/ |
D | README | 2 with the SDK. There is bug in Java that returns incorrect results for
|
/frameworks/rs/tests/lldb/java/MultipleRSFiles/src/rs/ |
D | second.rscript | 20 /* RenderScript kernel that just returns the swizzled input. */
|
/frameworks/rs/tests/lldb/jni/MultipleRSFiles/jnimultiplersfiles/ |
D | second.rscript | 20 /* RenderScript kernel that just returns the swizzled input. */
|
/frameworks/rs/tests/lldb/cpp/MultipleRSFiles/ |
D | second.rscript | 20 /* RenderScript kernel that just returns the swizzled input. */
|
/frameworks/hardware/interfaces/sensorservice/1.0/ |
D | ISensorManager.hal | 82 * UNKNOWN_ERROR if the underlying call returns channelId = 0 101 * UNKNOWN_ERROR if the underlying call returns channelId = 0
|
/frameworks/rs/tests/lldb/cpp/Allocations/ |
D | allocs.rscript | 39 // Kernel returns first 3 elements of a double4 plus 1/2
|
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/ |
D | allocs.rscript | 39 // Kernel returns first 3 elements of a double4 plus 1/2
|
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/ |
D | layered_filter_f32_helper.rsh | 105 // Normalizes and returns the result. 140 // Normalizes and returns the result. 189 // Normalizes and returns the result
|
D | layered_filter_d1new_helper.rsh | 169 // Normalizes and returns the result. 202 // Normalizes and returns the result. 252 // Normalizes and returns the result
|
D | luts_for_speedup_f32.rsh | 20 // When a = b, RemoveInterval(x,a,b) always returns x.
|
/frameworks/rs/tests/lldb/java/Allocations/src/rs/ |
D | allocs.rscript | 53 // Kernel returns first 3 elements of a double4 plus 1/2
|
/frameworks/base/packages/SystemUI/docs/ |
D | physics-animation-testing.md | 11 …leted, the latch count reaches zero and the test’s call to ```await()``` returns, with the animati…
|