/third_party/vk-gl-cts/modules/egl/ |
H A D | teglNegativeApiTests.cpp | 98 // * eglCreatePbufferSurface() in init() 558 TEGL_ADD_API_CASE(create_pbuffer_surface, "eglCreatePbufferSurface() negative tests", in init() 565 expectNoSurface(eglCreatePbufferSurface(EGL_NO_DISPLAY, DE_NULL, s_emptyAttribList)); in init() 568 expectNoSurface(eglCreatePbufferSurface((EGLDisplay)-1, DE_NULL, s_emptyAttribList)); in init() 575 expectNoSurface(eglCreatePbufferSurface(display, (EGLConfig)-1, s_emptyAttribList)); in init() 588 expectNoSurface(eglCreatePbufferSurface(display, genericConfig, s_invalidGenericPbufferAttribs[ndx])); in init() 600 expectNoSurface(eglCreatePbufferSurface(display, noPbufferConfig, s_validGenericPbufferAttrib)); in init() 613 expectNoSurface(eglCreatePbufferSurface(display, noEsConfig, s_invalidNoEsPbufferAttribs[ndx])); in init() 630 expectNoSurface(eglCreatePbufferSurface(display, esConfig, s_invalidEsPbufferAttribs[ndx])); in init() 642 expectNoSurface(eglCreatePbufferSurface(displa in init() [all...] |
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
H A D | EGLSurfaceTest.cpp | 199 mPbufferSurface = eglCreatePbufferSurface(mDisplay, mConfig, pbufferAttributes.data()); in initializeSurfaceWithAttribs() 914 firstPbufferSurface = eglCreatePbufferSurface(mDisplay, mConfig, pBufferAttributes); in TEST_P() 917 secondPbufferSurface = eglCreatePbufferSurface(mDisplay, mConfig, pBufferAttributes); in TEST_P() 1247 surface1 = eglCreatePbufferSurface(mDisplay, mConfig, surfaceAttributes); in TEST_P() 1249 surface2 = eglCreatePbufferSurface(mDisplay, mConfig, surfaceAttributes); in TEST_P() 1297 surface1 = eglCreatePbufferSurface(mDisplay, mConfig, surfaceAttributes); in TEST_P() 1299 surface2 = eglCreatePbufferSurface(mDisplay, mConfig, surfaceAttributes); in TEST_P()
|
H A D | EGLMultiContextTest.cpp | 100 *surface = eglCreatePbufferSurface(dpy, config, attribs); in createPbufferSurface() 151 surface[t] = eglCreatePbufferSurface(dpy, config, pbufferAttributes); in TEST_P() 316 ASSERT_EGL_SUCCESS() << "eglCreatePbufferSurface failed."; in TEST_P()
|
H A D | EGLNoConfigContextTest.cpp | 115 surface = eglCreatePbufferSurface(mDisplay, config, surfattrs); in TEST_P()
|
H A D | EGLQueryContextTest.cpp | 48 mSurface = eglCreatePbufferSurface(mDisplay, mConfig, surfattrs);
|
H A D | EGLSurfacelessContextTest.cpp | 101 mPbuffer = eglCreatePbufferSurface(mDisplay, mConfig, pbufferAttribs); in createPbuffer()
|
H A D | EGLBackwardsCompatibleContextTest.cpp | 73 mPbuffer = eglCreatePbufferSurface(mDisplay, mConfig, pbufferAttribs);
|
/third_party/EGL/sdk/docs/man/html/ |
H A D | Makefile | 23 eglCreatePbufferSurface.xhtml \
|
/third_party/EGL/sdk/docs/man/xhtml/ |
H A D | Makefile | 35 eglCreatePbufferSurface.html \
|
/third_party/skia/third_party/externals/egl-registry/sdk/docs/man/xhtml/ |
H A D | Makefile | 35 eglCreatePbufferSurface.html \
|
/third_party/skia/third_party/externals/egl-registry/sdk/docs/man/html/ |
H A D | Makefile | 21 eglCreatePbufferSurface.xhtml \
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | MultithreadingTest.cpp | 83 surface = eglCreatePbufferSurface(dpy, config, pbufferAttributes); in runMultithreadedGLTest() 268 EGLSurface surface = eglCreatePbufferSurface(dpy, config, pbufferAttributes); in TEST_P() 525 surface = eglCreatePbufferSurface(dpy, config, pbufferAttributes); in textureThreadFunction() 808 surface = eglCreatePbufferSurface(dpy, config, pbufferAttributes);
|
H A D | PbufferTest.cpp | 79 eglCreatePbufferSurface(window->getDisplay(), window->getConfig(), pBufferAttributes); 129 mPbuffer = eglCreatePbufferSurface(window->getDisplay(), window->getConfig(), in recreatePbufferInSrgbColorspace()
|
H A D | VulkanMultithreadingTest.cpp | 88 surface = eglCreatePbufferSurface(dpy, config, pbufferAttributes); in runMultithreadedGLTest()
|
/third_party/EGL/api/1.2/EGL/ |
H A D | egl.h | 214 EGLSurface eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config,
|
/third_party/EGL/api/1.2/ |
H A D | egl.h | 210 EGLSurface eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config,
|
/third_party/EGL/api/1.1/EGL/ |
H A D | egl.h | 197 GLAPI EGLSurface APIENTRY eglCreatePbufferSurface (EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list);
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/ |
H A D | libEGL.hpp | 37 EGLSurface (EGLAPIENTRY* eglCreatePbufferSurface)(EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list); member in LibEGLexports
|
/third_party/skia/third_party/externals/egl-registry/api/1.2/EGL/ |
H A D | egl.h | 210 EGLSurface eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config,
|
/third_party/skia/third_party/externals/egl-registry/api/1.1/EGL/ |
H A D | egl.h | 227 GLAPI EGLSurface APIENTRY eglCreatePbufferSurface (EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list);
|
/third_party/skia/third_party/externals/egl-registry/api/1.2/ |
H A D | egl.h | 210 EGLSurface eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config,
|
/third_party/skia/platform_tools/android/apps/skottie/skottielib/src/main/java/org/skia/skottie/ |
H A D | SkottieRunner.java | 207 mPBufferSurface = mEgl.eglCreatePbufferSurface(mEglDisplay, mEglConfig, attribs);
|
/third_party/EGL/api/1.0/EGL/ |
H A D | egl.h | 236 EGLAPI EGLSurface APIENTRY eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config,
|
/third_party/EGL/api/1.0/ |
H A D | egl.h | 233 EGLAPI EGLSurface APIENTRY eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config,
|
/third_party/skia/third_party/externals/angle2/samples/multiple_contexts/ |
H A D | MultipleContexts.cpp | 43 EGLSurface surface = eglCreatePbufferSurface(display, config, surfaceAttribs); in UpdateThreadLoop()
|