OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:s_eglIface
(Results
1 - 4
of
4
) sorted by null
/device/generic/goldfish/opengl/system/egl/
egl.cpp
473
static EGLClient_eglInterface
s_eglIface
= {
495
if (!s_display.initialize(&
s_eglIface
)) {
533
if (!s_display.initialize(&
s_eglIface
)) {
[
all
...]
/sdk/emulator/opengl/host/libs/Translator/EGL/
EglImp.cpp
63
static EGLiface
s_eglIface
= {
207
g_eglInfo->setIface(func(&
s_eglIface
),GLES_1_1);
217
g_eglInfo->setIface(func(&
s_eglIface
),GLES_2_0);
[
all
...]
/sdk/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Imp.cpp
53
static EGLiface*
s_eglIface
= NULL;
113
s_eglIface
= eglIface;
[
all
...]
/sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmImp.cpp
56
static EGLiface*
s_eglIface
= NULL;
167
s_eglIface
= eglIface;
[
all
...]
Completed in 467 milliseconds