Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/angle2/src/tests/egl_tests/
DEGLSurfaceTest.cpp134 std::vector<EGLint> surfaceAttributes; in initializeSurface() local
135 surfaceAttributes.push_back(EGL_NONE); in initializeSurface()
136 surfaceAttributes.push_back(EGL_NONE); in initializeSurface()
140 &surfaceAttributes[0]); in initializeSurface()
143 mPbufferSurface = eglCreatePbufferSurface(mDisplay, mConfig, &surfaceAttributes[0]); in initializeSurface()
215 std::vector<EGLint> surfaceAttributes; in runMessageLoopTest() local
216 surfaceAttributes.push_back(EGL_NONE); in runMessageLoopTest()
217 surfaceAttributes.push_back(EGL_NONE); in runMessageLoopTest()
220 &surfaceAttributes[0]); in runMessageLoopTest()
549 EGLint surfaceAttributes[] = { in TEST_P() local
[all …]
DEGLSyncControlTest.cpp129 const EGLint surfaceAttributes[] = {EGL_DIRECT_COMPOSITION_ANGLE, EGL_TRUE, EGL_NONE}; in CreateWindowSurface() local
133 surfaceAttributes); in CreateWindowSurface()
/third_party/skia/third_party/externals/angle2/util/
DEGLWindow.cpp451 std::vector<EGLint> surfaceAttributes; in initializeSurface() local
454 surfaceAttributes.push_back(EGL_POST_SUB_BUFFER_SUPPORTED_NV); in initializeSurface()
455 surfaceAttributes.push_back(EGL_TRUE); in initializeSurface()
462 surfaceAttributes.push_back(EGL_ROBUST_RESOURCE_INITIALIZATION_ANGLE); in initializeSurface()
463 surfaceAttributes.push_back(mConfigParams.robustResourceInit.value() ? EGL_TRUE in initializeSurface()
476 surfaceAttributes.push_back(EGL_GL_COLORSPACE_KHR); in initializeSurface()
477 surfaceAttributes.push_back(mConfigParams.colorSpace); in initializeSurface()
484 surfaceAttributes.push_back(EGL_SWAP_INTERVAL_ANGLE); in initializeSurface()
485 surfaceAttributes.push_back(mConfigParams.swapInterval); in initializeSurface()
488 surfaceAttributes.push_back(EGL_NONE); in initializeSurface()
[all …]
/third_party/flutter/skia/third_party/externals/angle2/util/
DEGLWindow.cpp250 std::vector<EGLint> surfaceAttributes; in initializeSurface() local
253 surfaceAttributes.push_back(EGL_POST_SUB_BUFFER_SUPPORTED_NV); in initializeSurface()
254 surfaceAttributes.push_back(EGL_TRUE); in initializeSurface()
261 surfaceAttributes.push_back(EGL_ROBUST_RESOURCE_INITIALIZATION_ANGLE); in initializeSurface()
262 surfaceAttributes.push_back(mConfigParams.robustResourceInit.value() ? EGL_TRUE in initializeSurface()
266 surfaceAttributes.push_back(EGL_NONE); in initializeSurface()
271 &surfaceAttributes[0]); in initializeSurface()
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
DEGLSurfaceTest.cpp290 std::vector<EGLint> surfaceAttributes; in runMessageLoopTest() local
291 surfaceAttributes.push_back(EGL_NONE); in runMessageLoopTest()
292 surfaceAttributes.push_back(EGL_NONE); in runMessageLoopTest()
295 &surfaceAttributes[0]); in runMessageLoopTest()
844 EGLint surfaceAttributes[] = { in TEST_P() local
850 eglCreateWindowSurface(mDisplay, mConfig, mOSWindow->getNativeWindow(), surfaceAttributes); in TEST_P()
1011 const EGLint surfaceAttributes[] = {EGL_WIDTH, in TEST_P() local
1023 config, surfaceAttributes); in TEST_P()
1088 const EGLint surfaceAttributes[] = {EGL_WIDTH, in TEST_P() local
1099 config, surfaceAttributes); in TEST_P()
[all …]
DEGLSyncControlTest.cpp129 const EGLint surfaceAttributes[] = {EGL_DIRECT_COMPOSITION_ANGLE, EGL_TRUE, EGL_NONE}; in CreateWindowSurface() local
133 surfaceAttributes); in CreateWindowSurface()
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/
Dentry_points_wgl.cpp149 std::vector<EGLint> surfaceAttributes; in wglCreateContext() local
150 surfaceAttributes.push_back(EGL_NONE); in wglCreateContext()
151 surfaceAttributes.push_back(EGL_NONE); in wglCreateContext()
152 AttributeMap surfAttributes = AttributeMap::CreateFromIntArray(&surfaceAttributes[0]); in wglCreateContext()
/third_party/skia/third_party/externals/angle2/src/libGL/
Dentry_points_wgl.cpp153 std::vector<EGLint> surfaceAttributes; in wglCreateContext() local
154 surfaceAttributes.push_back(EGL_NONE); in wglCreateContext()
155 surfaceAttributes.push_back(EGL_NONE); in wglCreateContext()
156 AttributeMap surfAttributes = AttributeMap::CreateFromIntArray(&surfaceAttributes[0]); in wglCreateContext()
/third_party/flutter/engine/flutter/shell/platform/windows/
Dangle_surface_manager.cc151 const EGLint surfaceAttributes[] = {EGL_NONE}; in CreateSurface() local
155 surfaceAttributes); in CreateSurface()
/third_party/skia/third_party/externals/swiftshader/tests/GLESUnitTests/
Dunittests.cpp147 EGLint surfaceAttributes[] = { in Initialize() local
153 surface = eglCreatePbufferSurface(display, config, surfaceAttributes); in Initialize()