OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_pShell
(Results
1 - 5
of
5
) sorted by null
/external/swiftshader/third_party/PowerVR_SDK/Shell/API/KEGL/
PVRShellAPI.cpp
68
eglSwapInterval(m_EGLDisplay,
m_pShell
->m_pShellData->nSwapInterval);
104
m_pShell
->PVRShellSet(prefExitMessage, "PVRShell: Unable to initialise EGL\n");
105
m_pShell
->PVRShellOutputDebug("PVRShell: EGL Error (%s)\n", StringFrom_eglGetError());
109
m_pShell
->PVRShellOutputDebug("PVRShell: EGL %d.%d initialized\n", m_MajorVersion, m_MinorVersion);
126
m_pShell
->PVRShellSet(prefExitMessage, "PVRShell: Failed to bind OpenGL API\n");
133
m_pShell
->PVRShellSet(prefExitMessage, "PVRShell: Failed to bind OpenGL ES API\n");
139
m_EGLConfig = SelectEGLConfiguration(
m_pShell
->m_pShellData);
181
switch(
m_pShell
->PVRShellGet(prefPriority))
201
m_pShell
->PVRShellSet(prefExitMessage, "PVRShell: Unable to create a context\n");
204
else if(
m_pShell
->m_pShellData->bNeedPbuffer)
[
all
...]
/external/swiftshader/third_party/PowerVR_SDK/Shell/
PVRShell.cpp
[
all
...]
PVRShellImpl.h
165
PVRShell *
m_pShell
; /*!< Our PVRShell class */
/external/swiftshader/third_party/PowerVR_SDK/Shell/OS/Windows/
PVRShellOS.cpp
89
m_pShell
->m_pShellData->nShellDimX = SHELL_DISPLAY_DIM_X;
90
m_pShell
->m_pShellData->nShellDimY = SHELL_DISPLAY_DIM_Y;
165
pszName = (const char*)
m_pShell
->PVRShellGet(prefAppName);
167
pszVersion = (const char*)
m_pShell
->PVRShellGet(prefVersion);
188
p.x =
m_pShell
->m_pShellData->nShellPosX;
189
p.y =
m_pShell
->m_pShellData->nShellPosY;
200
(
m_pShell
->m_pShellData->nShellDimX > (sMInfo.rcMonitor.right - sMInfo.rcMonitor.left)) ||
201
(
m_pShell
->m_pShellData->nShellDimY > (sMInfo.rcMonitor.bottom - sMInfo.rcMonitor.top)))
203
m_pShell
->m_pShellData->nShellDimX >>= 1;
204
m_pShell
->m_pShellData->nShellDimY >>= 1;
[
all
...]
/external/swiftshader/third_party/PowerVR_SDK/Shell/OS/LinuxX11/
PVRShellOS.cpp
78
m_pShell
->m_pShellData->nShellDimX = -240;
79
m_pShell
->m_pShellData->nShellDimY = -320;
108
m_pShell
->PVRShellOutputDebug("Warning Readlink %s failed. The application name, read path and write path have not been set.\n", pszExePath);
140
m_pShell
->PVRShellOutputDebug( "Unable to open X display\n");
157
if(
m_pShell
->m_pShellData->bFullScreen)
160
if(
m_pShell
->m_pShellData->nShellDimX < 0) {
161
m_pShell
->m_pShellData->nShellDimX = display_width;
163
if(
m_pShell
->m_pShellData->nShellDimY < 0) {
164
m_pShell
->m_pShellData->nShellDimY = display_height;
169
if(
m_pShell
->m_pShellData->nShellDimX < 0
[
all
...]
Completed in 748 milliseconds