OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_EGLConfig
(Results
1 - 2
of
2
) sorted by null
/external/swiftshader/third_party/PowerVR_SDK/Shell/API/KEGL/
PVRShellAPI.cpp
139
m_EGLConfig
= SelectEGLConfiguration(m_pShell->m_pShellData);
140
eglGetConfigAttrib(m_EGLDisplay,
m_EGLConfig
, EGL_CONFIG_ID, &m_iConfig);
193
m_EGLContext = eglCreateContext(m_EGLDisplay,
m_EGLConfig
, NULL, ai32ContextAttribs);
269
m_EGLWindow = eglCreatePixmapSurface(m_EGLDisplay,
m_EGLConfig
, m_NPT, attrib_list);
275
eglGetConfigAttrib(m_EGLDisplay,
m_EGLConfig
, EGL_NATIVE_VISUAL_ID, &visualID);
280
m_EGLWindow = eglCreateWindowSurface(m_EGLDisplay,
m_EGLConfig
, m_NWT, attrib_list);
285
m_EGLWindow = eglCreateWindowSurface(m_EGLDisplay,
m_EGLConfig
, NULL, attrib_list);
447
eglGetConfigAttrib(m_EGLDisplay,
m_EGLConfig
, EGL_CONFIG_ID , &i32Values[0]);
451
eglGetConfigAttrib(m_EGLDisplay,
m_EGLConfig
, EGL_BUFFER_SIZE , &i32Values[0]);
452
eglGetConfigAttrib(m_EGLDisplay,
m_EGLConfig
, EGL_RED_SIZE , &i32Values[1]);
[
all
...]
PVRShellAPI.h
61
EGLConfig
m_EGLConfig
;
Completed in 2246 milliseconds