/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/icons/ |
D | Makefile | 32 mkdir -p pixmaps/ 33 convert hicolor/16x16/apps/$(@:.xpm=.png) pixmaps/$(@:.xpm=-16.xpm) 34 convert hicolor/32x32/apps/$(@:.xpm=.png) pixmaps/$@ 37 $(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/skia/gm/ |
D | ducky_yuv_blend.cpp | 36 SkPixmap pixmaps[4]; variable 39 pixmaps[i].reset( 45 pixmaps,
|
D | yuv420_odd_dim.cpp | 57 SkPixmap pixmaps[4]; in make_image() local 66 pixmaps[i].reset(SkImageInfo::MakeA8(info.fSizes[i]), planes[i], info.fWidthBytes[i]); in make_image() 69 return SkImage::MakeFromYUVAPixmaps(context, cs, pixmaps, indices, image->dimensions(), in make_image()
|
/external/mesa3d/docs/_extra/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/skia/src/gpu/ |
D | GrGpu.h | 472 BackendTextureData(const SkPixmap pixmaps[]) : fType(Type::kPixmaps), fPixmaps(pixmaps) { in BackendTextureData() argument 473 SkASSERT(pixmaps); in BackendTextureData() 491 const SkPixmap* pixmaps() const { in pixmaps() function
|
/external/ImageMagick/MagickCore/ |
D | animate.c | 1064 window_info.pixmaps=(Pixmap *) AcquireQuantumMemory(number_scenes, in XAnimateBackgroundImage() 1065 sizeof(*window_info.pixmaps)); in XAnimateBackgroundImage() 1068 if ((window_info.pixmaps == (Pixmap *) NULL) || in XAnimateBackgroundImage() 1072 window_info.pixmaps[0]=window_info.pixmap; in XAnimateBackgroundImage() 1133 window_info.pixmaps[scene]=window_info.pixmap; in XAnimateBackgroundImage() 1158 window_info.pixmap=window_info.pixmaps[scene]; in XAnimateBackgroundImage() 1920 windows->image.pixmaps=(Pixmap *) AcquireQuantumMemory(number_scenes, in XAnimateImages() 1921 sizeof(*windows->image.pixmaps)); in XAnimateImages() 1923 sizeof(*windows->image.pixmaps)); in XAnimateImages() 1924 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/skia/tests/ |
D | BackendAllocationTest.cpp | 395 const SkColor4f colors[6], SkAutoPixmapStorage pixmaps[6]) { in make_pixmaps() 402 pixmaps[level].alloc(ii); in make_pixmaps() 403 pixmaps[level].erase(colors[level]); in make_pixmaps() 431 SkPixmap pixmaps[6]; in test_pixmap_init() local 433 pixmaps[i].reset(pixmapMem[i].info(), pixmapMem[i].addr(), pixmapMem[i].rowBytes()); in test_pixmap_init() 436 GrBackendTexture backendTex = create(context, pixmaps, numMipLevels, renderable); in test_pixmap_init()
|
/external/mesa3d/src/glx/apple/ |
D | TODO | 8 Test GLXPixmap support with invalid pixmaps (to stress the protocol code).
|
/external/mesa3d/docs/relnotes/ |
D | 18.1.6.rst | 92 - egl: Fix leak of X11 pixmaps backing pbuffers in DRI3.
|
D | 19.1.4.rst | 152 - egl: Quiet warning about front buffer rendering for pixmaps/pbuffers
|
/external/mesa3d/docs/ |
D | egl.rst | 228 native pbuffers, or if the native pixmaps have more than one color
|
D | versions.rst | 1013 - optimized writing mono-colored pixel spans to X pixmaps
|
/external/skia/src/gpu/mtl/ |
D | GrMtlGpu.mm | 877 copy_src_data(buffer, bytesPerPixel, individualMipOffsets, data->pixmaps(),
|
/external/skia/src/gpu/vk/ |
D | GrVkGpu.cpp | 1730 data->pixmaps(), numMipLevels); in createVkImageForBackendSurface()
|