HomeSort by relevance Sort by last modified time
    Searched refs:getNativePixmapRegistry (Results 1 - 3 of 3) sorted by null

  /external/deqp/modules/egl/
teglTestPackage.cpp 261 if (!displayFactory->getNativePixmapRegistry().empty())
263 pixmapFactory = pixmapFactoryName.empty() ? displayFactory->getNativePixmapRegistry().getDefaultFactory()
264 : displayFactory->getNativePixmapRegistry().getFactoryByName(pixmapFactoryName.c_str());
272 for (int factoryNdx = 0; factoryNdx < (int)displayFactory->getNativePixmapRegistry().getFactoryCount(); factoryNdx++)
274 const char* name = displayFactory->getNativePixmapRegistry().getFactoryByIndex(factoryNdx)->getName();
275 const char* desc = displayFactory->getNativePixmapRegistry().getFactoryByIndex(factoryNdx)->getDescription();
  /external/deqp/framework/egl/
egluNativeDisplay.hpp 83 const NativePixmapFactoryRegistry& getNativePixmapRegistry (void) const { return m_nativePixmapRegistry; }
egluGLContextFactory.cpp 777 const NativePixmapFactory* pixmapFactory = selectFactory(displayFactory->getNativePixmapRegistry(), "pixmap", cmdLine.getEGLPixmapType());

Completed in 5180 milliseconds