OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getNativePixmapFactory
(Results
1 - 5
of
5
) sorted by null
/external/deqp/modules/egl/
teglTestCase.hpp
64
const eglu::NativePixmapFactory&
getNativePixmapFactory
(void) const;
teglCreateSurfaceTests.cpp
186
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)
teglTestCase.cpp
196
const eglu::NativePixmapFactory& EglTestContext::
getNativePixmapFactory
(void) const
teglNativeColorMappingTests.cpp
451
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)
teglNativeCoordMappingTests.cpp
506
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 29 milliseconds