Searched defs:pixmap (Results 1 - 7 of 7) sorted by relevance

/frameworks/native/opengl/tools/glgen/stubs/egl/
H A DeglCreatePixmapSurface.java1 // C function EGLSurface eglCreatePixmapSurface ( EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list )
7 int pixmap,
4 eglCreatePixmapSurface( EGLDisplay dpy, EGLConfig config, int pixmap, int[] attrib_list, int offset ) argument
H A DeglCreatePixmapSurface.cpp1 /* EGLSurface eglCreatePixmapSurface ( EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list ) */
4 (JNIEnv *_env, jobject _this, jobject dpy, jobject config, jint pixmap, jintArray attrib_list_ref, jint offset) {
3 android_eglCreatePixmapSurface(JNIEnv *_env, jobject _this, jobject dpy, jobject config, jint pixmap, jintArray attrib_list_ref, jint offset) argument
/frameworks/base/libs/hwui/tests/common/
H A DTestUtils.cpp162 SkPixmap pixmap; local
163 if (!surface->peekPixels(&pixmap)) {
166 switch (pixmap.colorType()) {
168 const uint8_t* addr = pixmap.addr8(x, y);
172 const uint8_t* addr = pixmap.addr8(x, y);
176 const uint16_t* addr = pixmap.addr16(x, y);
180 const uint16_t* addr = pixmap.addr16(x, y);
185 const uint32_t* addr = pixmap.addr32(x, y);
190 const uint32_t* addr = pixmap.addr32(x, y);
/frameworks/base/core/jni/
H A Dandroid_opengl_EGL14.cpp729 /* EGLSurface eglCreatePixmapSurface ( EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list ) */
732 (JNIEnv *_env, jobject _this, jobject dpy, jobject config, jint pixmap, jintArray attrib_list_ref, jint offset) {
731 android_eglCreatePixmapSurface(JNIEnv *_env, jobject _this, jobject dpy, jobject config, jint pixmap, jintArray attrib_list_ref, jint offset) argument
/frameworks/base/opengl/java/android/opengl/
H A DEGL14.java285 // C function EGLSurface eglCreatePixmapSurface ( EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list )
291 int pixmap,
288 eglCreatePixmapSurface( EGLDisplay dpy, EGLConfig config, int pixmap, int[] attrib_list, int offset ) argument
/frameworks/native/opengl/libagl/
H A Degl.cpp650 egl_native_pixmap_t const * pixmap);
666 egl_native_pixmap_t const * pixmap)
667 : egl_surface_t(dpy, config, depthFormat), nativePixmap(*pixmap)
670 depth.width = pixmap->width;
671 depth.height = pixmap->height;
1316 NativePixmapType pixmap, const EGLint* /*attrib_list*/)
1320 if (pixmap == 0)
1330 if (static_cast<egl_native_pixmap_t*>(pixmap)->version !=
1345 if (pixmap->format != pixelFormat)
1350 static_cast<egl_native_pixmap_t*>(pixmap));
663 egl_pixmap_surface_t(EGLDisplay dpy, EGLConfig config, int32_t depthFormat, egl_native_pixmap_t const * pixmap) argument
1315 createPixmapSurface(EGLDisplay dpy, EGLConfig config, NativePixmapType pixmap, const EGLint* ) argument
1600 eglCreatePixmapSurface( EGLDisplay dpy, EGLConfig config, NativePixmapType pixmap, const EGLint *attrib_list) argument
[all...]
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp591 NativePixmapType pixmap,
600 dp->disp.dpy, config, pixmap, attrib_list);
590 eglCreatePixmapSurface( EGLDisplay dpy, EGLConfig config, NativePixmapType pixmap, const EGLint *attrib_list) argument

Completed in 731 milliseconds