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

  /frameworks/base/opengl/tests/tritex/
tritex.cpp 21 EGLSurface eglSurface;
146 if ( (eglSurface = eglCreateWindowSurface(eglDisplay, myConfig,
159 if ( eglMakeCurrent(eglDisplay, eglSurface, eglSurface, eglContext) != EGL_TRUE )
175 eglDestroySurface( eglDisplay, eglSurface );
260 eglSwapBuffers(eglDisplay, eglSurface);
263 eglSwapBuffers(eglDisplay, eglSurface);
272 eglSwapBuffers(eglDisplay, eglSurface);
  /frameworks/base/opengl/tests/gl_basic/
gl_basic.cpp 19 EGLSurface eglSurface;
243 if ( (eglSurface = eglCreateWindowSurface(eglDisplay, myConfig,
256 if ( eglMakeCurrent(eglDisplay, eglSurface, eglSurface, eglContext) != EGL_TRUE )
264 eglQuerySurface(eglDisplay, eglSurface, EGL_WIDTH, &w);
266 eglQuerySurface(eglDisplay, eglSurface, EGL_HEIGHT, &h);
287 eglDestroySurface( eglDisplay, eglSurface );
364 eglSwapBuffers(eglDisplay, eglSurface);
  /external/webkit/WebCore/platform/graphics/openvg/
SurfaceOpenVG.h 78 EGLSurface eglSurface() const { return m_eglSurface; }
130 EGLSurface m_eglSurface;
EGLDisplayOpenVG.cpp 55 EGLSurface currentSurface = eglGetCurrentSurface(EGL_DRAW);
66 displayManager->m_platformSurfaces.set(platformSurface->eglSurface(), platformSurface);
72 displayManager->m_platformSurfaces.remove(platformSurface->eglSurface());
122 HashMap<EGLSurface, EGLint>::const_iterator end = m_surfaceConfigIds.end();
123 for (HashMap<EGLSurface, EGLint>::const_iterator it = m_surfaceConfigIds.begin(); it != end; ++it)
224 EGLSurface surface = createPbufferSurface(IntSize(1, 1), config);
239 EGLSurface EGLDisplayOpenVG::createPbufferSurface(const IntSize& size, const EGLConfig& config, EGLint* errorCode)
246 EGLSurface surface = eglCreatePbufferSurface(m_display, config, attribList);
266 EGLSurface EGLDisplayOpenVG::surfaceForWindow(EGLNativeWindowType wId, const EGLConfig& config)
271 EGLSurface surface = eglCreateWindowSurface(m_display, config, wId, 0)
    [all...]
  /frameworks/base/opengl/libagl/
egl.cpp 120 EGLSurface read;
121 EGLSurface draw;
181 LOGE_IF(magic != MAGIC, "invalid EGLSurface (%p)", this);
    [all...]

Completed in 68 milliseconds