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

1 2 3

  /cts/tests/tests/media/src/android/media/cts/
NdkInputSurface.java 35 static private native long eglCreateContext(long eglDisplay, long eglConfig);
59 mEGLContext = eglCreateContext(mEGLDisplay, mEGLConfig);
  /frameworks/base/libs/hwui/debug/
nullegl.cpp 116 EGLContext eglCreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_context,
  /external/swiftshader/src/OpenGL/libEGL/
libEGL.hpp 50 EGLContext (*eglCreateContext)(EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list);
main.cpp 466 EGLAPI EGLContext EGLAPIENTRY eglCreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list)
596 this->eglCreateContext = egl::CreateContext;
  /frameworks/base/opengl/java/android/opengl/
EGLLogWrapper.java 78 public EGLContext eglCreateContext(EGLDisplay display, EGLConfig config,
80 begin("eglCreateContext");
87 EGLContext result = mEgl10.eglCreateContext(display, config,
EGL14.java 389 // C function EGLContext eglCreateContext ( EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list )
391 public static native EGLContext eglCreateContext(
  /frameworks/base/opengl/java/com/google/android/gles_jni/
EGLImpl.java 53 public EGLContext eglCreateContext(EGLDisplay display, EGLConfig config, EGLContext share_context, int[] attrib_list) {
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
egl.cpp 425 EGLContext eglCreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list)
455 EGLContext ctx = getDispatch()->eglCreateContext(dpy, config, share, attrib);
egl_dispatch.h 44 eglCreateContext_t eglCreateContext;
89 eglCreateContext_t set_eglCreateContext(eglCreateContext_t f) { eglCreateContext_t retval = eglCreateContext; eglCreateContext = f; return retval;}
  /frameworks/base/opengl/java/javax/microedition/khronos/egl/
EGL10.java 99 EGLContext eglCreateContext(EGLDisplay display, EGLConfig config, EGLContext share_context, int[] attrib_list);
  /external/mesa3d/src/egl/main/
eglapi.c 730 eglCreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_list,
    [all...]
  /device/generic/goldfish-opengl/system/egl/
egl.cpp     [all...]
  /external/swiftshader/src/OpenGL/libGLES_CM/
main.cpp 451 EGLAPI EGLContext EGLAPIENTRY eglCreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list)
453 return libEGL->eglCreateContext(dpy, config, share_context, attrib_list);
    [all...]
  /frameworks/native/opengl/libagl/
egl.cpp     [all...]
  /frameworks/native/opengl/libs/EGL/
eglApi.cpp     [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 582 eglCreateContext(552, 2011),
    [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 121 milliseconds

1 2 3