Home
last modified time | relevance | path

Searched defs:pixmap (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/native/opengl/tools/glgen/stubs/egl/
H A DeglCreatePixmapSurface.java7 int pixmap, in eglCreatePixmapSurface()
H A DeglCreatePixmapSurface.cpp4 …(JNIEnv *_env, jobject _this, jobject dpy, jobject config, jint pixmap, jintArray attrib_list_ref,… in android_eglCreatePixmapSurface()
/aosp12/hardware/qcom/display/msm8994/libhwcomposer/
H A Dhwc_dump_layers.cpp347 SkPixmap pixmap(info, (const void*)hnd->base, info.minRowBytes()); in dumpLayer() local
/aosp12/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_dump_layers.cpp339 SkPixmap pixmap(info, (const void*)hnd->base, info.minRowBytes()); in dumpLayer() local
/aosp12/frameworks/base/libs/hwui/tests/common/
H A DTestUtils.cpp123 SkPixmap pixmap; in getColor() local
/aosp12/frameworks/base/libs/hwui/hwui/
H A DBitmap.cpp397 SkPixmap pixmap{info, addr, rowBytes}; in computePalette() local
/aosp12/frameworks/base/opengl/java/android/opengl/
H A DEGL14.java294 int pixmap, in eglCreatePixmapSurface()
/aosp12/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp122 EGLSurface eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, NativePixmapType pixmap, in eglCreatePixmapSurface()
/aosp12/frameworks/base/core/jni/
H A Dandroid_opengl_EGL14.cpp737 …(JNIEnv *_env, jobject _this, jobject dpy, jobject config, jint pixmap, jintArray attrib_list_ref,… in android_eglCreatePixmapSurface()