HomeSort by relevance Sort by last modified time
    Searched refs:eglDestroyContext (Results 76 - 100 of 101) sorted by null

1 2 34 5

  /external/robolectric/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar 
  /frameworks/native/opengl/libs/EGL/
eglApi.cpp 561 EGLBoolean eglDestroyContext(EGLDisplay dpy, EGLContext ctx)
574 EGLBoolean result = c->cnx->egl.eglDestroyContext(dp->disp.dpy, c->context);
    [all...]
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
GLSurfaceViewCustom.java 764 * An interface for customizing the eglCreateContext and eglDestroyContext calls.
787 if (!egl.eglDestroyContext(display, context)) {
    [all...]
  /device/generic/goldfish/opengl/system/egl/
egl.cpp 893 EGLBoolean eglDestroyContext(EGLDisplay dpy, EGLContext ctx)
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
GLSurfaceView.java 695 * An interface for customizing the eglCreateContext and eglDestroyContext calls.
718 egl.eglDestroyContext(display, context);
    [all...]
  /frameworks/av/media/libstagefright/tests/
SurfaceMediaSource_test.cpp 153 eglDestroyContext(mEglDisplay, mEglContext);
    [all...]
  /frameworks/base/core/jni/
com_google_android_gles_jni_EGLImpl.cpp 441 return eglDestroyContext(dpy, ctx);
560 {"eglDestroyContext", "(" DISPLAY CONTEXT ")Z", (void*)jni_eglDestroyContext },
android_opengl_EGL14.cpp     [all...]
  /frameworks/base/opengl/java/android/opengl/
GLSurfaceView.java 754 * An interface for customizing the eglCreateContext and eglDestroyContext calls.
777 if (!egl.eglDestroyContext(display, context)) {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java 479 eglDestroyContext(449, 2012),
    [all...]
  /frameworks/base/core/java/android/view/
HardwareRenderer.java     [all...]
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglImp.cpp 660 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyContext(EGLDisplay display, EGLContext context) {
    [all...]
  /frameworks/native/opengl/libagl/
egl.cpp     [all...]
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace.pb.cpp     [all...]
gltrace.pb.h     [all...]
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/9/
android.jar 

Completed in 814 milliseconds

1 2 34 5