HomeSort by relevance Sort by last modified time
    Searched refs:aglContext (Results 1 - 4 of 4) sorted by null

  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
ThreadInfo.h 25 aglContext = p_aglContext;
34 EGLContext aglContext;
egl.cpp 429 if (share) share = ((EGLWrapperContext *)share_context)->aglContext;
476 res = getDispatch()->eglDestroyContext(dpy, wctx->aglContext);
494 EGLContext aglContext = (ctx == EGL_NO_CONTEXT ? EGL_NO_CONTEXT : wctx->aglContext);
496 EGLBoolean res = getDispatch()->eglMakeCurrent(dpy, draw, read, aglContext);
542 return getDispatch()->eglQueryContext(dpy, wctx->aglContext, attribute, value);
590 EGLContext aglContext = (wctx ? wctx->aglContext : EGL_NO_CONTEXT);
591 return getDispatch()->eglCreateImageKHR(dpy, aglContext, target, buffer, attrib_list);
  /external/webrtc/webrtc/modules/video_render/mac/
video_render_agl.h 42 VideoChannelAGL(AGLContext& aglContext, int iId, VideoRenderAGL* owner);
58 AGLContext _aglContext;
149 AGLContext _aglContext;
video_render_agl.cc 33 VideoChannelAGL::VideoChannelAGL(AGLContext& aglContext, int iId, VideoRenderAGL* owner) :
34 _aglContext( aglContext),
    [all...]

Completed in 751 milliseconds