Searched refs:createWindowSurface (Results 1 - 4 of 4) sorted by relevance

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

Completed in 79 milliseconds