Home
last modified time | relevance | path

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

/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/util/
DEGLSurfaceTexture.java272 int[] pbufferAttributes; in createEGLSurface() local
274 pbufferAttributes = in createEGLSurface()
285 pbufferAttributes = in createEGLSurface()
294 surface = EGL14.eglCreatePbufferSurface(display, config, pbufferAttributes, /* offset= */ 0); in createEGLSurface()
/external/angle/src/tests/gl_tests/
DMultithreadingTest.cpp65 EGLint pbufferAttributes[] = { in runMultithreadedGLTest() local
68 surface = eglCreatePbufferSurface(dpy, config, pbufferAttributes); in runMultithreadedGLTest()
250 EGLint pbufferAttributes[] = { in TEST_P() local
254 EGLSurface surface = eglCreatePbufferSurface(dpy, config, pbufferAttributes); in TEST_P()
510 EGLint pbufferAttributes[] = { in textureThreadFunction() local
513 surface = eglCreatePbufferSurface(dpy, config, pbufferAttributes); in textureThreadFunction()
DVulkanMultithreadingTest.cpp85 EGLint pbufferAttributes[] = { in runMultithreadedGLTest() local
88 surface = eglCreatePbufferSurface(dpy, config, pbufferAttributes); in runMultithreadedGLTest()
DImageTest.cpp1098 EGLint pbufferAttributes[] = { in TEST_P() local
1105 EGLSurface pbuffer = eglCreatePbufferSurface(display, config, pbufferAttributes); in TEST_P()
DStateChangeTest.cpp6912 EGLint pbufferAttributes[] = {EGL_WIDTH, 1, EGL_HEIGHT, 1, EGL_NONE, EGL_NONE}; in TEST_P() local
6913 EGLSurface surface = eglCreatePbufferSurface(dpy, config, pbufferAttributes); in TEST_P()
/external/angle/src/tests/egl_tests/
DEGLMultiContextTest.cpp92 EGLint pbufferAttributes[] = {EGL_WIDTH, 1, EGL_HEIGHT, 1, EGL_NONE, EGL_NONE}; in TEST_P() local
96 surface[t] = eglCreatePbufferSurface(dpy, config, pbufferAttributes); in TEST_P()
DEGLSurfaceTest.cpp167 std::vector<EGLint> pbufferAttributes = additionalAttributes; in initializeSurfaceWithAttribs() local
170 pbufferAttributes.push_back(EGL_WIDTH); in initializeSurfaceWithAttribs()
171 pbufferAttributes.push_back(64); in initializeSurfaceWithAttribs()
172 pbufferAttributes.push_back(EGL_HEIGHT); in initializeSurfaceWithAttribs()
173 pbufferAttributes.push_back(64); in initializeSurfaceWithAttribs()
174 pbufferAttributes.push_back(EGL_NONE); in initializeSurfaceWithAttribs()
176 mPbufferSurface = eglCreatePbufferSurface(mDisplay, mConfig, pbufferAttributes.data()); in initializeSurfaceWithAttribs()
DEGLContextSharingTest.cpp378 EGLint pbufferAttributes[] = {EGL_WIDTH, 1, EGL_HEIGHT, 1, EGL_NONE, EGL_NONE}; in TEST_P() local
382 surface[t] = eglCreatePbufferSurface(dpy, config, pbufferAttributes); in TEST_P()