Home
last modified time | relevance | path

Searched refs:getEGLPixmapType (Results 1 – 4 of 4) sorted by relevance

/external/deqp/framework/common/
DtcuCommandLine.hpp172 const char* getEGLPixmapType (void) const;
DtcuCommandLine.cpp596 const char* CommandLine::getEGLPixmapType (void) const { return m_cmdLine.getOption<opt::EGLPi… in getEGLPixmapType() function in tcu::CommandLine
/external/deqp/modules/egl/
DteglTestPackage.cpp199 const std::string pixmapFactoryName = testCtx.getCommandLine().getEGLPixmapType(); in PackageContext()
/external/deqp/framework/egl/
DegluGLContextFactory.cpp777 …y = selectFactory(displayFactory->getNativePixmapRegistry(), "pixmap", cmdLine.getEGLPixmapType()); in createContext()