Home
last modified time | relevance | path

Searched refs:eglCreatePbufferSurface (Results 1 - 25 of 52) sorted by relevance

123

/third_party/vk-gl-cts/modules/egl/
H A DteglNegativeApiTests.cpp98 // * 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 DEGLSurfaceTest.cpp199 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 DEGLMultiContextTest.cpp100 *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 DEGLNoConfigContextTest.cpp115 surface = eglCreatePbufferSurface(mDisplay, config, surfattrs); in TEST_P()
H A DEGLQueryContextTest.cpp48 mSurface = eglCreatePbufferSurface(mDisplay, mConfig, surfattrs);
H A DEGLSurfacelessContextTest.cpp101 mPbuffer = eglCreatePbufferSurface(mDisplay, mConfig, pbufferAttribs); in createPbuffer()
H A DEGLBackwardsCompatibleContextTest.cpp73 mPbuffer = eglCreatePbufferSurface(mDisplay, mConfig, pbufferAttribs);
/third_party/EGL/sdk/docs/man/html/
H A DMakefile23 eglCreatePbufferSurface.xhtml \
/third_party/EGL/sdk/docs/man/xhtml/
H A DMakefile35 eglCreatePbufferSurface.html \
/third_party/skia/third_party/externals/egl-registry/sdk/docs/man/xhtml/
H A DMakefile35 eglCreatePbufferSurface.html \
/third_party/skia/third_party/externals/egl-registry/sdk/docs/man/html/
H A DMakefile21 eglCreatePbufferSurface.xhtml \
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DMultithreadingTest.cpp83 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 DPbufferTest.cpp79 eglCreatePbufferSurface(window->getDisplay(), window->getConfig(), pBufferAttributes);
129 mPbuffer = eglCreatePbufferSurface(window->getDisplay(), window->getConfig(), in recreatePbufferInSrgbColorspace()
H A DVulkanMultithreadingTest.cpp88 surface = eglCreatePbufferSurface(dpy, config, pbufferAttributes); in runMultithreadedGLTest()
/third_party/EGL/api/1.2/EGL/
H A Degl.h214 EGLSurface eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config,
/third_party/EGL/api/1.2/
H A Degl.h210 EGLSurface eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config,
/third_party/EGL/api/1.1/EGL/
H A Degl.h197 GLAPI EGLSurface APIENTRY eglCreatePbufferSurface (EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list);
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
H A DlibEGL.hpp37 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 Degl.h210 EGLSurface eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config,
/third_party/skia/third_party/externals/egl-registry/api/1.1/EGL/
H A Degl.h227 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 Degl.h210 EGLSurface eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config,
/third_party/skia/platform_tools/android/apps/skottie/skottielib/src/main/java/org/skia/skottie/
H A DSkottieRunner.java207 mPBufferSurface = mEgl.eglCreatePbufferSurface(mEglDisplay, mEglConfig, attribs);
/third_party/EGL/api/1.0/EGL/
H A Degl.h236 EGLAPI EGLSurface APIENTRY eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config,
/third_party/EGL/api/1.0/
H A Degl.h233 EGLAPI EGLSurface APIENTRY eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config,
/third_party/skia/third_party/externals/angle2/samples/multiple_contexts/
H A DMultipleContexts.cpp43 EGLSurface surface = eglCreatePbufferSurface(display, config, surfaceAttribs); in UpdateThreadLoop()

Completed in 14 milliseconds

123