Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/renderengine/skia/
H A DSkiaGLRenderEngine.cpp1309 EGLint contextClientVersion = 0; in createEglContext() local
1311 contextClientVersion = 3; in createEglContext()
1313 contextClientVersion = 2; in createEglContext()
1315 contextClientVersion = 1; in createEglContext()
1323 contextAttributes.push_back(contextClientVersion); in createEglContext()
1350 if (contextClientVersion == 3 && context == EGL_NO_CONTEXT) { in createEglContext()
/aosp12/frameworks/native/libs/renderengine/gl/
H A DGLESRenderEngine.cpp1645 EGLint contextClientVersion = 0; in createEglContext() local
1647 contextClientVersion = 3; in createEglContext()
1649 contextClientVersion = 2; in createEglContext()
1651 contextClientVersion = 1; in createEglContext()
1659 contextAttributes.push_back(contextClientVersion); in createEglContext()
1686 if (contextClientVersion == 3 && context == EGL_NO_CONTEXT) { in createEglContext()
/aosp12/frameworks/av/media/libstagefright/renderfright/gl/
H A DGLESRenderEngine.cpp1565 EGLint contextClientVersion = 0; in createEglContext() local
1567 contextClientVersion = 3; in createEglContext()
1569 contextClientVersion = 2; in createEglContext()
1571 contextClientVersion = 1; in createEglContext()
1579 contextAttributes.push_back(contextClientVersion); in createEglContext()
1592 if (contextClientVersion == 3 && context == EGL_NO_CONTEXT) { in createEglContext()