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

1 23 4 5

  /sdk/emulator/opengl/tests/EGL_host_wrapper/
egl.cpp 184 EGLBoolean eglMakeCurrent(EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx)
186 return getDispatch()->eglMakeCurrent(dpy, draw, read, ctx);
  /frameworks/av/media/libstagefright/tests/
SurfaceMediaSource_test.cpp 126 EXPECT_TRUE(eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface,
498 EXPECT_TRUE(eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface,
800 EXPECT_TRUE(eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface,
811 EXPECT_TRUE(eglMakeCurrent(mEglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE,
    [all...]
  /frameworks/av/libvideoeditor/lvpp/
NativeWindowRenderer.cpp 217 eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, mEglContext);
224 eglMakeCurrent(mEglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT);
  /frameworks/base/opengl/java/android/opengl/
EGLLogWrapper.java 263 public boolean eglMakeCurrent(EGLDisplay display, EGLSurface draw,
265 begin("eglMakeCurrent");
271 boolean result = mEgl10.eglMakeCurrent(display, draw, read, context);
EGL14.java 387 // C function EGLBoolean eglMakeCurrent ( EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx )
389 public static native boolean eglMakeCurrent(
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
GLTextureViewActivity.java 354 if (!mEgl.eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, mEglContext)) {
355 throw new RuntimeException("eglMakeCurrent failed "
395 if (!mEgl.eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, mEglContext)) {
396 throw new RuntimeException("eglMakeCurrent failed "
  /frameworks/base/opengl/java/com/google/android/gles_jni/
EGLImpl.java 42 public native boolean eglMakeCurrent(EGLDisplay display, EGLSurface draw, EGLSurface read, EGLContext context);
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace_context.cpp 213 || func == GLMessage::eglMakeCurrent
  /frameworks/native/opengl/tests/angeles/include/GLES/
egl.h 214 GLAPI EGLBoolean APIENTRY eglMakeCurrent (EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx);
  /frameworks/native/opengl/tests/filter/
filter.cpp 63 eglMakeCurrent(dpy, surface, surface, context);
  /frameworks/native/opengl/tests/finish/
finish.cpp 63 eglMakeCurrent(dpy, surface, surface, context);
  /sdk/emulator/opengl/tests/ut_renderer/
Renderer.cpp 169 return eglMakeCurrent(m_dpy, draw, read, eglContext);
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
egl.cpp 527 EGLBoolean eglMakeCurrent(EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx)
532 EGLBoolean res = getDispatch()->eglMakeCurrent(dpy, draw, read, aglContext);
  /external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
libEGL.cpp 623 eglMakeCurrent(EGL_NO_DISPLAY, EGL_NO_CONTEXT, EGL_NO_SURFACE, EGL_NO_SURFACE);
848 EGLBoolean __stdcall eglMakeCurrent(EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx)
  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp 260 if (eglMakeCurrent(display, surface, surface, context) == EGL_FALSE)
307 eglMakeCurrent(mDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT);
  /frameworks/base/services/java/com/android/server/power/
ElectronBeam.java 599 if (!EGL14.eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, mEglContext)) {
600 logEglError("eglMakeCurrent");
608 EGL14.eglMakeCurrent(mEglDisplay,
  /development/ndk/platforms/android-9/include/EGL/
egl.h 301 EGLAPI EGLBoolean EGLAPIENTRY eglMakeCurrent(EGLDisplay dpy, EGLSurface draw,
  /external/webkit/Source/ThirdParty/ANGLE/include/EGL/
egl.h 301 EGLAPI EGLBoolean EGLAPIENTRY eglMakeCurrent(EGLDisplay dpy, EGLSurface draw,
  /frameworks/native/opengl/include/EGL/
egl.h 301 EGLAPI EGLBoolean EGLAPIENTRY eglMakeCurrent(EGLDisplay dpy, EGLSurface draw,
  /frameworks/native/opengl/tests/gl2_basic/
gl2_basic.cpp 326 returnValue = eglMakeCurrent(dpy, surface, surface, context);
327 checkEglError("eglMakeCurrent", returnValue);
  /frameworks/native/opengl/tests/gl_yuvtex/
gl_yuvtex.cpp 282 returnValue = eglMakeCurrent(dpy, surface, surface, context);
283 checkEglError("eglMakeCurrent", returnValue);
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/EGL/
egl.h 301 EGLAPI EGLBoolean EGLAPIENTRY eglMakeCurrent(EGLDisplay dpy, EGLSurface draw,
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/EGL/
egl.h 301 EGLAPI EGLBoolean EGLAPIENTRY eglMakeCurrent(EGLDisplay dpy, EGLSurface draw,
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/EGL/
egl.h 301 EGLAPI EGLBoolean EGLAPIENTRY eglMakeCurrent(EGLDisplay dpy, EGLSurface draw,
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/EGL/
egl.h 301 EGLAPI EGLBoolean EGLAPIENTRY eglMakeCurrent(EGLDisplay dpy, EGLSurface draw,

Completed in 1927 milliseconds

1 23 4 5