Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dcom_google_android_gles_jni_EGLImpl.cpp291 egl_native_pixmap_t pixmap; in jni_eglCreatePixmapSurface() local
292 pixmap.version = sizeof(pixmap); in jni_eglCreatePixmapSurface()
293 pixmap.width = nativeBitmap.width(); in jni_eglCreatePixmapSurface()
294 pixmap.height = nativeBitmap.height(); in jni_eglCreatePixmapSurface()
295 pixmap.stride = nativeBitmap.rowBytes() / nativeBitmap.bytesPerPixel(); in jni_eglCreatePixmapSurface()
296 pixmap.format = convertPixelFormat(nativeBitmap.colorType()); in jni_eglCreatePixmapSurface()
297 pixmap.data = (uint8_t*)ref->pixels(); in jni_eglCreatePixmapSurface()
300 EGLSurface sur = eglCreatePixmapSurface(dpy, cnf, &pixmap, base); in jni_eglCreatePixmapSurface()
Dandroid_opengl_EGL14.cpp732 …(JNIEnv *_env, jobject _this, jobject dpy, jobject config, jint pixmap, jintArray attrib_list_ref,… in android_eglCreatePixmapSurface() argument
/frameworks/native/opengl/include/EGL/
Deglext.h263 …ENTRY eglCreatePixmapSurfaceHI(EGLDisplay dpy, EGLConfig config, struct EGLClientPixmapHI* pixmap);
265 …EGLCREATEPIXMAPSURFACEHIPROC) (EGLDisplay dpy, EGLConfig config, struct EGLClientPixmapHI* pixmap);
502 … EGLAPIENTRY eglQueryNativePixmapNV( EGLDisplay dpy, EGLSurface surf, EGLNativePixmapType* pixmap);
506 …NTRYP PFNEGLQUERYNATIVEPIXMAPNVPROC)(EGLDisplay dpy, EGLSurface surf, EGLNativePixmapType *pixmap);
Degl.h271 EGLNativePixmapType pixmap,
/frameworks/native/opengl/libagl/
Degl.cpp659 egl_native_pixmap_t const * pixmap);
675 egl_native_pixmap_t const * pixmap) in egl_pixmap_surface_t() argument
676 : egl_surface_t(dpy, config, depthFormat), nativePixmap(*pixmap) in egl_pixmap_surface_t()
679 depth.width = pixmap->width; in egl_pixmap_surface_t()
680 depth.height = pixmap->height; in egl_pixmap_surface_t()
1306 NativePixmapType pixmap, const EGLint* /*attrib_list*/) in createPixmapSurface() argument
1310 if (pixmap == 0) in createPixmapSurface()
1320 if (static_cast<egl_native_pixmap_t*>(pixmap)->version != in createPixmapSurface()
1335 if (pixmap->format != pixelFormat) in createPixmapSurface()
1340 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/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.java290 int pixmap, in eglCreatePixmapSurface() argument
/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.cpp556 NativePixmapType pixmap, in eglCreatePixmapSurface() argument
565 dp->disp.dpy, config, pixmap, attrib_list); in eglCreatePixmapSurface()