HomeSort by relevance Sort by last modified time
    Searched refs:m_nativeWindow (Results 1 - 5 of 5) sorted by null

  /external/deqp/framework/platform/raspi/
tcuRaspiPlatform.cpp 73 EGLNativeWindowType getLegacyNative (void) { return &m_nativeWindow; }
80 EGL_DISPMANX_WINDOW_T m_nativeWindow;
125 deMemset(&m_nativeWindow, 0, sizeof(m_nativeWindow));
150 m_nativeWindow.element = m_dispmanElement;
151 m_nativeWindow.width = width;
152 m_nativeWindow.height = height;
170 return IVec2(m_nativeWindow.width, m_nativeWindow.height);
  /external/deqp/modules/egl/
teglResizeTests.cpp 116 MovePtr<NativeWindow> m_nativeWindow;
180 m_nativeWindow = nativeWindow;
190 m_nativeWindow.clear();
195 m_nativeWindow->setSurfaceSize(size);
338 *m_nativeWindow,
347 checkSurfaceSize(m_display, **m_surface, *m_nativeWindow, m_newSize, m_status);
442 const IVec2 winSize = m_nativeWindow->getScreenSize();
470 if (!hasBits(m_nativeWindow->getCapabilities(),
teglSyncTests.cpp 99 eglu::NativeWindow* m_nativeWindow;
121 , m_nativeWindow (DE_NULL)
240 m_nativeWindow = m_eglTestCtx.createNativeWindow(m_eglDisplay, m_eglConfig, DE_NULL, 480, 480, eglu::parseWindowVisibility(m_testCtx.getCommandLine()));
241 m_eglSurface = eglu::createWindowSurface(m_eglTestCtx.getNativeDisplay(), *m_nativeWindow, m_eglDisplay, m_eglConfig, DE_NULL);
272 delete m_nativeWindow;
273 m_nativeWindow = DE_NULL;
    [all...]
  /sdk/emulator/opengl/host/libs/libOpenglRender/
FrameBuffer.h 116 FBNativeWindowType m_nativeWindow;
FrameBuffer.cpp 426 fb->m_nativeWindow = p_window;

Completed in 121 milliseconds