Searched refs:pbufferAttributes (Results 1 – 8 of 8) sorted by relevance
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/util/ |
D | EGLSurfaceTexture.java | 272 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/ |
D | MultithreadingTest.cpp | 65 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()
|
D | VulkanMultithreadingTest.cpp | 85 EGLint pbufferAttributes[] = { in runMultithreadedGLTest() local 88 surface = eglCreatePbufferSurface(dpy, config, pbufferAttributes); in runMultithreadedGLTest()
|
D | ImageTest.cpp | 1098 EGLint pbufferAttributes[] = { in TEST_P() local 1105 EGLSurface pbuffer = eglCreatePbufferSurface(display, config, pbufferAttributes); in TEST_P()
|
D | StateChangeTest.cpp | 6912 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/ |
D | EGLMultiContextTest.cpp | 92 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()
|
D | EGLSurfaceTest.cpp | 167 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()
|
D | EGLContextSharingTest.cpp | 378 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()
|