HomeSort by relevance Sort by last modified time
    Searched refs:copyBuffers (Results 1 - 11 of 11) sorted by null

  /external/deqp/framework/egl/wrapper/
eglwFunctions.inl 11 eglCopyBuffersFunc copyBuffers;
eglwInitCore.inl 10 dst->copyBuffers = (eglCopyBuffersFunc) loader->get("eglCopyBuffers");
eglwFuncPtrLibraryDecl.inl 11 EGLBoolean copyBuffers (EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target) const;
eglwFuncPtrLibraryImpl.inl 32 EGLBoolean FuncPtrLibrary::copyBuffers (EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target) const
34 return m_egl.copyBuffers(dpy, surface, target);
eglwLibrary.inl 11 virtual EGLBoolean copyBuffers (EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target) const = 0;
eglwImpl.inl 44 return egl->copyBuffers(dpy, surface, (void*)target);
  /external/deqp/framework/platform/lnx/X11/
tcuLnxX11EglDisplayFactory.cpp 82 eglw::EGLBoolean copyBuffers (eglw::EGLDisplay dpy, eglw::EGLSurface surface, eglw::EGLNativePixmapType target) const
84 return ((eglX11CopyBuffersFunc)m_egl.copyBuffers)(dpy, surface, reinterpret_cast<EGLNativePixmapType>(target));
  /external/deqp/modules/gles3/functional/
es3fFramebufferBlitTests.cpp 459 BlitDepthStencilCase (Context& context, const char* name, const char* desc, deUint32 format, deUint32 srcBuffers, const IVec2& srcSize, const IVec4& srcRect, deUint32 dstBuffers, const IVec2& dstSize, const IVec4& dstRect, deUint32 copyBuffers)
468 , m_copyBuffers (copyBuffers)
    [all...]
  /external/deqp/modules/egl/
teglNativeColorMappingTests.cpp 428 EGLU_CHECK_CALL(egl, copyBuffers(display, *surface, nativePixmap.getLegacyNative()));
teglNativeCoordMappingTests.cpp 484 EGLU_CHECK_CALL(egl, copyBuffers(display, *surface, nativePixmap.getLegacyNative()));
  /external/deqp/framework/egl/
egluCallLogWrapper.inl 66 eglw::EGLBoolean returnValue = m_egl.copyBuffers(dpy, surface, target);

Completed in 703 milliseconds