OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:android_config
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/skia/platform_tools/android/bin/
android_make
6
# Remove any existing .
android_config
file before running android_setup. If we
8
# listed in the .
android_config
instead of the default device type.
9
rm -f .
android_config
18
# Write the device id into the .
android_config
file. This tells
20
echo $DEVICE_ID > .
android_config
android_ninja
6
# Remove any existing .
android_config
file before running android_setup. If we
8
# listed in the .
android_config
instead of the default device type.
9
rm -f .
android_config
18
# Write the device id into the .
android_config
file. This tells
20
echo $DEVICE_ID > .
android_config
/external/skia/platform_tools/android/bin/
android_make
6
# Remove any existing .
android_config
file before running android_setup. If we
8
# listed in the .
android_config
instead of the default device type.
9
rm -f .
android_config
18
# Write the device id into the .
android_config
file. This tells
20
echo $DEVICE_ID > .
android_config
android_ninja
6
# Remove any existing .
android_config
file before running android_setup. If we
8
# listed in the .
android_config
instead of the default device type.
9
rm -f .
android_config
18
# Write the device id into the .
android_config
file. This tells
20
echo $DEVICE_ID > .
android_config
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/android/
native_android.cpp
56
struct
android_config
;
63
struct
android_config
*configs;
90
struct
android_config
{
struct
106
static INLINE struct
android_config
*
107
android_config
(const struct native_config *nconf)
function
109
return (struct
android_config
*) nconf;
508
struct
android_config
*aconf =
android_config
(nconf);
567
adpy->configs = (struct
android_config
*)
574
struct
android_config
*aconf
[
all
...]
/external/mesa3d/src/gallium/state_trackers/egl/android/
native_android.cpp
56
struct
android_config
;
63
struct
android_config
*configs;
90
struct
android_config
{
struct
106
static INLINE struct
android_config
*
107
android_config
(const struct native_config *nconf)
function
109
return (struct
android_config
*) nconf;
508
struct
android_config
*aconf =
android_config
(nconf);
567
adpy->configs = (struct
android_config
*)
574
struct
android_config
*aconf
[
all
...]
Completed in 102 milliseconds