HomeSort by relevance Sort by last modified time
    Searched defs:eglContext (Results 1 - 6 of 6) sorted by null

  /sdk/emulator/opengl/host/libs/Translator/EGL/
ThreadInfo.h 19 #include "EglContext.h"
33 ContextPtr eglContext;
  /external/webkit/Source/WebCore/platform/graphics/openvg/
SurfaceOpenVG.h 100 EGLContext eglContext() const { return m_eglContext; }
152 EGLContext m_eglContext;
  /sdk/emulator/opengl/tests/ut_renderer/
Renderer.cpp 141 EGLContext eglContext;
147 eglContext = c->second->eglContext();
153 eglContext = c->second->eglContext();
156 eglContext = EGL_NO_CONTEXT;
169 return eglMakeCurrent(m_dpy, draw, read, eglContext);
RendererContext.h 42 EGLContext eglContext() { return m_ctx; }
100 EGLContext m_ctx;
104 RendererContext(EGLDisplay dpy, EGLContext ctx, int version) :
  /frameworks/native/opengl/tests/gl_basic/
gl_basic.cpp 20 EGLContext eglContext;
249 if ( (eglContext = eglCreateContext(eglDisplay, myConfig, 0, 0)) == EGL_NO_CONTEXT )
255 if ( eglMakeCurrent(eglDisplay, eglSurface, eglSurface, eglContext) != EGL_TRUE )
285 eglDestroyContext( eglDisplay, eglContext );
  /frameworks/native/opengl/tests/tritex/
tritex.cpp 22 EGLContext eglContext;
153 if ( (eglContext = eglCreateContext(eglDisplay, myConfig, 0, 0)) == EGL_NO_CONTEXT )
159 if ( eglMakeCurrent(eglDisplay, eglSurface, eglSurface, eglContext) != EGL_TRUE )
174 eglDestroyContext( eglDisplay, eglContext );

Completed in 283 milliseconds