OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EGLContext_t
(Results
1 - 3
of
3
) sorted by null
/device/generic/goldfish/opengl/system/egl/
eglContext.h
22
struct
EGLContext_t
{
29
EGLContext_t
(EGLDisplay dpy, EGLConfig config,
EGLContext_t
* shareCtx);
30
~
EGLContext_t
();
36
EGLContext_t
* shareCtx;
egl.cpp
133
EGLContext_t
::
EGLContext_t
(EGLDisplay dpy, EGLConfig config,
EGLContext_t
* shareCtx) :
154
EGLContext_t
::~
EGLContext_t
()
840
EGLContext_t
* ctx = getEGLThreadInfo()->currentContext;
867
EGLContext_t
* shareCtx = NULL;
869
shareCtx = static_cast<
EGLContext_t
*>(share_context);
882
EGLContext_t
* context = new
EGLContext_t
(dpy, config, shareCtx)
[
all
...]
/device/generic/goldfish/opengl/system/OpenglSystemCommon/
ThreadInfo.h
25
struct
EGLContext_t
;
31
EGLContext_t
*currentContext;
Completed in 3193 milliseconds