Searched refs:pbufferAttributes (Results 1 - 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | MultithreadingTest.cpp | 80 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 D | VulkanMultithreadingTest.cpp | 85 EGLint pbufferAttributes[] = { in runMultithreadedGLTest() 88 surface = eglCreatePbufferSurface(dpy, config, pbufferAttributes); in runMultithreadedGLTest()
|
H A D | ImageTest.cpp | 1171 EGLint pbufferAttributes[] = { in TEST_P() local 1178 EGLSurface pbuffer = eglCreatePbufferSurface(display, config, pbufferAttributes); in TEST_P()
|
H A D | StateChangeTest.cpp | 6997 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 D | EGLSurfaceTest.cpp | 190 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 D | EGLMultiContextTest.cpp | 147 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 D | EGLContextSharingTest.cpp | 480 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