/frameworks/native/opengl/tools/glgen/specs/egl/ |
D | checks.spec | 7 //unsupported: eglCreatePixmapSurface nullAllowed attrib_list sentinel attrib_list EGL_NONE 8 eglCreatePixmapSurface unsupported
|
D | EGL14.spec | 11 EGLSurface eglCreatePixmapSurface ( EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, c…
|
/frameworks/native/opengl/tools/glgen/stubs/egl/ |
D | eglCreatePixmapSurface.java | 4 public static native EGLSurface eglCreatePixmapSurface( in eglCreatePixmapSurface() method
|
D | eglCreatePixmapSurface.nativeReg | 1 {"eglCreatePixmapSurface", "(Landroid/opengl/EGLDisplay;Landroid/opengl/EGLConfig;I[II)Landroid/ope…
|
/frameworks/libs/native_bridge_support/libEGL/ |
D | stubs_arm.cc | 64 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglCreatePixmapSurface); 178 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglCreatePixmapSurface); in init_stub_library()
|
D | stubs_arm64.cc | 64 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglCreatePixmapSurface); 178 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglCreatePixmapSurface); in init_stub_library()
|
/frameworks/native/opengl/libs/ |
D | libEGL.map.txt | 15 eglCreatePixmapSurface;
|
D | platform_entries.in | 10 EGL_ENTRY(EGLSurface, eglCreatePixmapSurface, EGLDisplay, EGLConfig, NativePixmapType, const EGLint…
|
/frameworks/base/opengl/java/javax/microedition/khronos/egl/ |
D | EGL10.java | 102 …EGLSurface eglCreatePixmapSurface(EGLDisplay display, EGLConfig config, Object native_pixmap, int… in eglCreatePixmapSurface() method
|
/frameworks/native/opengl/tests/angeles/include/GLES/ |
D | egl.h | 207 GLAPI EGLSurface APIENTRY eglCreatePixmapSurface (EGLDisplay dpy, EGLConfig config, NativePixmapTyp…
|
/frameworks/base/opengl/java/android/opengl/ |
D | EGLLogWrapper.java | 109 public EGLSurface eglCreatePixmapSurface(EGLDisplay display, in eglCreatePixmapSurface() method in EGLLogWrapper 118 EGLSurface result = mEgl10.eglCreatePixmapSurface(display, config, in eglCreatePixmapSurface()
|
D | EGL14.java | 290 public static native EGLSurface eglCreatePixmapSurface( in eglCreatePixmapSurface() method in EGL14
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | EGLImpl.java | 78 …public EGLSurface eglCreatePixmapSurface(EGLDisplay display, EGLConfig config, Object native_pixma… in eglCreatePixmapSurface() method in EGLImpl
|
/frameworks/native/opengl/libs/EGL/ |
D | egl_entries.in | 9 EGL_ENTRY(EGLSurface, eglCreatePixmapSurface, EGLDisplay, EGLConfig, NativePixmapType, const EGLint…
|
D | eglApi.cpp | 123 EGLSurface eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, NativePixmapType pixmap, in eglCreatePixmapSurface() function 128 return cnx->platform.eglCreatePixmapSurface(dpy, config, pixmap, attrib_list); in eglCreatePixmapSurface()
|
/frameworks/native/opengl/include/EGL/ |
D | egl.h | 125 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurface (EGLDisplay dpy, EGLConfig config, EGLNativePi…
|
/frameworks/base/api/ |
D | lint-baseline.txt | 392 DeprecationMismatch: android.opengl.EGL14#eglCreatePixmapSurface(android.opengl.EGLDisplay, android… 442 DeprecationMismatch: javax.microedition.khronos.egl.EGL10#eglCreatePixmapSurface(javax.microedition…
|
D | current.txt | 31421 …method @Deprecated public static android.opengl.EGLSurface eglCreatePixmapSurface(android.opengl.E… 76088 …method @Deprecated public javax.microedition.khronos.egl.EGLSurface eglCreatePixmapSurface(javax.m…
|
/frameworks/native/opengl/libagl/ |
D | egl.cpp | 1620 EGLSurface eglCreatePixmapSurface( EGLDisplay dpy, EGLConfig config, in eglCreatePixmapSurface() function
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 18667 …method public static android.opengl.EGLSurface eglCreatePixmapSurface(android.opengl.EGLDisplay, a… 51682 …method public abstract javax.microedition.khronos.egl.EGLSurface eglCreatePixmapSurface(javax.micr…
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 31277 …method @Deprecated public static android.opengl.EGLSurface eglCreatePixmapSurface(android.opengl.E… 75944 …method @Deprecated public javax.microedition.khronos.egl.EGLSurface eglCreatePixmapSurface(javax.m…
|