Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/common/
DtcuCommandLine.hpp220 const char* getEGLPixmapType (void) const;
DtcuCommandLine.cpp985 const char* CommandLine::getEGLPixmapType (void) const in getEGLPixmapType() function in tcu::CommandLine
/third_party/vk-gl-cts/framework/egl/
DegluUtil.cpp546 return selectFactory(factory.getNativePixmapRegistry(), "pixmap", cmdLine.getEGLPixmapType()); in selectNativePixmapFactory()