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

1 2

  /development/ndk/platforms/android-4/samples/san-angeles/jni/
importgl.h 66 FNDEF(EGLContext, eglCreateContext, (EGLDisplay dpy, EGLConfig config, EGLContext share_list, const EGLint *attrib_list));
118 #define eglCreateContext FNPTR(eglCreateContext)
  /external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
libEGL.cpp 770 EGLContext __stdcall eglCreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list)
  /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,
  /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) {
  /sdk/emulator/opengl/host/libs/libOpenglRender/
EGLDispatch.h 44 eglCreateContext_t eglCreateContext;
  /sdk/emulator/opengl/tests/EGL_host_wrapper/
egl.cpp 174 EGLContext eglCreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list)
176 return getDispatch()->eglCreateContext(dpy, config, share_context, attrib_list);
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);
  /frameworks/native/opengl/libs/EGL/
eglApi.cpp 382 EGLContext eglCreateContext(EGLDisplay dpy, EGLConfig config,
394 EGLContext context = cnx->egl.eglCreateContext(
    [all...]
  /sdk/emulator/opengl/tests/gles_android_wrapper/
egl.cpp 461 EGLContext eglCreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list)
491 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;}
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglImp.cpp 605 EGLAPI EGLContext EGLAPIENTRY eglCreateContext(EGLDisplay display, EGLConfig config,
    [all...]
  /sdk/emulator/opengl/system/egl/
egl.cpp 857 EGLContext eglCreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list)
    [all...]
  /frameworks/native/opengl/libagl/
egl.cpp     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/
DebuggerMessage.java 184 eglCreateContext(153, 153),
383 case 153: return eglCreateContext;
    [all...]
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace.pb.cpp     [all...]
gltrace.pb.h     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java 478 eglCreateContext(448, 2011),
    [all...]
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 

Completed in 4703 milliseconds

1 2