OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GLES_2_0
(Results
1 - 5
of
5
) sorted by null
/development/tools/emulator/opengl/host/libs/Translator/include/GLcommon/
GLutils.h
21
GLES_2_0
= 2,
/development/tools/emulator/opengl/host/libs/Translator/EGL/
EglDisplay.cpp
30
m_manager[
GLES_2_0
] = new ObjectNameManager(&m_globalNameSpace);
55
delete m_manager[
GLES_2_0
];
315
ret = (EGLNativeContextType)m_manager[
GLES_2_0
]->getGlobalContext();
EglImp.cpp
221
if(!g_eglInfo->getIface(
GLES_2_0
)) {
225
g_eglInfo->setIface(func(&s_eglIface),
GLES_2_0
);
626
version =
GLES_2_0
;
[
all
...]