Home
last modified time | relevance | path

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

/frameworks/native/opengl/tools/glgen/stubs/egl/
DeglCreatePixmapSurface.java7 int pixmap, in eglCreatePixmapSurface()
DeglCreatePixmapSurface.cpp4 …(JNIEnv *_env, jobject _this, jobject dpy, jobject config, jint pixmap, jintArray attrib_list_ref,… in android_eglCreatePixmapSurface()
/frameworks/base/cmds/screencap/
Dscreencap.cpp187 SkPixmap pixmap(info, base, s * bytesPerPixel(f)); in main() local
/frameworks/base/libs/hwui/tests/common/
DTestUtils.cpp162 SkPixmap pixmap; in getColor() local
/frameworks/base/libs/hwui/pipeline/skia/
DSkiaPipeline.cpp171 SkData* onEncode(const SkPixmap& pixmap) override { in onEncode()
/frameworks/native/opengl/libagl/
Degl.cpp666 egl_native_pixmap_t const * pixmap) in egl_pixmap_surface_t()
1316 NativePixmapType pixmap, const EGLint* /*attrib_list*/) in createPixmapSurface()
1601 NativePixmapType pixmap, in eglCreatePixmapSurface()
/frameworks/base/opengl/java/android/opengl/
DEGL14.java291 int pixmap, in eglCreatePixmapSurface()
/frameworks/base/core/jni/
Dandroid_opengl_EGL14.cpp732 …(JNIEnv *_env, jobject _this, jobject dpy, jobject config, jint pixmap, jintArray attrib_list_ref,… in android_eglCreatePixmapSurface()
/frameworks/native/opengl/libs/EGL/
DeglApi.cpp591 NativePixmapType pixmap, in eglCreatePixmapSurface()