OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getGLESContext
(Results
1 - 3
of
3
) sorted by null
/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
GLESmacros.h
6
GLEScontext *ctx = s_eglIface->
getGLESContext
(); \
10
GLEScmContext *ctx = static_cast<GLEScmContext *>(s_eglIface->
getGLESContext
()); \
15
GLESv2Context *ctx = static_cast<GLESv2Context *>(s_eglIface->
getGLESContext
()); \
20
GLEScontext *ctx = s_eglIface->
getGLESContext
(); \
25
GLEScmContext *ctx = static_cast<GLEScmContext *>(s_eglIface->
getGLESContext
()); \
30
GLESv2Context *ctx = static_cast<GLESv2Context *>(s_eglIface->
getGLESContext
()); \
TranslatorIfaces.h
94
GLEScontext* (*
getGLESContext
)();
/sdk/emulator/opengl/host/libs/Translator/EGL/
EglImp.cpp
48
GLEScontext*
getGLESContext
();
64
getGLESContext
:
getGLESContext
,
139
GLEScontext*
getGLESContext
()
745
thread->updateInfo(newCtx,dpy,newCtx->
getGlesContext
(),newCtx->getShareGroup(),dpy->getManager(newCtx->version()));
747
g_eglInfo->getIface(newCtx->version())->initContext(newCtx->
getGlesContext
(),newCtx->getShareGroup());
[
all
...]
Completed in 25 milliseconds