Home
last modified time | relevance | path

Searched refs:pbufferAttributes (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DMultithreadingTest.cpp80 EGLint pbufferAttributes[] = { in runMultithreadedGLTest()
83 surface = eglCreatePbufferSurface(dpy, config, pbufferAttributes); in runMultithreadedGLTest()
264 EGLint pbufferAttributes[] = { in TEST_P()
268 EGLSurface surface = eglCreatePbufferSurface(dpy, config, pbufferAttributes); in TEST_P()
522 EGLint pbufferAttributes[] = { in textureThreadFunction() local
525 surface = eglCreatePbufferSurface(dpy, config, pbufferAttributes); in textureThreadFunction()
803 EGLint pbufferAttributes[] = { local
808 surface = eglCreatePbufferSurface(dpy, config, pbufferAttributes);
H A DVulkanMultithreadingTest.cpp85 EGLint pbufferAttributes[] = { in runMultithreadedGLTest()
88 surface = eglCreatePbufferSurface(dpy, config, pbufferAttributes); in runMultithreadedGLTest()
H A DImageTest.cpp1171 EGLint pbufferAttributes[] = { in TEST_P() local
1178 EGLSurface pbuffer = eglCreatePbufferSurface(display, config, pbufferAttributes); in TEST_P()
H A DStateChangeTest.cpp6997 EGLint pbufferAttributes[] = {EGL_WIDTH, 1, EGL_HEIGHT, 1, EGL_NONE, EGL_NONE};
6998 EGLSurface surface = eglCreatePbufferSurface(dpy, config, pbufferAttributes);
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
H A DEGLSurfaceTest.cpp190 std::vector<EGLint> pbufferAttributes = additionalAttributes; in initializeSurfaceWithAttribs() local
193 pbufferAttributes.push_back(EGL_WIDTH); in initializeSurfaceWithAttribs()
194 pbufferAttributes.push_back(64); in initializeSurfaceWithAttribs()
195 pbufferAttributes.push_back(EGL_HEIGHT); in initializeSurfaceWithAttribs()
196 pbufferAttributes.push_back(64); in initializeSurfaceWithAttribs()
197 pbufferAttributes.push_back(EGL_NONE); in initializeSurfaceWithAttribs()
199 mPbufferSurface = eglCreatePbufferSurface(mDisplay, mConfig, pbufferAttributes.data()); in initializeSurfaceWithAttribs()
H A DEGLMultiContextTest.cpp147 EGLint pbufferAttributes[] = {EGL_WIDTH, 1, EGL_HEIGHT, 1, EGL_NONE, EGL_NONE}; in TEST_P() local
151 surface[t] = eglCreatePbufferSurface(dpy, config, pbufferAttributes); in TEST_P()
H A DEGLContextSharingTest.cpp480 EGLint pbufferAttributes[] = {EGL_WIDTH, 1, EGL_HEIGHT, 1, EGL_NONE, EGL_NONE}; in TEST_P() local
484 surface[t] = eglCreatePbufferSurface(dpy, config, pbufferAttributes); in TEST_P()

Completed in 23 milliseconds