Home
last modified time | relevance | path

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

/sdk/emulator/opengl/host/libs/Translator/EGL/
DEglWindowSurface.cpp34 m_native = EglOS::createWindowSurface(win); in EglWindowSurface()
DEglOsApi.h56 EGLNativeSurfaceType createWindowSurface(EGLNativeWindowType wnd);
DEglMacApi.cpp226 EGLNativeSurfaceType createWindowSurface(EGLNativeWindowType wnd){ in createWindowSurface() function
DEglX11Api.cpp295 EGLNativeSurfaceType createWindowSurface(EGLNativeWindowType wnd){ in createWindowSurface() function
DEglWindowsApi.cpp581 EGLNativeSurfaceType createWindowSurface(EGLNativeWindowType wnd){ in createWindowSurface() function
/sdk/emulator/opengl/host/libs/libOpenglRender/
DFrameBuffer.h72 HandleType createWindowSurface(int p_config, int p_width, int p_height);
DRenderControl.cpp194 return fb->createWindowSurface(config, width, height); in rcCreateWindowSurface()
DFrameBuffer.cpp528 HandleType FrameBuffer::createWindowSurface(int p_config, int p_width, int p_height) in createWindowSurface() function in FrameBuffer