OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:outParams
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/angle/src/libGLESv2/
queryconversions.h
15
unsigned int numParams, QueryT *
outParams
);
queryconversions.cpp
76
unsigned int numParams, QueryT *
outParams
)
87
outParams
[i] = CastStateValue<QueryT>(pname, intParams[i]);
101
outParams
[i] = (boolParams[i] == GL_FALSE ? static_cast<QueryT>(0) : static_cast<QueryT>(1));
115
outParams
[i] = CastStateValue<QueryT>(pname, floatParams[i]);
129
outParams
[i] = CastStateValue<QueryT>(pname, int64Params[i]);
/external/zlib/src/
zlib2ansi
63
my @
outParams
= ();
71
push @
outParams
, $first;
74
push @
outParams
, map { $type . $_ } @bits;
79
push @
outParams
, $p;
85
@
outParams
;
87
@
outParams
= map { " $_" }
89
@
outParams
;
92
print "(\n" . join(",\n", @
outParams
) . ")\n";
/frameworks/base/core/java/android/app/
IWallpaperManager.aidl
43
out Bundle
outParams
);
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
braille.js
71
var
outParams
= params.toJson();
75
'params':
outParams
,
/frameworks/base/services/core/java/com/android/server/wallpaper/
WallpaperManagerService.java
782
Bundle
outParams
) {
795
if (
outParams
!= null) {
796
outParams
.putInt("width", wallpaper.width);
797
outParams
.putInt("height", wallpaper.height);
[
all
...]
Completed in 307 milliseconds