Home
last modified time | relevance | path

Searched refs:pixmap (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/libs/hwui/tests/common/
DTestUtils.cpp162 SkPixmap pixmap; in getColor() local
163 if (!surface->peekPixels(&pixmap)) { in getColor()
166 switch (pixmap.colorType()) { in getColor()
168 const uint8_t* addr = pixmap.addr8(x, y); in getColor()
172 const uint8_t* addr = pixmap.addr8(x, y); in getColor()
176 const uint16_t* addr = pixmap.addr16(x, y); in getColor()
180 const uint16_t* addr = pixmap.addr16(x, y); in getColor()
185 const uint32_t* addr = pixmap.addr32(x, y); in getColor()
190 const uint32_t* addr = pixmap.addr32(x, y); in getColor()
/frameworks/native/opengl/tools/glgen/stubs/egl/
DeglCreatePixmapSurface.java7 int pixmap, in eglCreatePixmapSurface() argument
DeglCreatePixmapSurface.cpp4 …(JNIEnv *_env, jobject _this, jobject dpy, jobject config, jint pixmap, jintArray attrib_list_ref,… in android_eglCreatePixmapSurface() argument
/frameworks/base/libs/hwui/
DSkiaCanvasProxy.cpp154 SkPixmap pixmap; in onDrawImage() local
155 if (image->peekPixels(&pixmap) && skiaBitmap.installPixels(pixmap)) { in onDrawImage()
163 SkPixmap pixmap; in onDrawImageRect() local
164 if (image->peekPixels(&pixmap) && skiaBitmap.installPixels(pixmap)) { in onDrawImageRect()
/frameworks/base/cmds/screencap/
Dscreencap.cpp224 SkPixmap pixmap(info, base, s * bytesPerPixel(f)); in main() local
235 (void)SkEncodeImage(&fdStream, pixmap, SkEncodedImageFormat::kPNG, 100); in main()
/frameworks/native/opengl/libagl/
Degl.cpp668 egl_native_pixmap_t const * pixmap);
684 egl_native_pixmap_t const * pixmap) in egl_pixmap_surface_t() argument
685 : egl_surface_t(dpy, config, depthFormat), nativePixmap(*pixmap) in egl_pixmap_surface_t()
688 depth.width = pixmap->width; in egl_pixmap_surface_t()
689 depth.height = pixmap->height; in egl_pixmap_surface_t()
1334 NativePixmapType pixmap, const EGLint* /*attrib_list*/) in createPixmapSurface() argument
1338 if (pixmap == 0) in createPixmapSurface()
1348 if (static_cast<egl_native_pixmap_t*>(pixmap)->version != in createPixmapSurface()
1363 if (pixmap->format != pixelFormat) in createPixmapSurface()
1368 static_cast<egl_native_pixmap_t*>(pixmap)); in createPixmapSurface()
[all …]
/frameworks/native/opengl/tools/glgen/specs/egl/
DEGL14.spec11 EGLSurface eglCreatePixmapSurface ( EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, c…
/frameworks/base/libs/hwui/pipeline/skia/
DSkiaPipeline.cpp177 SkData* onEncode(const SkPixmap& pixmap) override { in onEncode() argument
179 return SkEncodeImage(&buf, pixmap, SkEncodedImageFormat::kPNG, 100) in onEncode()
/frameworks/native/opengl/tests/angeles/include/GLES/
Degl.h207 …lCreatePixmapSurface (EGLDisplay dpy, EGLConfig config, NativePixmapType pixmap, const EGLint *att…
/frameworks/base/opengl/java/android/opengl/
DEGL14.java291 int pixmap, in eglCreatePixmapSurface() argument
/frameworks/native/opengl/include/EGL/
Degl.h125 …eatePixmapSurface (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *att…
Deglext.h944 …EGLCREATEPIXMAPSURFACEHIPROC) (EGLDisplay dpy, EGLConfig config, struct EGLClientPixmapHI *pixmap);
946 …NTRY eglCreatePixmapSurfaceHI (EGLDisplay dpy, EGLConfig config, struct EGLClientPixmapHI *pixmap);
1081 …TRYP PFNEGLQUERYNATIVEPIXMAPNVPROC) (EGLDisplay dpy, EGLSurface surf, EGLNativePixmapType *pixmap);
1085 … EGLAPIENTRY eglQueryNativePixmapNV (EGLDisplay dpy, EGLSurface surf, EGLNativePixmapType *pixmap);
/frameworks/native/opengl/specs/
DEGL_ANDROID_presentation_time.txt91 or copied to a native pixmap then the presentation time of the surface at
/frameworks/native/opengl/libs/EGL/
DeglApi.cpp755 NativePixmapType pixmap, in eglCreatePixmapSurface() argument
772 dp->disp.dpy, config, pixmap, attrib_list); in eglCreatePixmapSurface()
/frameworks/base/core/jni/
Dandroid_opengl_EGL14.cpp732 …(JNIEnv *_env, jobject _this, jobject dpy, jobject config, jint pixmap, jintArray attrib_list_ref,… in android_eglCreatePixmapSurface() argument