HomeSort by relevance Sort by last modified time
    Searched refs:createDisplay (Results 1 - 25 of 35) sorted by null

1 2

  /external/deqp/framework/platform/win32/
tcuWin32EGLNativeDisplayFactory.hpp 42 virtual eglu::NativeDisplay* createDisplay (const eglw::EGLAttrib* attribList) const;
tcuWin32EGLNativeDisplayFactory.cpp 395 eglu::NativeDisplay* EGLNativeDisplayFactory::createDisplay (const EGLAttrib* attribList) const
  /external/deqp/framework/platform/null/
tcuNullPlatform.cpp 62 eglu::NativeDisplay* createDisplay (const eglw::EGLAttrib*) const
  /external/deqp/framework/platform/raspi/
tcuRaspiPlatform.cpp 64 eglu::NativeDisplay* createDisplay (const EGLAttrib* attribList) const;
100 eglu::NativeDisplay* DisplayFactory::createDisplay (const EGLAttrib*) const
  /external/deqp/modules/egl/
teglTestCase.cpp 48 , m_nativeDisplay (m_nativeDisplayFactory.createDisplay())
  /external/deqp/framework/egl/
egluNativeDisplay.hpp 86 virtual NativeDisplay* createDisplay (const eglw::EGLAttrib* attribList = DE_NULL) const = 0;
egluGLContextFactory.cpp 294 m_display = displayFactory->createDisplay();
  /frameworks/native/include/gui/
ISurfaceComposer.h 88 virtual sp<IBinder> createDisplay(const String8& displayName,
SurfaceComposerClient.h 112 static sp<IBinder> createDisplay(const String8& displayName, bool secure);
  /external/deqp/framework/platform/android/
tcuAndroidPlatform.cpp 74 virtual eglu::NativeDisplay* createDisplay (const EGLAttrib* attribList) const;
182 eglu::NativeDisplay* NativeDisplayFactory::createDisplay (const EGLAttrib* attribList) const
  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/
MonitorApplication.java 48 Display display = PlatformUI.createDisplay();
  /external/deqp/framework/platform/X11/
tcuX11EglPlatform.cpp 262 NativeDisplay* createDisplay (const eglw::EGLAttrib* attribList) const;
279 NativeDisplay* DisplayFactory::createDisplay (const eglw::EGLAttrib* attribList) const
  /frameworks/native/libs/gui/
SurfaceComposerClient.cpp 139 sp<IBinder> createDisplay(const String8& displayName, bool secure);
199 sp<IBinder> Composer::createDisplay(const String8& displayName, bool secure) {
200 return ComposerService::getComposerService()->createDisplay(displayName,
594 sp<IBinder> SurfaceComposerClient::createDisplay(const String8& displayName,
596 return Composer::getInstance().createDisplay(displayName, secure);
ISurfaceComposer.cpp 182 virtual sp<IBinder> createDisplay(const String8& displayName, bool secure)
491 sp<IBinder> display(createDisplay(displayName, secure));
  /external/deqp/external/vulkancts/modules/vulkan/wsi/
vktWsiSurfaceTests.cpp 137 MovePtr<Display> createDisplay (const vk::Platform& platform,
166 // See createDisplay - assuming that wsi::Display was supported platform port
181 : display (createDisplay(context.getTestContext().getPlatform().getVulkanPlatform(), supportedExtensions, wsiType))
515 const UniquePtr<Display> nativeDisplay (createDisplay(context.getTestContext().getPlatform().getVulkanPlatform(),
559 const UniquePtr<Display> nativeDisplay (createDisplay(context.getTestContext().getPlatform().getVulkanPlatform(),
vktWsiSwapchainTests.cpp 237 MovePtr<Display> createDisplay (const vk::Platform& platform,
266 // See createDisplay - assuming that wsi::Display was supported platform port
281 : display (createDisplay(context.getTestContext().getPlatform().getVulkanPlatform(), supportedExtensions, wsiType))
    [all...]
  /frameworks/base/core/java/android/view/
SurfaceControl.java 711 public static IBinder createDisplay(String name, boolean secure) {
    [all...]
  /frameworks/base/services/core/java/com/android/server/display/
OverlayDisplayAdapter.java 406 IBinder displayToken = SurfaceControl.createDisplay(mName, mSecure);
VirtualDisplayAdapter.java 68 IBinder displayToken = SurfaceControl.createDisplay(name, secure);
WifiDisplayAdapter.java 383 IBinder displayToken = SurfaceControl.createDisplay(name, secure);
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.h 208 virtual sp<IBinder> createDisplay(const String8& displayName, bool secure);
SurfaceFlinger.cpp 226 sp<IBinder> SurfaceFlinger::createDisplay(const String8& displayName,
    [all...]
SurfaceFlinger_hwc1.cpp 224 sp<IBinder> SurfaceFlinger::createDisplay(const String8& displayName,
    [all...]
  /frameworks/av/cmds/screenrecord/
screenrecord.cpp 294 sp<IBinder> dpy = SurfaceComposerClient::createDisplay(
    [all...]
  /frameworks/base/core/jni/
android_view_SurfaceControl.cpp 354 sp<IBinder> token(SurfaceComposerClient::createDisplay(

Completed in 964 milliseconds

1 2