OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gles
(Results
1 - 7
of
7
) sorted by null
/frameworks/native/opengl/libs/EGL/
Loader.h
49
driver_t(void*
gles
);
Loader.cpp
60
* /{vendor|system}/lib/egl/lib{
GLES
| [EGL|GLESv1_CM|GLESv2]}_*.so
67
* and if this is the case whether
GLES
GPU emulation is supported.
81
* android.qemu.
gles
=<number> -> tells us the
GLES
GPU emulation status
95
property_get("ro.kernel.qemu.
gles
",prop,"0");
119
Loader::driver_t::driver_t(void*
gles
)
121
dso[0] =
gles
;
175
dso = load_driver("
GLES
", cnx, EGL | GLESv1_CM | GLESv2);
275
// first, we search for the exact name of the
GLES
userspace
/external/qemu/android/utils/
debug.h
43
_VERBOSE_TAG(
gles
, "hardware OpenGLES emulation") \
/sdk/emulator/opengl/host/libs/libOpenglRender/
Android.mk
54
# use Translator's egl/
gles
headers
76
# use Translator's egl/
gles
headers
/external/qemu/
android-configure.sh
72
--
gles
-include=*) GLES_INCLUDE=$optarg
75
--
gles
-libs=*) GLES_LIBS=$optarg
78
--no-
gles
) GLES_PROBE=no
109
echo " --
gles
-include=PATH specify path to
GLES
emulation headers"
110
echo " --
gles
-libs=PATH specify path to
GLES
emulation host libraries"
111
echo " --no-
gles
disable
GLES
emulation support"
182
# you use --
gles
-libs to point explicitely to a different directory
[
all
...]
/external/qemu/android/
opengles.c
35
#define DD(...) VERBOSE_PRINT(
gles
,__VA_ARGS__)
37
/* Name of the
GLES
rendering library we're going to use */
83
derror("
GLES
emulation: Could not find required symbol (%s): %s", #name, error); \
/external/chromium_org/cc/resources/
resource_provider.h
35
namespace
gles
{
namespace in namespace:gpu
Completed in 1778 milliseconds