Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/RenderEngine/
DRenderEngine.cpp86 std::vector<EGLint> contextAttributes; in create() local
87 contextAttributes.reserve(6); in create()
88 contextAttributes.push_back(EGL_CONTEXT_CLIENT_VERSION); in create()
89 contextAttributes.push_back(contextClientVersion); in create()
92 contextAttributes.push_back(EGL_CONTEXT_PRIORITY_LEVEL_IMG); in create()
93 contextAttributes.push_back(EGL_CONTEXT_PRIORITY_HIGH_IMG); in create()
96 contextAttributes.push_back(EGL_NONE); in create()
97 contextAttributes.push_back(EGL_NONE); in create()
100 contextAttributes.data()); in create()
/frameworks/native/opengl/tests/EGLTest/
DEGL_test.cpp452 std::vector<EGLint> contextAttributes; in TEST_F() local
453 contextAttributes.reserve(4); in TEST_F()
454 contextAttributes.push_back(EGL_CONTEXT_CLIENT_VERSION); in TEST_F()
455 contextAttributes.push_back(2); in TEST_F()
456 contextAttributes.push_back(EGL_NONE); in TEST_F()
457 contextAttributes.push_back(EGL_NONE); in TEST_F()
460 contextAttributes.data()); in TEST_F()