Home
last modified time | relevance | path

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

/external/angle/util/
DEGLWindow.cpp405 std::vector<EGLint> surfaceAttributes; in initializeSurface() local
408 surfaceAttributes.push_back(EGL_POST_SUB_BUFFER_SUPPORTED_NV); in initializeSurface()
409 surfaceAttributes.push_back(EGL_TRUE); in initializeSurface()
416 surfaceAttributes.push_back(EGL_ROBUST_RESOURCE_INITIALIZATION_ANGLE); in initializeSurface()
417 surfaceAttributes.push_back(mConfigParams.robustResourceInit.value() ? EGL_TRUE in initializeSurface()
421 surfaceAttributes.push_back(EGL_NONE); in initializeSurface()
426 &surfaceAttributes[0]); in initializeSurface()
/external/angle/src/libGL/
Dentry_points_wgl.cpp154 std::vector<EGLint> surfaceAttributes; in wglCreateContext() local
155 surfaceAttributes.push_back(EGL_NONE); in wglCreateContext()
156 surfaceAttributes.push_back(EGL_NONE); in wglCreateContext()
157 AttributeMap surfAttributes = AttributeMap::CreateFromIntArray(&surfaceAttributes[0]); in wglCreateContext()
/external/angle/src/tests/egl_tests/
DEGLSurfaceTest.cpp267 std::vector<EGLint> surfaceAttributes; in runMessageLoopTest() local
268 surfaceAttributes.push_back(EGL_NONE); in runMessageLoopTest()
269 surfaceAttributes.push_back(EGL_NONE); in runMessageLoopTest()
272 &surfaceAttributes[0]); in runMessageLoopTest()
820 EGLint surfaceAttributes[] = { in TEST_P() local
826 eglCreateWindowSurface(mDisplay, mConfig, mOSWindow->getNativeWindow(), surfaceAttributes); in TEST_P()
982 const EGLint surfaceAttributes[] = {EGL_WIDTH, in TEST_P() local
996 config, surfaceAttributes); in TEST_P()
1061 const EGLint surfaceAttributes[] = {EGL_WIDTH, in TEST_P() local
1074 config, surfaceAttributes); in TEST_P()
DEGLSyncControlTest.cpp129 const EGLint surfaceAttributes[] = {EGL_DIRECT_COMPOSITION_ANGLE, EGL_TRUE, EGL_NONE}; in CreateWindowSurface() local
133 surfaceAttributes); in CreateWindowSurface()
/external/swiftshader/tests/GLESUnitTests/
Dunittests.cpp147 EGLint surfaceAttributes[] = { in Initialize() local
153 surface = eglCreatePbufferSurface(display, config, surfaceAttributes); in Initialize()