HomeSort by relevance Sort by last modified time
    Searched refs:aglContext (Results 1 - 3 of 3) 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);
  /external/webkit/Source/WebCore/platform/graphics/opengl/
TextureMapperGL.cpp 214 AGLContext aglContext;
551 return aglSetCurrentContext(data().aglContext);
563 data().aglContext = aglGetCurrentContext();

Completed in 3960 milliseconds