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

1 2 3

  /frameworks/base/libs/hwui/debug/
nullegl.cpp 90 EGLSurface eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config, const EGLint* attrib_list) {
  /external/swiftshader/src/OpenGL/libEGL/
libEGL.hpp 37 EGLSurface (*eglCreatePbufferSurface)(EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list);
main.cpp 401 EGLAPI EGLSurface EGLAPIENTRY eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list)
583 this->eglCreatePbufferSurface = egl::CreatePbufferSurface;
  /frameworks/base/opengl/java/android/opengl/
EGLLogWrapper.java 94 public EGLSurface eglCreatePbufferSurface(EGLDisplay display,
96 begin("eglCreatePbufferSurface");
102 EGLSurface result = mEgl10.eglCreatePbufferSurface(display, config,
EGL14.java 276 // C function EGLSurface eglCreatePbufferSurface ( EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list )
278 public static native EGLSurface eglCreatePbufferSurface(
  /frameworks/base/opengl/java/com/google/android/gles_jni/
EGLImpl.java 61 public EGLSurface eglCreatePbufferSurface(EGLDisplay display, EGLConfig config, int[] attrib_list) {
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
egl.cpp 335 EGLSurface eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list)
337 EGLSurface surface = getDispatch()->eglCreatePbufferSurface(dpy, config, attrib_list);
egl_dispatch.h 31 eglCreatePbufferSurface_t eglCreatePbufferSurface;
76 eglCreatePbufferSurface_t set_eglCreatePbufferSurface(eglCreatePbufferSurface_t f) { eglCreatePbufferSurface_t retval = eglCreatePbufferSurface; eglCreatePbufferSurface = f; return retval;}
  /frameworks/base/opengl/java/javax/microedition/khronos/egl/
EGL10.java 100 EGLSurface eglCreatePbufferSurface(EGLDisplay display, EGLConfig config, int[] attrib_list);
  /external/mesa3d/src/egl/main/
eglapi.c 1061 eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config,
    [all...]
  /device/generic/goldfish-opengl/system/egl/
egl.cpp 1021 EGLSurface eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list)
    [all...]
  /external/swiftshader/src/OpenGL/libGLES_CM/
main.cpp 386 EGLAPI EGLSurface EGLAPIENTRY eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list)
388 return libEGL->eglCreatePbufferSurface(dpy, config, attrib_list);
    [all...]
  /frameworks/native/opengl/libagl/
egl.cpp     [all...]
  /frameworks/native/opengl/libs/EGL/
eglApi.cpp 814 EGLSurface eglCreatePbufferSurface( EGLDisplay dpy, EGLConfig config,
836 EGLSurface surface = cnx->egl.eglCreatePbufferSurface(
    [all...]
  /external/robolectric/v1/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar 
android.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 579 eglCreatePbufferSurface(549, 2008),
    [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 287 milliseconds

1 2 3