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

1 2 34 5

  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/EGL/
egl.h 301 EGLAPI EGLBoolean EGLAPIENTRY eglMakeCurrent(EGLDisplay dpy, EGLSurface draw,
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/EGL/
egl.h 301 EGLAPI EGLBoolean EGLAPIENTRY eglMakeCurrent(EGLDisplay dpy, EGLSurface draw,
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/EGL/
egl.h 301 EGLAPI EGLBoolean EGLAPIENTRY eglMakeCurrent(EGLDisplay dpy, EGLSurface draw,
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/EGL/
egl.h 301 EGLAPI EGLBoolean EGLAPIENTRY eglMakeCurrent(EGLDisplay dpy, EGLSurface draw,
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/EGL/
egl.h 301 EGLAPI EGLBoolean EGLAPIENTRY eglMakeCurrent(EGLDisplay dpy, EGLSurface draw,
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/EGL/
egl.h 301 EGLAPI EGLBoolean EGLAPIENTRY eglMakeCurrent(EGLDisplay dpy, EGLSurface draw,
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/EGL/
egl.h 301 EGLAPI EGLBoolean EGLAPIENTRY eglMakeCurrent(EGLDisplay dpy, EGLSurface draw,
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/EGL/
egl.h 301 EGLAPI EGLBoolean EGLAPIENTRY eglMakeCurrent(EGLDisplay dpy, EGLSurface draw,
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/EGL/
egl.h 301 EGLAPI EGLBoolean EGLAPIENTRY eglMakeCurrent(EGLDisplay dpy, EGLSurface draw,
  /sdk/emulator/opengl/host/libs/Translator/include/EGL/
egl.h 301 EGLAPI EGLBoolean EGLAPIENTRY eglMakeCurrent(EGLDisplay dpy, EGLSurface draw,
  /sdk/emulator/opengl/tests/translator_tests/GLES_V2/
triangleV2.cpp 420 if(eglMakeCurrent(d,egl_surface,egl_surface,ctx)!= EGL_TRUE){
  /device/generic/goldfish/opengl/system/egl/
egl.cpp 778 return eglMakeCurrent(&s_display, EGL_NO_CONTEXT, EGL_NO_SURFACE, EGL_NO_SURFACE);
902 eglMakeCurrent(dpy, EGL_NO_CONTEXT, EGL_NO_SURFACE, EGL_NO_SURFACE);
915 EGLBoolean eglMakeCurrent(EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx)
988 //Check maybe we need to init the encoder, if it's first eglMakeCurrent
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
GLSurfaceView.java     [all...]
  /frameworks/native/opengl/tests/gl2_copyTexImage/
gl2_copyTexImage.cpp 437 returnValue = eglMakeCurrent(dpy, surface, surface, context);
438 checkEglError("eglMakeCurrent", returnValue);
  /frameworks/native/opengl/tests/gl2_yuvtex/
gl2_yuvtex.cpp 392 returnValue = eglMakeCurrent(dpy, surface, surface, context);
393 checkEglError("eglMakeCurrent", returnValue);
  /frameworks/native/services/surfaceflinger/
DisplayDevice.cpp 254 result = eglMakeCurrent(dpy, hw->mSurface, hw->mSurface, ctx);
SurfaceFlinger.cpp 144 eglMakeCurrent(display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT);
    [all...]
  /sdk/emulator/opengl/tests/translator_tests/GLES_CM/
triangleCM.cpp 200 if(eglMakeCurrent(d,egl_surface,egl_surface,ctx)!= EGL_TRUE){
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
GLSurfaceViewCustom.java     [all...]
  /frameworks/base/opengl/java/android/opengl/
GLSurfaceView.java     [all...]
  /frameworks/native/opengl/libs/GLES_trace/
gltrace.proto 582 eglMakeCurrent = 2013;
  /external/robolectric/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar 
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglImp.cpp 668 EGLAPI EGLBoolean EGLAPIENTRY eglMakeCurrent(EGLDisplay display, EGLSurface draw,
    [all...]
  /frameworks/base/core/jni/
com_google_android_gles_jni_EGLImpl.cpp 476 return eglMakeCurrent(dpy, sdr, srd, ctx);
562 {"eglMakeCurrent", "(" DISPLAY SURFACE SURFACE CONTEXT")Z", (void*)jni_eglMakeCurrent },
  /frameworks/native/opengl/tests/hwc/
hwcTestLib.cpp 115 returnValue = eglMakeCurrent(*dpy, *surface, *surface, context);
116 checkEglError("eglMakeCurrent", returnValue);
118 testPrintE("eglMakeCurrent failed");
    [all...]

Completed in 1155 milliseconds

1 2 34 5