Searched defs:pixmap (Results 1 – 9 of 9) sorted by relevance
/aosp12/frameworks/native/opengl/tools/glgen/stubs/egl/ |
H A D | eglCreatePixmapSurface.java | 7 int pixmap, in eglCreatePixmapSurface()
|
H A D | eglCreatePixmapSurface.cpp | 4 …(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 D | hwc_dump_layers.cpp | 347 SkPixmap pixmap(info, (const void*)hnd->base, info.minRowBytes()); in dumpLayer() local
|
/aosp12/hardware/qcom/display/msm8226/libhwcomposer/ |
H A D | hwc_dump_layers.cpp | 339 SkPixmap pixmap(info, (const void*)hnd->base, info.minRowBytes()); in dumpLayer() local
|
/aosp12/frameworks/base/libs/hwui/tests/common/ |
H A D | TestUtils.cpp | 123 SkPixmap pixmap; in getColor() local
|
/aosp12/frameworks/base/libs/hwui/hwui/ |
H A D | Bitmap.cpp | 397 SkPixmap pixmap{info, addr, rowBytes}; in computePalette() local
|
/aosp12/frameworks/base/opengl/java/android/opengl/ |
H A D | EGL14.java | 294 int pixmap, in eglCreatePixmapSurface()
|
/aosp12/frameworks/native/opengl/libs/EGL/ |
H A D | eglApi.cpp | 122 EGLSurface eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, NativePixmapType pixmap, in eglCreatePixmapSurface()
|
/aosp12/frameworks/base/core/jni/ |
H A D | android_opengl_EGL14.cpp | 737 …(JNIEnv *_env, jobject _this, jobject dpy, jobject config, jint pixmap, jintArray attrib_list_ref,… in android_eglCreatePixmapSurface()
|