Home
last modified time | relevance | path

Searched defs:createWindow (Results 1 – 13 of 13) sorted by relevance

/external/deqp/framework/platform/android/
DtcuAndroidPlatform.cpp133 eglu::NativeWindow* NativeWindowFactory::createWindow (eglu::NativeDisplay* nativeDisplay, const eg… in createWindow() function in tcu::Android::NativeWindowFactory
139 eglu::NativeWindow* NativeWindowFactory::createWindow (eglu::NativeDisplay* nativeDisplay, EGLDispl… in createWindow() function in tcu::Android::NativeWindowFactory
147 eglu::NativeWindow* NativeWindowFactory::createWindow (const eglu::WindowParams& params, int32_t fo… in createWindow() function in tcu::Android::NativeWindowFactory
/external/chromium_org/third_party/WebKit/Source/core/page/
DCreateWindow.cpp48 static LocalFrame* createWindow(LocalFrame& openerFrame, LocalFrame& lookupFrame, const FrameLoadRe… in createWindow() function
118 LocalFrame* createWindow(const String& urlString, const AtomicString& frameName, const WindowFeatur… in createWindow() function
/external/chromium_org/native_client_sdk/src/resources/
Dbackground.js9 function createWindow(url) { function
/external/deqp/framework/platform/X11/
DtcuX11EglPlatform.cpp141 NativeWindow* WindowFactory::createWindow (NativeDisplay* nativeDisplay, in createWindow() function in tcu::x11::egl::WindowFactory
149 NativeWindow* WindowFactory::createWindow (NativeDisplay* nativeDisplay, in createWindow() function in tcu::x11::egl::WindowFactory
DtcuX11GlxPlatform.cpp336 GLXWindow GlxVisual::createWindow (::Window xWindow) in createWindow() function in tcu::x11::glx::GlxVisual
/external/deqp/framework/egl/
DegluNativeWindow.cpp92 NativeWindow* NativeWindowFactory::createWindow (NativeDisplay* nativeDisplay, EGLDisplay display, … in createWindow() function in eglu::NativeWindowFactory
DegluGLContextFactory.cpp321 WindowSurfacePair createWindow (NativeDisplay* nativeDisplay, const NativeWindowFactory* windowFact… in createWindow() function
/external/deqp/framework/platform/raspi/
DtcuRaspiPlatform.cpp107 eglu::NativeWindow* WindowFactory::createWindow (eglu::NativeDisplay*, const eglu::WindowParams& pa… in createWindow() function in tcu::rpi::WindowFactory
/external/deqp/framework/platform/win32/
DtcuWin32EGLNativeDisplayFactory.cpp210 eglu::NativeWindow* NativeWindowFactory::createWindow (eglu::NativeDisplay* nativeDisplay, const eg… in createWindow() function in tcu::__anonba9010d10111::NativeWindowFactory
/external/chromium_org/chrome/common/extensions/docs/examples/api/tabs/inspector/
Dtabs_api.js214 function createWindow() { function
/external/deqp/modules/egl/
DteglMakeCurrentPerfTests.cpp257 void MakeCurrentPerfCase::createWindow (void) in createWindow() function in deqp::egl::MakeCurrentPerfCase
/external/chromium_org/third_party/WebKit/Source/web/
DChromeClientImpl.cpp228 Page* ChromeClientImpl::createWindow(LocalFrame* frame, const FrameLoadRequest& r, const WindowFeat… in createWindow() function in blink::ChromeClientImpl
/external/chromium_org/third_party/WebKit/Source/core/loader/
DEmptyClients.h87 …virtual Page* createWindow(LocalFrame*, const FrameLoadRequest&, const WindowFeatures&, Navigation… in createWindow() function