Home
last modified time | relevance | path

Searched refs:nativePixmap (Results 1 – 25 of 28) sorted by relevance

12

/external/deqp/modules/egl/
DteglNativeCoordMappingTests.cpp413 …TestLog& log, eglu::NativeDisplay& nativeDisplay, eglu::NativePixmap& nativePixmap, int width, int… in testNativePixmap() argument
421 …eglu::UniqueSurface surface (egl, display, eglu::createPixmapSurface(nativeDisplay, nativePixmap,… in testNativePixmap()
441 nativePixmap.readPixels(&result); in testNativePixmap()
458 bool testNativePixmapCopy (TestLog& log, const Library& egl, eglu::NativePixmap& nativePixmap, int … in testNativePixmapCopy() argument
484 EGLU_CHECK_CALL(egl, copyBuffers(display, *surface, nativePixmap.getLegacyNative())); in testNativePixmapCopy()
486 nativePixmap.readPixels(&result); in testNativePixmapCopy()
577 …de::UniquePtr<eglu::NativePixmap> nativePixmap (pixmapFactory->createPixmap(&m_eglTestCtx.getNati… in executeForConfig() local
579 …if (!testNativePixmap(m_testCtx.getLog(), m_eglTestCtx.getNativeDisplay(), *nativePixmap, width, h… in executeForConfig()
587 …de::UniquePtr<eglu::NativePixmap> nativePixmap (pixmapFactory->createPixmap(&m_eglTestCtx.getNati… in executeForConfig() local
589 …if (!testNativePixmapCopy(m_testCtx.getLog(), egl, *nativePixmap, width, height, display, *context… in executeForConfig()
DteglNativeColorMappingTests.cpp366 …TestLog& log, eglu::NativeDisplay& nativeDisplay, eglu::NativePixmap& nativePixmap, EGLDisplay dis… in testNativePixmap() argument
369 …eglu::UniqueSurface surface (egl, display, eglu::createPixmapSurface(nativeDisplay, nativePixmap,… in testNativePixmap()
389 nativePixmap.readPixels(&result); in testNativePixmap()
407 bool testNativePixmapCopy (TestLog& log, const Library& egl, eglu::NativePixmap& nativePixmap, EGLD… in testNativePixmapCopy() argument
428 EGLU_CHECK_CALL(egl, copyBuffers(display, *surface, nativePixmap.getLegacyNative())); in testNativePixmapCopy()
430 nativePixmap.readPixels(&result); in testNativePixmapCopy()
543 …de::UniquePtr<eglu::NativePixmap> nativePixmap (pixmapFactory->createPixmap(&m_eglTestCtx.getNati… in executeForConfig() local
545 …if (!testNativePixmap(m_testCtx.getLog(), m_eglTestCtx.getNativeDisplay(), *nativePixmap, display,… in executeForConfig()
552 …de::UniquePtr<eglu::NativePixmap> nativePixmap (pixmapFactory->createPixmap(&m_eglTestCtx.getNati… in executeForConfig() local
554 …if (!testNativePixmapCopy(m_testCtx.getLog(), egl, *nativePixmap, display, *context, config, gl, m… in executeForConfig()
/external/deqp/framework/egl/
DegluGLContextFactory.cpp261 NativePixmap* nativePixmap = DE_NULL; in createPixmap() local
265nativePixmap = pixmapFactory->createPixmap(nativeDisplay, eglDisplay, eglConfig, &attribList[0], w… in createPixmap()
269 …surface = eglu::createPixmapSurface(*nativeDisplay, *nativePixmap, eglDisplay, eglConfig, attribLi… in createPixmap()
273 delete nativePixmap; in createPixmap()
277 return PixmapSurfacePair(nativePixmap, surface); in createPixmap()
/external/angle/src/libANGLE/renderer/
DEGLImplFactory.h56 NativePixmapType nativePixmap,
/external/angle/src/libANGLE/renderer/gl/eagl/
DDisplayEAGL.h54 NativePixmapType nativePixmap,
DDisplayEAGL.mm176 NativePixmapType nativePixmap,
/external/angle/src/libANGLE/renderer/null/
DDisplayNULL.h64 NativePixmapType nativePixmap,
DDisplayNULL.cpp172 NativePixmapType nativePixmap, in createPixmapSurface() argument
/external/angle/src/libANGLE/renderer/gl/cgl/
DDisplayCGL.h65 NativePixmapType nativePixmap,
/external/angle/src/libANGLE/renderer/d3d/
DDisplayD3D.h41 NativePixmapType nativePixmap,
DDisplayD3D.cpp191 NativePixmapType nativePixmap, in createPixmapSurface() argument
/external/angle/src/libANGLE/renderer/gl/wgl/
DDisplayWGL.h46 NativePixmapType nativePixmap,
DDisplayWGL.cpp459 NativePixmapType nativePixmap, in createPixmapSurface() argument
/external/angle/src/libANGLE/renderer/gl/glx/
DDisplayGLX.h53 NativePixmapType nativePixmap,
DDisplayGLX.cpp457 NativePixmapType nativePixmap, in createPixmapSurface() argument
462 return new PixmapSurfaceGLX(state, nativePixmap, mGLX.getDisplay(), mGLX, fbConfig); in createPixmapSurface()
/external/angle/src/libANGLE/renderer/vulkan/
DDisplayVk.h102 NativePixmapType nativePixmap,
DDisplayVk.cpp146 NativePixmapType nativePixmap, in createPixmapSurface() argument
/external/angle/src/libANGLE/renderer/gl/egl/
DDisplayEGL.h61 NativePixmapType nativePixmap,
DDisplayEGL.cpp350 NativePixmapType nativePixmap, in createPixmapSurface() argument
/external/angle/src/libANGLE/
DSurface.cpp731 NativePixmapType nativePixmap, in PixmapSurface() argument
736 mImplementation = implFactory->createPixmapSurface(mState, nativePixmap, attribs); in PixmapSurface()
DSurface.h302 NativePixmapType nativePixmap,
DDisplay.h159 NativePixmapType nativePixmap,
DDisplay.cpp1155 NativePixmapType nativePixmap, in createPixmapSurface() argument
1166 SurfacePointer surface(new PixmapSurface(mImplementation, configuration, nativePixmap, attribs, in createPixmapSurface()
/external/angle/src/libANGLE/renderer/metal/
DDisplayMtl.h68 NativePixmapType nativePixmap,
/external/angle/src/libGLESv2/
Degl_stubs.cpp220 EGLNativePixmapType nativePixmap = reinterpret_cast<EGLNativePixmapType>(pixmap); in CreatePlatformPixmapSurface() local
222 thread, display->createPixmapSurface(configuration, nativePixmap, attributes, &surface), in CreatePlatformPixmapSurface()

12