OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getIface
(Results
1 - 3
of
3
) sorted by null
/sdk/emulator/opengl/host/libs/Translator/EGL/
EglContext.cpp
57
g_eglInfo->
getIface
(version())->deleteGLESContext(m_glesContext);
EglGlobalInfo.h
41
GLESiface*
getIface
(GLESVersion ver){ return m_gles_ifaces[ver];}
EglImp.cpp
204
if(!g_eglInfo->
getIface
(GLES_1_1)) {
213
if(!g_eglInfo->
getIface
(GLES_2_0)) {
629
GLESiface* iface = g_eglInfo->
getIface
(version);
683
g_eglInfo->
getIface
(prevCtx->version())->flush();
737
g_eglInfo->
getIface
(prevCtx->version())->flush();
747
g_eglInfo->
getIface
(newCtx->version())->initContext(newCtx->getGlesContext(),newCtx->getShareGroup());
[
all
...]
Completed in 5723 milliseconds