Home
last modified time | relevance | path

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

/external/chromium_org/third_party/angle/src/libEGL/
DDisplay.h43 EGLSurface createWindowSurface(HWND window, EGLConfig config, const EGLint *attribList);
DDisplay.cpp189 EGLSurface Display::createWindowSurface(HWND window, EGLConfig config, const EGLint *attribList) in createWindowSurface() function in egl::Display
DlibEGL.cpp318 return display->createWindowSurface(window, config, attrib_list); 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()