Searched refs:pixmaps (Results 1 – 9 of 9) sorted by relevance
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/icons/ |
D | Makefile | 18 mkdir -p pixmaps/ 19 convert hicolor/16x16/apps/$(@:.xpm=.png) pixmaps/$(@:.xpm=-16.xpm) 20 convert hicolor/32x32/apps/$(@:.xpm=.png) pixmaps/$@ 23 $(RM) -r pixmaps hicolor
|
/external/deqp/modules/egl/ |
D | teglMultiThreadTests.cpp | 985 …vector<pair<eglu::NativePixmap*, EGLSurface> >& pixmaps = (thread.getId() == 0 ? m_nativePixmaps0… in createDestroyObjects() local 1016 else if (pixmaps.size() > 5 && ((m_types & TYPE_PIXMAP) != 0)) in createDestroyObjects() 1031 else if (pixmaps.size() < 3 && ((m_types & TYPE_PIXMAP) != 0)) in createDestroyObjects() 1155 pixmaps.push_back(std::make_pair(pixmap, surface)); in createDestroyObjects() 1229 const int pixmapNdx = rnd.getInt(0, (int)(pixmaps.size()-1)); in createDestroyObjects() 1231 … ThreadLog::BeginMessage << "eglDestroySurface(" << m_display << ", " << pixmaps[pixmapNdx].second… in createDestroyObjects() 1232 EGLU_CHECK_CALL(egl, destroySurface(m_display, pixmaps[pixmapNdx].second)); in createDestroyObjects() 1233 pixmaps[pixmapNdx].second = EGL_NO_SURFACE; in createDestroyObjects() 1234 delete pixmaps[pixmapNdx].first; in createDestroyObjects() 1235 pixmaps[pixmapNdx].first = DE_NULL; in createDestroyObjects() [all …]
|
/external/selinux/gui/ |
D | Makefile | 30 -mkdir -p $(DESTDIR)$(DATADIR)/pixmaps 46 install -m 644 system-config-selinux.png $(DESTDIR)$(DATADIR)/pixmaps 50 -mkdir -p $(DESTDIR)$(DATADIR)/pixmaps 51 install -m 644 sepolicy_256.png $(DESTDIR)$(DATADIR)/pixmaps/sepolicy.png
|
/external/mesa3d/docs/specs/ |
D | MESA_pixmap_colormap.spec | 37 Xlib functions but there is no colormap associated with pixmaps. 64 pixmaps of any visual class, not just TrueColor or DirectColor. In order
|
/external/ImageMagick/MagickCore/ |
D | animate.c | 1062 window_info.pixmaps=(Pixmap *) AcquireQuantumMemory(number_scenes, in XAnimateBackgroundImage() 1063 sizeof(*window_info.pixmaps)); in XAnimateBackgroundImage() 1066 if ((window_info.pixmaps == (Pixmap *) NULL) || in XAnimateBackgroundImage() 1070 window_info.pixmaps[0]=window_info.pixmap; in XAnimateBackgroundImage() 1131 window_info.pixmaps[scene]=window_info.pixmap; in XAnimateBackgroundImage() 1156 window_info.pixmap=window_info.pixmaps[scene]; in XAnimateBackgroundImage() 1916 windows->image.pixmaps=(Pixmap *) AcquireQuantumMemory(number_scenes, in XAnimateImages() 1917 sizeof(*windows->image.pixmaps)); in XAnimateImages() 1919 sizeof(*windows->image.pixmaps)); in XAnimateImages() 1920 if ((windows->image.pixmaps == (Pixmap *) NULL) || in XAnimateImages() [all …]
|
D | xwdfile.h_vms | 69 /* bitmap_pad applies to pixmaps (non-bitmaps) only. 76 * or bitmap_pad (pixmaps). It is the delta (in bytes) to get
|
D | xwindow-private.h | 412 *pixmaps, member
|
/external/mesa3d/src/glx/apple/ |
D | TODO | 8 Test GLXPixmap support with invalid pixmaps (to stress the protocol code).
|
/external/mesa3d/docs/ |
D | VERSIONS | 828 - optimized writing mono-colored pixel spans to X pixmaps
|