Home
last modified time | relevance | path

Searched refs:pbufferAttributes (Results 1 – 4 of 4) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/tests/egl_tests/
DEGLSurfaceTest.cpp145 std::vector<EGLint> pbufferAttributes; in initializeSurface() local
146 pbufferAttributes.push_back(EGL_WIDTH); in initializeSurface()
147 pbufferAttributes.push_back(64); in initializeSurface()
148 pbufferAttributes.push_back(EGL_HEIGHT); in initializeSurface()
149 pbufferAttributes.push_back(64); in initializeSurface()
150 pbufferAttributes.push_back(EGL_NONE); in initializeSurface()
152 mPbufferSurface = eglCreatePbufferSurface(mDisplay, mConfig, pbufferAttributes.data()); in initializeSurface()
DEGLContextSharingTest.cpp388 EGLint pbufferAttributes[] = {EGL_WIDTH, 1, EGL_HEIGHT, 1, EGL_NONE, EGL_NONE}; in TEST_P() local
392 surface[t] = eglCreatePbufferSurface(dpy, config, pbufferAttributes); in TEST_P()
/device/generic/vulkan-cereal/third-party/angle/src/tests/gl_tests/
DMultithreadingTest.cpp55 EGLint pbufferAttributes[] = { in runMultithreadedGLTest() local
58 surface = eglCreatePbufferSurface(dpy, config, pbufferAttributes); in runMultithreadedGLTest()
DImageTest.cpp692 EGLint pbufferAttributes[] = { in TEST_P() local
699 EGLSurface pbuffer = eglCreatePbufferSurface(display, config, pbufferAttributes); in TEST_P()