Searched refs:getNativePixmapFactory (Results 1 - 5 of 5) sorted by relevance

/external/deqp/modules/egl/
H A DteglTestCase.hpp64 const eglu::NativePixmapFactory& getNativePixmapFactory (void) const;
H A DteglCreateSurfaceTests.cpp186 if ((m_eglTestCtx.getNativePixmapFactory().getCapabilities() & eglu::NativePixmap::CAPABILITY_CREATE_SURFACE_LEGACY) == 0)
191 if ((m_eglTestCtx.getNativePixmapFactory().getCapabilities() & eglu::NativePixmap::CAPABILITY_CREATE_SURFACE_PLATFORM) == 0)
H A DteglTestCase.cpp196 const eglu::NativePixmapFactory& EglTestContext::getNativePixmapFactory (void) const function in class:deqp::egl::EglTestContext
H A DteglNativeColorMappingTests.cpp451 if ((eglTestCtx.getNativePixmapFactory().getCapabilities() & eglu::NativePixmap::CAPABILITY_READ_PIXELS) == 0)
456 if ((eglTestCtx.getNativePixmapFactory().getCapabilities() & eglu::NativePixmap::CAPABILITY_READ_PIXELS) == 0 ||
457 (eglTestCtx.getNativePixmapFactory().getCapabilities() & eglu::NativePixmap::CAPABILITY_CREATE_SURFACE_LEGACY) == 0)
H A DteglNativeCoordMappingTests.cpp506 if ((eglTestCtx.getNativePixmapFactory().getCapabilities() & eglu::NativePixmap::CAPABILITY_READ_PIXELS) == 0)
511 if ((eglTestCtx.getNativePixmapFactory().getCapabilities() & eglu::NativePixmap::CAPABILITY_READ_PIXELS) == 0 ||
512 (eglTestCtx.getNativePixmapFactory().getCapabilities() & eglu::NativePixmap::CAPABILITY_CREATE_SURFACE_LEGACY) == 0)

Completed in 178 milliseconds