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

1 2 3

  /frameworks/base/libs/hwui/debug/
nullegl.cpp 132 EGLContext eglGetCurrentContext(void) {
  /external/swiftshader/src/OpenGL/libEGL/
libEGL.hpp 53 EGLContext (*eglGetCurrentContext)(void);
main.cpp 481 EGLAPI EGLContext EGLAPIENTRY eglGetCurrentContext(void)
599 this->eglGetCurrentContext = egl::GetCurrentContext;
  /frameworks/base/opengl/java/android/opengl/
EGLLogWrapper.java 196 public EGLContext eglGetCurrentContext() {
197 begin("eglGetCurrentContext");
200 EGLContext result = mEgl10.eglGetCurrentContext();
EGL14.java 415 // C function EGLContext eglGetCurrentContext ( void )
417 public static native EGLContext eglGetCurrentContext(
  /frameworks/base/opengl/java/com/google/android/gles_jni/
EGLImpl.java 118 public synchronized EGLContext eglGetCurrentContext() {
  /cts/tests/vr/src/android/vr/cts/
OpenGLESActivity.java 115 EGL14.eglGetCurrentContext(), attribute, values, 0);
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
egl.cpp 518 EGLContext eglGetCurrentContext()
egl_dispatch.h 47 eglGetCurrentContext_t eglGetCurrentContext;
92 eglGetCurrentContext_t set_eglGetCurrentContext(eglGetCurrentContext_t f) { eglGetCurrentContext_t retval = eglGetCurrentContext; eglGetCurrentContext = f; return retval;}
  /frameworks/base/opengl/java/javax/microedition/khronos/egl/
EGL10.java 108 EGLContext eglGetCurrentContext();
  /external/mesa3d/src/egl/main/
eglapi.c     [all...]
  /device/generic/goldfish-opengl/system/egl/
egl.cpp     [all...]
  /external/swiftshader/src/OpenGL/libGLES_CM/
main.cpp 466 EGLAPI EGLContext EGLAPIENTRY eglGetCurrentContext(void)
468 return libEGL->eglGetCurrentContext();
    [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 585 eglGetCurrentContext(555, 2014),
    [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 304 milliseconds

1 2 3