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

1 2 3

  /frameworks/native/opengl/tools/glgen/specs/egl/
checks.spec 7 //unsupported: eglCreatePixmapSurface sentinel attrib_list EGL_NONE
8 eglCreatePixmapSurface unsupported
EGL14.spec 11 EGLSurface eglCreatePixmapSurface ( EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list )
  /device/generic/goldfish/opengl/system/egl/
egl_ftable.h 30 {"eglCreatePixmapSurface", (void *)eglCreatePixmapSurface},
  /device/generic/goldfish/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/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/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,
EGL14.java 278 // C function EGLSurface eglCreatePixmapSurface ( EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list )
280 public static native EGLSurface eglCreatePixmapSurface(
  /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);
  /development/ndk/platforms/android-9/include/EGL/
egl.h 270 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config,
  /external/chromium_org/ppapi/lib/gl/include/EGL/
egl.h 270 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config,
  /external/chromium_org/third_party/angle_dx11/include/EGL/
egl.h 270 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config,
  /external/chromium_org/third_party/khronos/EGL/
egl.h 270 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config,
  /external/chromium_org/third_party/mesa/src/include/EGL/
egl.h 270 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config,
  /external/mesa3d/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/ndk/5/platforms/android-9/arch-arm/usr/include/EGL/
egl.h 270 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config,
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/EGL/
egl.h 270 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config,

Completed in 1240 milliseconds

1 2 3