Searched refs:m_NWT (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/PowerVR_SDK/Shell/API/KEGL/ |
D | PVRShellAPI.cpp | 83 m_NWT = (EGLNativeWindowType) OsGetNativeWindowType(); in ApiInitAPI() 229 if(screen_set_window_property_iv((_screen_window*) m_NWT, SCREEN_PROPERTY_FORMAT, &format)) in ApiInitAPI() 242 if(screen_set_window_property_iv((_screen_window*) m_NWT, SCREEN_PROPERTY_USAGE, &usage)) in ApiInitAPI() 248 if(screen_create_window_buffers((_screen_window*) m_NWT, 2)) in ApiInitAPI() 278 ANativeWindow_setBuffersGeometry(m_NWT, 0, 0, visualID); in ApiInitAPI() 280 m_EGLWindow = eglCreateWindowSurface(m_EGLDisplay, m_EGLConfig, m_NWT, attrib_list); in ApiInitAPI() 608 if(m_NWT != NULL) in SelectEGLConfiguration()
|
D | PVRShellAPI.h | 69 EGLNativeWindowType m_NWT; variable
|