Home
last modified time | relevance | path

Searched refs:i32Values (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Shell/API/KEGL/
DPVRShellAPI.cpp377 EGLint i32Values[5]; in OutputAPIInfo() local
419 if(eglQueryContext(m_EGLDisplay, m_EGLContext, EGL_CONTEXT_PRIORITY_LEVEL_IMG, &i32Values[0])) in OutputAPIInfo()
421 switch(i32Values[0]) in OutputAPIInfo()
447 eglGetConfigAttrib(m_EGLDisplay, m_EGLConfig, EGL_CONFIG_ID , &i32Values[0]); in OutputAPIInfo()
448 m_pShell->PVRShellOutputDebug(" Config ID: %i\n", i32Values[0]); in OutputAPIInfo()
451 eglGetConfigAttrib(m_EGLDisplay, m_EGLConfig, EGL_BUFFER_SIZE , &i32Values[0]); in OutputAPIInfo()
452 eglGetConfigAttrib(m_EGLDisplay, m_EGLConfig, EGL_RED_SIZE , &i32Values[1]); in OutputAPIInfo()
453 eglGetConfigAttrib(m_EGLDisplay, m_EGLConfig, EGL_GREEN_SIZE , &i32Values[2]); in OutputAPIInfo()
454 eglGetConfigAttrib(m_EGLDisplay, m_EGLConfig, EGL_BLUE_SIZE , &i32Values[3]); in OutputAPIInfo()
455 eglGetConfigAttrib(m_EGLDisplay, m_EGLConfig, EGL_ALPHA_SIZE , &i32Values[4]); in OutputAPIInfo()
[all …]