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

1 2 3

  /cts/tests/vr/src/android/vr/cts/
VrExtensionBehaviorTest.java 235 EGL14.eglGetCurrentSurface(EGL14.EGL_DRAW));
OpenGLESActivity.java 123 EGL14.eglGetCurrentSurface(EGL14.EGL_DRAW), attribute, values, 0);
131 EGL14.eglGetCurrentSurface(EGL14.EGL_DRAW), attribute, value);
  /frameworks/base/libs/hwui/debug/
nullegl.cpp 136 EGLSurface eglGetCurrentSurface(EGLint readdraw) {
  /external/swiftshader/src/OpenGL/libEGL/
libEGL.hpp 54 EGLSurface (*eglGetCurrentSurface)(EGLint readdraw);
main.cpp 486 EGLAPI EGLSurface EGLAPIENTRY eglGetCurrentSurface(EGLint readdraw)
600 this->eglGetCurrentSurface = egl::GetCurrentSurface;
  /frameworks/base/opengl/java/android/opengl/
EGLLogWrapper.java 218 public EGLSurface eglGetCurrentSurface(int readdraw) {
219 begin("eglGetCurrentSurface");
223 EGLSurface result = mEgl10.eglGetCurrentSurface(readdraw);
EGL14.java 420 // C function EGLSurface eglGetCurrentSurface ( EGLint readdraw )
422 public static native EGLSurface eglGetCurrentSurface(
  /frameworks/base/opengl/java/com/google/android/gles_jni/
EGLImpl.java 138 public synchronized EGLSurface eglGetCurrentSurface(int readdraw) {
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
egl.cpp 524 EGLSurface eglGetCurrentSurface(EGLint readdraw)
526 return getDispatch()->eglGetCurrentSurface(readdraw);
egl_dispatch.h 48 eglGetCurrentSurface_t eglGetCurrentSurface;
93 eglGetCurrentSurface_t set_eglGetCurrentSurface(eglGetCurrentSurface_t f) { eglGetCurrentSurface_t retval = eglGetCurrentSurface; eglGetCurrentSurface = f; return retval;}
  /frameworks/base/opengl/java/javax/microedition/khronos/egl/
EGL10.java 110 EGLSurface eglGetCurrentSurface(int readdraw);
  /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 471 EGLAPI EGLSurface EGLAPIENTRY eglGetCurrentSurface(EGLint readdraw)
473 return libEGL->eglGetCurrentSurface(readdraw);
    [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 586 eglGetCurrentSurface(556, 2015),
    [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 

Completed in 108 milliseconds

1 2 3