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

1 2 3 4

  /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);
  /external/deqp/framework/egl/wrapper/
eglwStaticLibrary14.inl 13 { "eglCreatePixmapSurface", (deFunctionPtr)eglCreatePixmapSurface },
eglwStaticLibrary15.inl 15 { "eglCreatePixmapSurface", (deFunctionPtr)eglCreatePixmapSurface },
eglwApi.inl 17 #define eglCreatePixmapSurface eglwCreatePixmapSurface
  /frameworks/base/opengl/java/javax/microedition/khronos/egl/
EGL10.java 101 EGLSurface eglCreatePixmapSurface(EGLDisplay display, EGLConfig config, Object native_pixmap, int[] attrib_list);
  /external/deqp/framework/egl/
egluCallLogWrapperApi.inl 15 eglw::EGLSurface eglCreatePixmapSurface (eglw::EGLDisplay dpy, eglw::EGLConfig config, eglw::EGLNativePixmapType pixmap, const eglw::EGLint *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 285 // C function EGLSurface eglCreatePixmapSurface ( EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list )
287 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/deqp/modules/egl/
teglNegativeApiTests.cpp 97 // * eglCreatePixmapSurface()
628 TEGL_ADD_API_CASE(create_pixmap_surface, "eglCreatePixmapSurface() negative tests",
635 expectNoSurface(eglCreatePixmapSurface(EGL_NO_DISPLAY, DE_NULL, DE_NULL, s_emptyAttribList));
638 expectNoSurface(eglCreatePixmapSurface((EGLDisplay)-1, DE_NULL, DE_NULL, s_emptyAttribList));
645 expectNoSurface(eglCreatePixmapSurface(display, (EGLConfig)-1, DE_NULL, s_emptyAttribList));
656 expectNoSurface(eglCreatePixmapSurface(display, pixmapConfig, DE_NULL, s_emptyAttribList));
    [all...]
  /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,
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/EGL/
egl.h 270 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config,
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/EGL/
egl.h 270 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config,
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/EGL/
egl.h 270 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config,
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/EGL/
egl.h 270 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config,

Completed in 268 milliseconds

1 2 3 4