/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.
|
/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/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | api.proto | 139 // rpc GetAcl(GetAclRequest) returns (Acl) { 146 // rpc GetAcl(GetAclRequest) returns (Acl); 149 // rpc GetData(GetDataRequest) returns (Data) { 169 // rpc GetAcl(GetAclRequest) returns (Acl) { 190 // rpc GetAcl(GetAclRequest) returns (Acl) {
|
D | unittest_no_generic_services.proto | 53 rpc Foo(TestMessage) returns(TestMessage);
|
/frameworks/layoutlib/rename_font/ |
D | README | 2 with the SDK. There is bug in Java that returns incorrect results for
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/testdata/ |
D | maps.proto | 84 rpc Call1(MapIn) returns (MapOut); 85 rpc Call2(MapIn) returns (MapOut);
|
D | struct.proto | 44 rpc Call(StructType) returns (StructType);
|
D | anys.proto | 52 rpc Call(AnyIn) returns (AnyOut);
|
D | field_mask.proto | 70 rpc Call(FieldMaskTestCases) returns (FieldMaskTestCases);
|
D | timestamp_duration.proto | 46 rpc Call(TimestampDuration) returns (TimestampDuration);
|
D | oneofs.proto | 67 rpc Call(OneOfsRequest) returns (Response);
|
/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/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
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/ |
D | unittest_no_generic_services.proto | 51 rpc Foo(TestMessage) returns(TestMessage);
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/ |
D | unittest_no_generic_services.proto | 51 rpc Foo(TestMessage) returns(TestMessage);
|