HomeSort by relevance Sort by last modified time
    Searched full:pixmap (Results 76 - 100 of 328) sorted by null

1 2 34 5 6 7 8 91011>>

  /hardware/intel/common/libva/va/glx/
va_glx_private.h 44 typedef GLXPixmap (*PFNGLXCREATEPIXMAPPROC)(Display *, GLXFBConfig, Pixmap, const int *);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
XShm.h 122 Pixmap XShmCreatePixmap(
shape.h 91 Pixmap /* src */,
xfixesproto.h 56 #define Pixmap CARD32
208 Pixmap bitmap B32;
598 #undef Pixmap
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
glx_api.c     [all...]
  /external/mesa3d/src/egl/drivers/glx/
egl_glx.c 64 typedef GLXPixmap (*GLXCREATEGLXPIXMAPPROC)( Display *dpy, XVisualInfo *visual, Pixmap pixmap );
65 typedef void (*GLXDESTROYGLXPIXMAPPROC)( Display *dpy, GLXPixmap pixmap );
268 /* pixmap and pbuffer surfaces must be single-buffered in EGL */
385 /* pixmap surfaces must be single-buffered in EGL */
877 _EGLConfig *conf, EGLNativePixmapType pixmap,
897 GLX_surf->drawable = pixmap;
929 get_drawable_size(GLX_dpy->dpy, pixmap, &width, &height);
    [all...]
  /external/skia/src/utils/
SkTextureCompressor.h 58 // to the pixmap. If the pixmap colorType cannot be compressed using the
  /external/deqp/modules/egl/
teglRenderCase.cpp 154 string("Config") + de::toString(configId) + "-Pixmap",
155 string("Config ID ") + de::toString(configId) + ", pixmap surface");
161 std::auto_ptr<eglu::NativePixmap> pixmap (pixmapFactory.createPixmap(&nativeDisplay, display, config, DE_NULL, width, height));
162 EGLSurface eglSurface = createPixmapSurface(nativeDisplay, *pixmap, display, config, DE_NULL);
423 { "pixmap", EGL_PIXMAP_BIT, surfaceType<EGL_PIXMAP_BIT>, },
  /external/mesa3d/docs/
egl.html 288 <code>EGL_BACK_BUFFER</code>. And for pixmap surfaces, the render buffer is
293 config won't be able to honor the <code>EGL_RENDER_BUFFER</code> of pixmap or
296 <p>It should also be noted that pixmap and pbuffer surfaces are assumed to be
306 now, it is desired that the draw buffer in a client API be fixed for pixmap and
308 client API renders to the specified render buffer for pixmap and pbuffer
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_dri2.c 148 /* First call to make sure we have a pixmap private */
336 /* pixmap glXWaitX */
342 /* pixmap glXWaitGL */
348 "copying between the same pixmap\n");
377 * source pixmap will be used for the software fallback - presumably the
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
X.h 102 typedef XID Pixmap;
118 #define ParentRelative 1L /* background pixmap in CreateWindow
121 #define CopyFromParent 0L /* border pixmap in CreateWindow
354 #define BadPixmap 4 /* parameter not a Pixmap */
359 #define BadDrawable 9 /* parameter not a Pixmap or Window */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
X.h 102 typedef XID Pixmap;
118 #define ParentRelative 1L /* background pixmap in CreateWindow
121 #define CopyFromParent 0L /* border pixmap in CreateWindow
354 #define BadPixmap 4 /* parameter not a Pixmap */
359 #define BadDrawable 9 /* parameter not a Pixmap or Window */
  /external/mesa3d/src/glx/
glxcmds.c 648 glXCreateGLXPixmap(Display * dpy, XVisualInfo * vis, Pixmap pixmap)
657 if(apple_glx_pixmap_create(dpy, vis->screen, pixmap, config))
660 return pixmap;
683 req->pixmap = pixmap;
688 if (InitGLXDrawable(dpy, glxDraw, pixmap, req->glxpixmap)) {
708 pdraw = psc->driScreen->createDrawable(psc, pixmap, xid, config);
710 fprintf(stderr, "failed to create pixmap\n");
739 ** Destroy the named pixmap
    [all...]
  /external/skia/src/core/
SkBitmapProcState.cpp 72 static bool just_trans_clamp(const SkMatrix& matrix, const SkPixmap& pixmap) {
77 SkRect src = SkRect::Make(pixmap.bounds());
92 return idst.width() == pixmap.width() && idst.height() == pixmap.height();
147 if (nullptr == fBMState || fBMState->pixmap().info().isEmpty()) {
150 fPixmap = fBMState->pixmap();
207 // If our target pixmap is the same as the original, then we revert back to legacy behavior
  /external/webrtc/webrtc/base/
x11windowpicker.cc 363 Pixmap src_pixmap = XCompositeNameWindowPixmap(display_, id.id());
365 // Even if the backing pixmap doesn't exist, this still should have
374 // If the window does not actually have a backing pixmap, this is the path
383 // valid backing pixmap.
466 // Create a picture to reference the window pixmap.
479 // Create a picture to reference the destination pixmap.
480 Pixmap dst_pixmap = XCreatePixmap(display_,
  /external/deqp/framework/common/
tcuCommandLine.hpp 68 SURFACETYPE_OFFSCREEN_NATIVE, //!< Native offscreen surface, such as pixmap.
176 //! Get EGL native pixmap factory (--deqp-egl-pixmap-type)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
xfixesproto.h 56 #define Pixmap CARD32
208 Pixmap bitmap B32;
541 #undef Pixmap
  /development/ndk/platforms/android-9/include/EGL/
eglplatform.h 98 typedef Pixmap EGLNativePixmapType;
  /external/deqp/framework/egl/
egluNativePixmap.cpp 21 * \brief EGL native pixmap abstraction
  /external/deqp/framework/egl/wrapper/
eglwApi.inl 74 EGLSurface eglwCreatePixmapSurface (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list);
eglwFuncPtrLibraryDecl.inl 17 EGLSurface createPixmapSurface (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list) const;
  /external/deqp/framework/opengl/
gluRenderConfig.hpp 46 SURFACETYPE_OFFSCREEN_NATIVE, //!< Native renderable offscreen buffer, such as pixmap or bitmap.
  /external/mesa3d/include/EGL/
eglext.h 243 * Structure representing a client pixmap
244 * (pixmap's data is in client-space memory).
255 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurfaceHI(EGLDisplay dpy, EGLConfig config, struct EGLClientPixmapHI* pixmap);
257 typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATEPIXMAPSURFACEHIPROC) (EGLDisplay dpy, EGLConfig config, struct EGLClientPixmapHI* pixmap);
  /external/mesa3d/src/gallium/state_trackers/egl/null/
native_null.c 33 * - there is no window or pixmap
  /external/skia/include/core/
SkDevice.h 84 * and fills-out the pixmap parameter. On success it also bumps the genID of the underlying
87 * On failure, returns false and ignores the pixmap parameter.
93 * true and fills-out the pixmap parameter.
95 * On failure, returns false and ignores the pixmap parameter.

Completed in 558 milliseconds

1 2 34 5 6 7 8 91011>>