Home
last modified time | relevance | path

Searched refs:returns (Results 1 – 25 of 69) sorted by relevance

123

/frameworks/base/opengl/java/android/opengl/
DEGLLogWrapper.java59 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 …]
DGLLogWrapper.java109 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/
Drs_object_info.rsh76 * 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 …]
Drs_for_each.rsh107 * 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
Drs_time.rsh76 * 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/
Drs_math.spec479 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 &gt; 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 …]
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.
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 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
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
Drs_io.spec62 It returns true if the message was sent and false if the
Drs_object_info.spec73 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/
Dapi.proto139 // 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) {
Dunittest_no_generic_services.proto53 rpc Foo(TestMessage) returns(TestMessage);
/frameworks/layoutlib/rename_font/
DREADME2 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/
Dmaps.proto84 rpc Call1(MapIn) returns (MapOut);
85 rpc Call2(MapIn) returns (MapOut);
Dstruct.proto44 rpc Call(StructType) returns (StructType);
Danys.proto52 rpc Call(AnyIn) returns (AnyOut);
Dfield_mask.proto70 rpc Call(FieldMaskTestCases) returns (FieldMaskTestCases);
Dtimestamp_duration.proto46 rpc Call(TimestampDuration) returns (TimestampDuration);
Doneofs.proto67 rpc Call(OneOfsRequest) returns (Response);
/frameworks/hardware/interfaces/sensorservice/1.0/
DISensorManager.hal82 * 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/
Dlayered_filter_f32_helper.rsh105 // Normalizes and returns the result.
140 // Normalizes and returns the result.
189 // Normalizes and returns the result
Dlayered_filter_d1new_helper.rsh169 // 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/
Dunittest_no_generic_services.proto51 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/
Dunittest_no_generic_services.proto51 rpc Foo(TestMessage) returns(TestMessage);

123