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

1 2 3

  /frameworks/native/opengl/tools/glgen/stubs/egl/
eglCreatePixmapSurface.java 1 // C function EGLSurface eglCreatePixmapSurface ( EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list )
4 public static native EGLSurface eglCreatePixmapSurface(
  /cts/tests/tests/opengl/src/android/opengl/cts/
EglSurfacesTest.java 75 egl.eglCreatePixmapSurface(display, config, null, null);
84 fail("eglCreatePixmapSurface is supported");
  /external/swiftshader/src/OpenGL/libEGL/
libEGL.hpp 38 EGLSurface (*eglCreatePixmapSurface)(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list);
main.cpp 406 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list)
584 this->eglCreatePixmapSurface = egl::CreatePixmapSurface;
  /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 )
288 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) {
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
egl.cpp 347 EGLSurface eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list)
349 EGLSurface surface = getDispatch()->eglCreatePixmapSurface(dpy, config, pixmap, attrib_list);
egl_dispatch.h 32 eglCreatePixmapSurface_t eglCreatePixmapSurface;
77 eglCreatePixmapSurface_t set_eglCreatePixmapSurface(eglCreatePixmapSurface_t f) { eglCreatePixmapSurface_t retval = eglCreatePixmapSurface; eglCreatePixmapSurface = f; return retval;}
  /frameworks/base/opengl/java/javax/microedition/khronos/egl/
EGL10.java 102 EGLSurface eglCreatePixmapSurface(EGLDisplay display, EGLConfig config, Object native_pixmap, int[] attrib_list);
  /external/mesa3d/src/egl/main/
eglapi.c 961 * eglCreatePixmapSurface() and eglCreatePlatformPixmapSurfaceEXT(). In
962 * eglCreatePixmapSurface(), the type of `native_pixmap` is an Xlib
1012 eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config,
    [all...]
  /device/generic/goldfish-opengl/system/egl/
egl.cpp     [all...]
  /external/swiftshader/src/OpenGL/libGLES_CM/
main.cpp 391 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list)
393 return libEGL->eglCreatePixmapSurface(dpy, config, pixmap, attrib_list);
    [all...]
  /frameworks/native/opengl/libagl/
egl.cpp     [all...]
  /frameworks/native/opengl/libs/EGL/
eglApi.cpp 779 EGLSurface eglCreatePixmapSurface( EGLDisplay dpy, EGLConfig config,
802 EGLSurface surface = cnx->egl.eglCreatePixmapSurface(
    [all...]
  /external/robolectric/v1/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar 
  /prebuilts/tools/common/m2/repository/org/khronos/opengl-api/gl1.1-android-2.1_r1/
opengl-api-gl1.1-android-2.1_r1.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java 578 eglCreatePixmapSurface(548, 2007),
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-7.1.0_r7-robolectric-0.jar 
android-all-7.0.0_r1-robolectric-r1.jar 
android-all-7.1.0_r7-robolectric-r1.jar 
android-all-8.0.0_r4-robolectric-0.jar 
android-all-8.0.0_r4-robolectric-r1.jar 
android-all-8.1.0-robolectric-r4458339.jar 
android-all-o-preview-4-robolectric-0.jar 

Completed in 1170 milliseconds

1 2 3