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
/development/tools/emulator/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
134
EGLContext_t
::
EGLContext_t
(EGLDisplay dpy, EGLConfig config,
EGLContext_t
* shareCtx) :
153
EGLContext_t
::~
EGLContext_t
()
900
EGLContext_t
* shareCtx = NULL;
902
shareCtx = static_cast<
EGLContext_t
*>(share_context);
915
EGLContext_t
* context = new
EGLContext_t
(dpy, config, shareCtx);
931
EGLContext_t
* context = static_cast<EGLContext_t*>(ctx)
[
all
...]
/development/tools/emulator/opengl/system/OpenglSystemCommon/
ThreadInfo.h
25
struct
EGLContext_t
;
31
EGLContext_t
*currentContext;
Completed in 30 milliseconds