Searched refs:pixmap (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/core/jni/ |
D | com_google_android_gles_jni_EGLImpl.cpp | 291 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()
|
D | android_opengl_EGL14.cpp | 732 …(JNIEnv *_env, jobject _this, jobject dpy, jobject config, jint pixmap, jintArray attrib_list_ref,… in android_eglCreatePixmapSurface() argument
|
/frameworks/native/opengl/include/EGL/ |
D | eglext.h | 263 …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);
|
D | egl.h | 271 EGLNativePixmapType pixmap,
|
/frameworks/native/opengl/libagl/ |
D | egl.cpp | 659 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/ |
D | EGL14.spec | 11 EGLSurface eglCreatePixmapSurface ( EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, c…
|
/frameworks/native/opengl/tests/angeles/include/GLES/ |
D | egl.h | 207 …lCreatePixmapSurface (EGLDisplay dpy, EGLConfig config, NativePixmapType pixmap, const EGLint *att…
|
/frameworks/base/opengl/java/android/opengl/ |
D | EGL14.java | 290 int pixmap, in eglCreatePixmapSurface() argument
|
/frameworks/native/opengl/specs/ |
D | EGL_ANDROID_presentation_time.txt | 91 or copied to a native pixmap then the presentation time of the surface at
|
/frameworks/native/opengl/libs/EGL/ |
D | eglApi.cpp | 556 NativePixmapType pixmap, in eglCreatePixmapSurface() argument 565 dp->disp.dpy, config, pixmap, attrib_list); in eglCreatePixmapSurface()
|