Searched refs:getNativePixmapRegistry (Results 1 – 3 of 3) sorted by relevance
261 if (!displayFactory->getNativePixmapRegistry().empty()) in PackageContext()263 …pixmapFactory = pixmapFactoryName ? displayFactory->getNativePixmapRegistry().getFactoryByName(pix… in PackageContext()264 : displayFactory->getNativePixmapRegistry().getDefaultFactory(); in PackageContext()272 …for (int factoryNdx = 0; factoryNdx < (int)displayFactory->getNativePixmapRegistry().getFactoryCou… in PackageContext()274 …const char* name = displayFactory->getNativePixmapRegistry().getFactoryByIndex(factoryNdx)->getNam… in PackageContext()275 …const char* desc = displayFactory->getNativePixmapRegistry().getFactoryByIndex(factoryNdx)->getDes… in PackageContext()
83 …const NativePixmapFactoryRegistry& getNativePixmapRegistry (void) const { return m_nativePixmapRe… in getNativePixmapRegistry() function in eglu::NativeDisplayFactory
777 …const NativePixmapFactory* pixmapFactory = selectFactory(displayFactory->getNativePixmapRegistry()… in createContext()