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.cpp840 const char* CommandLine::getEGLPixmapType (void) const in getEGLPixmapType() function in tcu::CommandLine
/external/deqp/modules/egl/
DteglTestPackage.cpp199 const char* const pixmapFactoryName = testCtx.getCommandLine().getEGLPixmapType(); in PackageContext()
/external/deqp/framework/egl/
DegluGLContextFactory.cpp777 …y = selectFactory(displayFactory->getNativePixmapRegistry(), "pixmap", cmdLine.getEGLPixmapType()); in createContext()