Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Shell/API/KEGL/
DPVRShellAPI.cpp50 static bool PVRShellIsExtensionSupported(EGLDisplay dpy, const char *extension);
118 …m_bPowerManagementSupported = PVRShellIsExtensionSupported(m_EGLDisplay,"EGL_IMG_power_management"… in ApiInitAPI()
164 if (PVRShellIsExtensionSupported(m_EGLDisplay, "EGL_KHR_create_context")) in ApiInitAPI()
178 if(PVRShellIsExtensionSupported(m_EGLDisplay,"EGL_IMG_context_priority")) in ApiInitAPI()
971 static bool PVRShellIsExtensionSupported(EGLDisplay dpy, const char *extension) in PVRShellIsExtensionSupported() function