/prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/EGL/ |
eglplatform.h | 98 typedef Pixmap EGLNativePixmapType;
|
/prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/EGL/ |
eglplatform.h | 98 typedef Pixmap EGLNativePixmapType;
|
/external/deqp/framework/egl/wrapper/ |
eglwFuncPtrLibraryImpl.inl | 62 EGLSurface FuncPtrLibrary::createPixmapSurface (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list) const 64 return m_egl.createPixmapSurface(dpy, config, pixmap, attrib_list);
|
eglwFunctionTypes.inl | 17 typedef EGLW_APICALL EGLSurface (EGLW_APIENTRY* eglCreatePixmapSurfaceFunc) (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list);
|
eglwLibrary.inl | 17 virtual EGLSurface createPixmapSurface (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list) const = 0;
|
/external/mesa3d/src/glx/apple/ |
apple_glx_pbuffer.c | 129 Pixmap xid; 136 * This pixmap is only used for a persistent XID.
|
/external/skia/src/gpu/gl/glx/ |
SkCreatePlatformGLContext_glx.cpp | 61 Pixmap fPixmap; 142 SkDebugf("Failed to create pixmap.\n");
|
/external/deqp/modules/egl/ |
teglMakeCurrentPerfTests.cpp | 309 eglu::NativePixmap* pixmap = DE_NULL; local 314 pixmap = pixmapFactory.createPixmap(&m_eglTestCtx.getNativeDisplay(), m_display, m_config, DE_NULL, width, height); 315 surface = eglu::createPixmapSurface(m_eglTestCtx.getNativeDisplay(), *pixmap, m_display, m_config, DE_NULL); 322 delete pixmap; 326 m_pixmaps.push_back(pixmap); 420 log << TestLog::Message << "Pixmap count: " << m_pixmaps.size() << TestLog::EndMessage;
|
teglNegativeApiTests.cpp | 90 // - EGL_BAD_NATIVE_PIXMAP may be generated if native_pixmap is not a valid native pixmap 101 // - EGL_BAD_ATTRIBUTE is generated if attrib_list contains an invalid pixmap attribute 113 // - EGL_BAD_NATIVE_PIXMAP may be generated if a native pixmap underlying either draw or read is no longer valid 120 // - EGL_BAD_CURRENT_SURFACE is generated if the surface associated with the current context has a native window or pixmap, and that window or pixmap is no longer valid 195 de::UniquePtr<eglu::NativePixmap> pixmap (factory.createPixmap(&m_eglTestCtx.getNativeDisplay(), 64, 64)); 205 expectFalse(eglCopyBuffers(EGL_NO_DISPLAY, EGL_NO_SURFACE, pixmap->getLegacyNative())); 208 expectFalse(eglCopyBuffers((EGLDisplay)-1, EGL_NO_SURFACE, pixmap->getLegacyNative())); 217 expectFalse(eglCopyBuffers(display, EGL_NO_SURFACE, pixmap->getLegacyNative())); 220 expectFalse(eglCopyBuffers(display, (EGLSurface)-1, pixmap->getLegacyNative())) [all...] |
teglImageUtil.cpp | 126 MovePtr<NativePixmap> pixmap (pixmapFactory.createPixmap(&nativeDisplay, dpy, config, DE_NULL, width, height)); 127 const EGLSurface surface = eglu::createPixmapSurface(eglTestCtx.getNativeDisplay(), *pixmap, dpy, config, DE_NULL); 129 return MovePtr<ManagedSurface>(new NativePixmapSurface(MovePtr<UniqueSurface>(new UniqueSurface(egl, dpy, surface)), pixmap));
|
teglNativeColorMappingTests.cpp | 505 TCU_THROW(NotSupportedError, "Native pixmap doesn't support readPixels()"); 511 TCU_THROW(NotSupportedError, "Native pixmap doesn't support readPixels() or legacy create surface"); 618 TestCaseGroup* pixmapGroup = new TestCaseGroup(m_eglTestCtx, "native_pixmap", "Tests for mapping client color to native pixmap"); 624 TestCaseGroup* pbufferGroup = new TestCaseGroup(m_eglTestCtx, "pbuffer_to_native_pixmap", "Tests for mapping client color to native pixmap with eglCopyBuffers()");
|
teglNativeCoordMappingTests.cpp | 538 TCU_THROW(NotSupportedError, "Native pixmap doesn't support readPixels()"); 544 TCU_THROW(NotSupportedError, "Native pixmap doesn't support readPixels() or legacy create surface"); 654 TestCaseGroup* pixmapGroup = new TestCaseGroup(m_eglTestCtx, "native_pixmap", "Tests for mapping client color to native pixmap"); 660 TestCaseGroup* pbufferGroup = new TestCaseGroup(m_eglTestCtx, "pbuffer_to_native_pixmap", "Tests for mapping client color to native pixmap with eglCopyBuffers()");
|
/frameworks/native/opengl/libagl/ |
egl.cpp | 659 egl_native_pixmap_t const * pixmap); 675 egl_native_pixmap_t const * pixmap) 676 : egl_surface_t(dpy, config, depthFormat), nativePixmap(*pixmap) 679 depth.width = pixmap->width; 680 depth.height = pixmap->height; [all...] |
/hardware/intel/img/psb_video/src/x11/ |
psb_xvva.c | 302 #define PIXMAP 0 316 /* Check drawable type, 1 for window, 0 for pixmap 432 * also set target drawable(window vs pixmap) into XvDrawable 433 * to levage Xserver to determiate it is Pixmap or Window 441 *other attribute like down scaling and pixmap, use texture adaptor
|
psb_ctexture.c | 168 /* pixmap */ 462 /* Main Video for pixmap*/ 465 drv_debug_msg(VIDEO_DEBUG_GENERAL, "psb_putsurface_ctexture: Main video Pixmap, coordinate: srcx= %d, srcy=%d, srcw=%d, srch=%d, destx=%d, desty=%d, destw=%d, desth=%d, cur_buffer=%d\n",
|
/device/generic/goldfish/opengl/system/egl/ |
egl.cpp | 705 EGLSurface eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list) 707 //XXX: Pixmap not supported. The host cannot render to a pixmap resource 714 (void)pixmap; 757 // not modified for a window or pixmap surface 762 // not modified for a window or pixmap surface [all...] |
/external/skia/src/image/ |
SkImage.cpp | 72 // Note: By calling the pixmap scaler, we never cache the final result, so the chint 124 return effectiveSerializer->encode(apu.pixmap());
|
/development/perftests/panorama/feature_stab/src/dbregtest/ |
PgmImage.cpp | 249 o << "Format: RGB binary pixmap";
|
/external/deqp/framework/egl/ |
egluUtil.hpp | 81 eglw::EGLSurface createPixmapSurface (NativeDisplay& nativeDisplay, NativePixmap& pixmap, eglw::EGLDisplay display, eglw::EGLConfig config, const eglw::EGLAttrib* attribList);
|
/external/mesa3d/include/EGL/ |
eglplatform.h | 122 typedef Pixmap EGLNativePixmapType;
|
/external/mesa3d/src/egl/main/ |
eglapi.h | 62 typedef _EGLSurface *(*CreatePixmapSurface_t)(_EGLDriver *drv, _EGLDisplay *dpy, _EGLConfig *config, EGLNativePixmapType pixmap, const EGLint *attrib_list);
|
/external/mesa3d/src/gallium/state_trackers/xorg/ |
xorg_exa.c | 485 * pixmap. 768 FatalError("NO PIXMAP PRIVATE\n"); 784 FatalError("NO PIXMAP PRIVATE\n"); 826 debug_printf("%s pixmap %p sz %dx%dx%d devKind %d\n",
|
/external/skia/src/core/ |
SkBitmapController.cpp | 125 if (!SkBitmapScaler::Resize(&fResultBitmap, src.pixmap(), kHQ_RESIZE_METHOD,
|
/frameworks/native/opengl/specs/ |
EGL_ANDROID_presentation_time.txt | 91 or copied to a native pixmap then the presentation time of the surface at
|
/frameworks/native/opengl/tests/angeles/ |
app-linux.cpp | 87 case EGL_BAD_NATIVE_PIXMAP: return "BAD NATIVE PIXMAP";
|