OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_EGLDisplay
(Results
1 - 2
of
2
) sorted by null
/external/swiftshader/third_party/PowerVR_SDK/Shell/API/KEGL/
PVRShellAPI.cpp
68
eglSwapInterval(
m_EGLDisplay
, m_pShell->m_pShellData->nSwapInterval);
91
m_EGLDisplay
= eglGetDisplay(m_NDT);
93
if(
m_EGLDisplay
== EGL_NO_DISPLAY)
96
m_EGLDisplay
= eglGetDisplay((EGLNativeDisplayType)EGL_DEFAULT_DISPLAY);
98
m_EGLDisplay
= eglGetDisplay((NativeDisplayType)EGL_DEFAULT_DISPLAY);
102
if(!eglInitialize(
m_EGLDisplay
, &m_MajorVersion, &m_MinorVersion))
118
m_bPowerManagementSupported = PVRShellIsExtensionSupported(
m_EGLDisplay
,"EGL_IMG_power_management");
140
eglGetConfigAttrib(
m_EGLDisplay
, m_EGLConfig, EGL_CONFIG_ID, &m_iConfig);
145
eglDestroyContext(
m_EGLDisplay
, m_EGLContext);
164
if (PVRShellIsExtensionSupported(
m_EGLDisplay
, "EGL_KHR_create_context"))
[
all
...]
PVRShellAPI.h
58
EGLDisplay
m_EGLDisplay
;
Completed in 5290 milliseconds