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

1 2

  /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 121 EGLContext eglCreateContext(EGLDisplay dpy, EGLConfig config,
  /external/swiftshader/src/OpenGL/libEGL/
libEGL.hpp 50 EGLContext (*eglCreateContext)(EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list);
main.cpp 474 EGLAPI EGLContext EGLAPIENTRY eglCreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list)
604 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 
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 582 eglCreateContext(552, 2011),
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 566 milliseconds

1 2