Home
last modified time | relevance | path

Searched refs:createWindowSurface (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
DDisplay.h45 egl::Surface *createWindowSurface(HWND window, EGLConfig config);
DDisplay.cpp396 Surface *Display::createWindowSurface(HWND window, EGLConfig config) in createWindowSurface() function in egl::Display
DlibEGL.cpp373 EGLSurface surface = (EGLSurface)display->createWindowSurface(window, config); in eglCreateWindowSurface()
/external/replicaisland/src/com/replica/replicaisland/
DGLSurfaceView.java729 EGLSurface createWindowSurface(EGL10 egl, EGLDisplay display, EGLConfig config, in createWindowSurface() method
736 public EGLSurface createWindowSurface(EGL10 egl, EGLDisplay display, in createWindowSurface() method in GLSurfaceView.DefaultWindowSurfaceFactory
980 mEglSurface = mEGLWindowSurfaceFactory.createWindowSurface(mEgl, in createSurface()
/external/webkit/Source/ThirdParty/ANGLE/
DChangeLog819 (egl::Display::createWindowSurface):