OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testNativePixmapCopy
(Results
1 - 2
of
2
) sorted by null
/external/deqp/modules/egl/
teglNativeColorMappingTests.cpp
407
bool
testNativePixmapCopy
(TestLog& log, const Library& egl, eglu::NativePixmap& nativePixmap, EGLDisplay display, EGLContext context, EGLConfig config, const glw::Functions& gl, bool renderColor, size_t colorCount, const tcu::Vec4* colors)
554
if (!
testNativePixmapCopy
(m_testCtx.getLog(), egl, *nativePixmap, display, *context, config, gl, m_render, DE_LENGTH_OF_ARRAY(colors), colors))
teglNativeCoordMappingTests.cpp
458
bool
testNativePixmapCopy
(TestLog& log, const Library& egl, eglu::NativePixmap& nativePixmap, int width, int height, EGLDisplay display, EGLContext context, EGLConfig config, const glw::Functions& gl, bool renderColor)
589
if (!
testNativePixmapCopy
(m_testCtx.getLog(), egl, *nativePixmap, width, height, display, *context, config, gl, m_render))
Completed in 526 milliseconds