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

  /external/webkit/WebCore/platform/graphics/openvg/
SurfaceOpenVG.h 79 EGLContext eglContext() const { return m_eglContext; }
131 EGLContext m_eglContext;
EGLDisplayOpenVG.cpp 226 EGLContext context = eglCreateContext(m_display, config, EGL_NO_CONTEXT, 0);
323 EGLContext context = m_contexts.take(surfaceConfigId);
343 EGLContext EGLDisplayOpenVG::contextForSurface(const EGLSurface& surface)
348 return m_platformSurfaces.get(surface)->eglContext();
379 EGLContext currentContext = eglGetCurrentContext();
385 HashMap<EGLint, EGLContext>::iterator end = m_contexts.end();
387 for (HashMap<EGLint, EGLContext>::iterator it = m_contexts.begin(); it != end; ++it) {
423 EGLContext context = eglCreateContext(m_display, config, m_sharedPlatformSurface->eglContext(), 0);
  /frameworks/base/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 );
  /frameworks/base/opengl/tests/gl_basic/
gl_basic.cpp 20 EGLContext eglContext;
250 if ( (eglContext = eglCreateContext(eglDisplay, myConfig, 0, 0)) == EGL_NO_CONTEXT )
256 if ( eglMakeCurrent(eglDisplay, eglSurface, eglSurface, eglContext) != EGL_TRUE )
286 eglDestroyContext( eglDisplay, eglContext );

Completed in 662 milliseconds