Searched refs:copyBuffers (Results 1 – 11 of 11) sorted by relevance
/external/deqp/framework/platform/lnx/X11/ |
D | tcuLnxX11EglDisplayFactory.cpp | 82 …eglw::EGLBoolean copyBuffers (eglw::EGLDisplay dpy, eglw::EGLSurface surface, eglw::EGLNativePixma… in copyBuffers() function in tcu::lnx::x11::egl::Library 84 return (m_egl.copyBuffers)(dpy, surface, reinterpret_cast<EGLNativePixmapType*>(target)); in copyBuffers()
|
/external/deqp/framework/egl/wrapper/ |
D | eglwFunctions.inl | 11 eglCopyBuffersFunc copyBuffers; variable
|
D | eglwInitCore.inl | 10 dst->copyBuffers = (eglCopyBuffersFunc) loader->get("eglCopyBuffers");
|
D | eglwFuncPtrLibraryImpl.inl | 32 EGLBoolean FuncPtrLibrary::copyBuffers (EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType tar… function in FuncPtrLibrary 34 return m_egl.copyBuffers(dpy, surface, target);
|
D | eglwFuncPtrLibraryDecl.inl | 11 EGLBoolean copyBuffers (EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target…
|
D | eglwLibrary.inl | 11 virtual EGLBoolean copyBuffers (EGLDisplay dpy, EGLSurface surface, EGLNativePixmapTyp…
|
D | eglwImpl.inl | 44 return egl->copyBuffers(dpy, surface, (void*)target);
|
/external/deqp/modules/gles3/functional/ |
D | es3fFramebufferBlitTests.cpp | 459 …c4& srcRect, deUint32 dstBuffers, const IVec2& dstSize, const IVec4& dstRect, deUint32 copyBuffers) in BlitDepthStencilCase() argument 468 , m_copyBuffers (copyBuffers) in BlitDepthStencilCase()
|
/external/deqp/modules/egl/ |
D | teglNativeColorMappingTests.cpp | 428 EGLU_CHECK_CALL(egl, copyBuffers(display, *surface, nativePixmap.getLegacyNative())); in testNativePixmapCopy()
|
D | teglNativeCoordMappingTests.cpp | 484 EGLU_CHECK_CALL(egl, copyBuffers(display, *surface, nativePixmap.getLegacyNative())); in testNativePixmapCopy()
|
/external/deqp/framework/egl/ |
D | egluCallLogWrapper.inl | 66 eglw::EGLBoolean returnValue = m_egl.copyBuffers(dpy, surface, target);
|