OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:aglContext
(Results
1 - 2
of
2
) sorted by null
/device/generic/goldfish/opengl/tests/gles_android_wrapper/
ThreadInfo.h
25
aglContext
= p_aglContext;
34
EGLContext
aglContext
;
egl.cpp
465
if (share) share = ((EGLWrapperContext *)share_context)->
aglContext
;
512
res = getDispatch()->eglDestroyContext(dpy, wctx->
aglContext
);
530
EGLContext
aglContext
= (ctx == EGL_NO_CONTEXT ? EGL_NO_CONTEXT : wctx->
aglContext
);
532
EGLBoolean res = getDispatch()->eglMakeCurrent(dpy, draw, read,
aglContext
);
578
return getDispatch()->eglQueryContext(dpy, wctx->
aglContext
, attribute, value);
626
EGLContext
aglContext
= (wctx ? wctx->
aglContext
: EGL_NO_CONTEXT);
627
return getDispatch()->eglCreateImageKHR(dpy,
aglContext
, target, buffer, attrib_list);
Completed in 188 milliseconds