HomeSort by relevance Sort by last modified time
    Searched refs:eglCreatePixmapSurface (Results 1 - 25 of 45) sorted by null

1 2

  /sdk/emulator/opengl/system/egl/
egl_ftable.h 30 {"eglCreatePixmapSurface", (void *)eglCreatePixmapSurface},
  /sdk/emulator/opengl/tests/EGL_host_wrapper/
egl_ftable.h 30 {"eglCreatePixmapSurface", (void *)eglCreatePixmapSurface},
egl_dispatch.h 32 eglCreatePixmapSurface_t eglCreatePixmapSurface;
77 eglCreatePixmapSurface_t set_eglCreatePixmapSurface(eglCreatePixmapSurface_t f) { eglCreatePixmapSurface_t retval = eglCreatePixmapSurface; eglCreatePixmapSurface = f; return retval;}
egl.cpp 114 EGLSurface eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list)
116 return getDispatch()->eglCreatePixmapSurface(dpy, config, pixmap, attrib_list);
  /sdk/emulator/opengl/tests/gles_android_wrapper/
egl_ftable.h 30 {"eglCreatePixmapSurface", (void *)eglCreatePixmapSurface},
egl_dispatch.h 32 eglCreatePixmapSurface_t eglCreatePixmapSurface;
77 eglCreatePixmapSurface_t set_eglCreatePixmapSurface(eglCreatePixmapSurface_t f) { eglCreatePixmapSurface_t retval = eglCreatePixmapSurface; eglCreatePixmapSurface = f; return retval;}
egl.cpp 383 EGLSurface eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list)
385 EGLSurface surface = getDispatch()->eglCreatePixmapSurface(dpy, config, pixmap, attrib_list);
  /sdk/emulator/opengl/host/libs/libOpenglRender/
EGLDispatch.h 32 eglCreatePixmapSurface_t eglCreatePixmapSurface;
EGLDispatch.cpp 46 s_egl.eglCreatePixmapSurface = (eglCreatePixmapSurface_t) lib->findSymbol("eglCreatePixmapSurface");
  /frameworks/base/opengl/java/javax/microedition/khronos/egl/
EGL10.java 101 EGLSurface eglCreatePixmapSurface(EGLDisplay display, EGLConfig config, Object native_pixmap, int[] attrib_list);
  /frameworks/base/opengl/java/android/opengl/
EGLLogWrapper.java 109 public EGLSurface eglCreatePixmapSurface(EGLDisplay display,
111 begin("eglCreatePixmapSurface");
118 EGLSurface result = mEgl10.eglCreatePixmapSurface(display, config,
  /frameworks/base/opengl/java/com/google/android/gles_jni/
EGLImpl.java 69 public EGLSurface eglCreatePixmapSurface(EGLDisplay display, EGLConfig config, Object native_pixmap, int[] attrib_list) {
  /frameworks/native/opengl/tests/angeles/include/GLES/
egl.h 207 GLAPI EGLSurface APIENTRY eglCreatePixmapSurface (EGLDisplay dpy, EGLConfig config, NativePixmapType pixmap, const EGLint *attrib_list);
  /frameworks/native/opengl/libs/GLES_trace/
gltrace.proto 472 eglCreatePixmapSurface = 2007;
  /development/ndk/platforms/android-9/include/EGL/
egl.h 270 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config,
  /external/webkit/Source/ThirdParty/ANGLE/include/EGL/
egl.h 270 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config,
  /frameworks/native/opengl/include/EGL/
egl.h 270 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config,
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/EGL/
egl.h 270 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config,
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/EGL/
egl.h 270 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config,
  /prebuilts/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/EGL/
egl.h 270 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config,
  /prebuilts/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/EGL/
egl.h 270 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config,
  /prebuilts/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/EGL/
egl.h 270 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config,
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/EGL/
egl.h 270 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config,
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/EGL/
egl.h 270 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config,
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/EGL/
egl.h 270 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config,

Completed in 103 milliseconds

1 2