| /third_party/vk-gl-cts/modules/egl/ |
| D | teglThreadCleanUpTests.cpp | 87 …const eglu::UniqueSurface surface (m_egl, m_display, m_egl.createPbufferSurface(m_display, m_confi… in testContext() 222 m_surface = egl.createPbufferSurface(m_display, m_config, attribs); in init()
|
| D | teglNegativePartialUpdateTests.cpp | 165 m_eglSurface = egl.createPbufferSurface(m_eglDisplay, m_eglConfig, pbufferAttribList); in init() 282 …const eglu::UniqueSurface dummyPbuffer (egl, m_eglDisplay, egl.createPbufferSurface(m_eglDisplay,… in iterate() 505 …const eglu::UniqueSurface dummyPbuffer (egl, m_eglDisplay, egl.createPbufferSurface(m_eglDisplay, … in iterate()
|
| D | teglMultiContextTests.cpp | 132 …const eglu::UniqueSurface surface (egl, *display, m_use != USE_NONE ? egl.createPbufferSurface(… in iterate()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/ |
| D | PbufferSurfaceEGL.cpp | 36 mSurface = mEGL->createPbufferSurface(mConfig, nativeAttribs.data()); in initialize()
|
| D | FunctionsEGL.h | 54 EGLSurface createPbufferSurface(EGLConfig config, const EGLint *attrib_list) const;
|
| D | DisplayEGL.h | 55 SurfaceImpl *createPbufferSurface(const egl::SurfaceState &state,
|
| /third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
| D | EGLMultiContextTest.cpp | 91 bool createPbufferSurface(EGLDisplay dpy, in createPbufferSurface() function in __anon146b350b0111::EGLMultiContextTest 315 EXPECT_TRUE(createPbufferSurface(dpy, config, 2560, 1080, &srf)); in TEST_P()
|
| D | EGLProtectedContentTest.cpp | 91 bool createPbufferSurface(EGLBoolean isProtected, EGLConfig config, EGLSurface *surface) in createPbufferSurface() function in EGLProtectedContentTest 383 EXPECT_TRUE(createPbufferSurface(isProtectedSurface, config, &pBufferSurface)); in pbufferTest() 669 EXPECT_TRUE(createPbufferSurface(isProtectedSurface, config, &pBufferSurface)); in textureFromPbufferTest()
|
| /third_party/vk-gl-cts/framework/egl/wrapper/ |
| D | eglwFunctions.inl | 16 eglCreatePbufferSurfaceFunc createPbufferSurface; variable
|
| D | eglwInitCore.inl | 14 dst->createPbufferSurface = (eglCreatePbufferSurfaceFunc) loader->get("eglCreatePbufferSurface…
|
| D | eglwFuncPtrLibraryImpl.inl | 57 EGLSurface FuncPtrLibrary::createPbufferSurface (EGLDisplay dpy, EGLConfig config, const EGLint *at… function in FuncPtrLibrary 59 return m_egl.createPbufferSurface(dpy, config, attrib_list);
|
| D | eglwFuncPtrLibraryDecl.inl | 16 EGLSurface createPbufferSurface (EGLDisplay dpy, EGLConfig config, const EGLint *attrib_l…
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
| D | EGLImplFactory.h | 49 virtual SurfaceImpl *createPbufferSurface(const egl::SurfaceState &state,
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/ |
| D | DisplayNULL.h | 57 SurfaceImpl *createPbufferSurface(const egl::SurfaceState &state,
|
| D | DisplayNULL.cpp | 157 SurfaceImpl *DisplayNULL::createPbufferSurface(const egl::SurfaceState &state, in createPbufferSurface() function in rx::DisplayNULL
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/eagl/ |
| D | DisplayEAGL.h | 47 SurfaceImpl *createPbufferSurface(const egl::SurfaceState &state,
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/cgl/ |
| D | DisplayCGL.h | 58 SurfaceImpl *createPbufferSurface(const egl::SurfaceState &state,
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/gbm/ |
| D | DisplayGbm.h | 109 SurfaceImpl *createPbufferSurface(const egl::SurfaceState &state,
|
| /third_party/skia/third_party/externals/angle2/src/tests/ |
| D | angle_unittests_utils.h | 112 MOCK_METHOD2(createPbufferSurface,
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/ |
| D | DisplayGLX.h | 46 SurfaceImpl *createPbufferSurface(const egl::SurfaceState &state,
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
| D | DisplayD3D.h | 34 SurfaceImpl *createPbufferSurface(const egl::SurfaceState &state,
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/ |
| D | DisplayWGL.h | 39 SurfaceImpl *createPbufferSurface(const egl::SurfaceState &state,
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
| D | DisplayVk.h | 91 SurfaceImpl *createPbufferSurface(const egl::SurfaceState &state,
|
| D | DisplayVk.cpp | 136 SurfaceImpl *DisplayVk::createPbufferSurface(const egl::SurfaceState &state, in createPbufferSurface() function in rx::DisplayVk
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
| D | DisplayMtl.h | 61 SurfaceImpl *createPbufferSurface(const egl::SurfaceState &state,
|