OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gles
(Results
1 - 6
of
6
) sorted by null
/external/qemu/android/utils/
debug.h
39
_VERBOSE_TAG(
gles
, "hardware OpenGLES emulation") \
/frameworks/base/opengl/libs/EGL/
Loader.h
50
driver_t(void*
gles
);
Loader.cpp
43
* /system/lib/egl/lib{[EGL|GLESv1_CM|GLESv2] |
GLES
}_$TAG.so
50
* and if this is the case whether
GLES
GPU emulation is supported.
64
* android.qemu.
gles
=<number> -> tells us the
GLES
GPU emulation status
78
property_get("ro.kernel.qemu.
gles
",prop,"0");
84
Loader::driver_t::driver_t(void*
gles
)
86
dso[0] =
gles
;
132
/* Special case for
GLES
emulation */
188
dso = load_driver("
GLES
", tag, cnx, EGL | GLESv1_CM | GLESv2);
/development/tools/emulator/opengl/host/libs/libOpenglRender/
Android.mk
44
# use Translator's egl/
gles
headers
/external/qemu/android/
opengles.c
24
#define DD(...) VERBOSE_PRINT(
gles
,__VA_ARGS__)
29
/* Name of the
GLES
rendering library we're going to use */
77
derror("
GLES
emulation: Could not find required symbol (%s): %s", #name, error); \
200
p = bufprint(p, end, "qemu-
gles
-%d", port);
/external/qemu/
android-configure.sh
75
--
gles
-include=*) GLES_INCLUDE=$optarg
78
--
gles
-libs=*) GLES_LIBS=$optarg
81
--no-
gles
) GLES_PROBE=no
112
echo " --
gles
-include=PATH specify path to
GLES
emulation headers"
113
echo " --
gles
-libs=PATH specify path to
GLES
emulation host libraries"
114
echo " --no-
gles
disable
GLES
emulation support"
181
# you use --
gles
-libs to point explicitely to a different directory
[
all
...]
Completed in 197 milliseconds