OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_iRequestedConfig
(Results
1 - 2
of
2
) sorted by null
/external/swiftshader/third_party/PowerVR_SDK/Shell/API/KEGL/
PVRShellAPI.h
64
EGLint
m_iRequestedConfig
;
73
PVRShellInitAPI() : m_bPowerManagementSupported(false),
m_iRequestedConfig
(0), m_iConfig(0) {}
PVRShellAPI.cpp
198
if(
m_iRequestedConfig
> 0)
517
if (
m_iRequestedConfig
> 0)
520
conflist[i++] =
m_iRequestedConfig
;
905
m_iRequestedConfig
= (EGLint) i32Value;
932
*pn = (int)
m_iRequestedConfig
;
Completed in 604 milliseconds