Home
last modified time | relevance | path

Searched defs:pixmap (Results 1 – 7 of 7) 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/libs/hwui/tests/common/
DTestUtils.cpp123 SkPixmap pixmap; in getColor() local
/frameworks/base/libs/hwui/hwui/
DBitmap.cpp401 SkPixmap pixmap{info, addr, rowBytes}; in computePalette() local
/frameworks/base/opengl/java/android/opengl/
DEGL14.java294 int pixmap, in eglCreatePixmapSurface()
/frameworks/native/opengl/libs/EGL/
DeglApi.cpp122 EGLSurface eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, NativePixmapType pixmap, in eglCreatePixmapSurface()
/frameworks/base/core/jni/
Dandroid_opengl_EGL14.cpp737 …(JNIEnv *_env, jobject _this, jobject dpy, jobject config, jint pixmap, jintArray attrib_list_ref,… in android_eglCreatePixmapSurface()