OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:glesCtx
(Results
1 - 5
of
5
) sorted by null
/sdk/emulator/opengl/host/libs/Translator/EGL/
ThreadInfo.cpp
29
GLEScontext*
glesCtx
,
35
glesContext =
glesCtx
;
ThreadInfo.h
29
GLEScontext*
glesCtx
,
EglContext.cpp
30
EglConfig* config,GLEScontext*
glesCtx
,GLESVersion ver,ObjectNameManager* mngr):
34
m_glesContext(
glesCtx
),
EglContext.h
41
EglContext(EglDisplay *dpy, EGLNativeContextType context,ContextPtr shared_context,EglConfig* config,GLEScontext*
glesCtx
,GLESVersion ver,ObjectNameManager* mngr);
EglImp.cpp
630
GLEScontext*
glesCtx
= NULL;
632
glesCtx
= iface->createGLESContext();
651
ContextPtr ctx(new EglContext(dpy, nativeContext,sharedCtxPtr,cfg,
glesCtx
,version,dpy->getManager(version)));
654
iface->deleteGLESContext(
glesCtx
);
[
all
...]
Completed in 30 milliseconds