Searched refs:eglMakeCurrent (Results 1 - 25 of 40) sorted by relevance

12

/external/autotest/client/deps/glbench/src/
H A Degl_stuff.cc29 eglMakeCurrent(display_, surface_, surface_, context_);
39 eglMakeCurrent(display_, NULL, NULL, NULL);
105 return eglMakeCurrent(display_, surface_, surface_, context);
/external/deqp/framework/egl/wrapper/
H A DeglwStaticLibrary14.inl26 { "eglMakeCurrent", (deFunctionPtr)eglMakeCurrent },
H A DeglwStaticLibrary15.inl35 { "eglMakeCurrent", (deFunctionPtr)eglMakeCurrent },
H A DeglwApi.inl49 #define eglMakeCurrent eglwMakeCurrent
/external/mesa3d/src/egl/
H A Degl-symbols-check34 eglMakeCurrent
/external/skia/tools/viewer/sk_app/android/
H A DGLWindowContext_android.cpp123 SkAssertResult(eglMakeCurrent(fDisplay, fSurfaceAndroid, fSurfaceAndroid, fEGLContext));
140 eglMakeCurrent(fDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT);
/external/skia/tools/fiddle/
H A Degl_context.cpp63 if (EGL_FALSE == eglMakeCurrent(eglDpy, eglSurf, eglSurf, eglCtx)) {
/external/deqp/modules/egl/
H A DteglNegativeApiTests.cpp108 // * eglMakeCurrent()
831 TEGL_ADD_API_CASE(make_current, "eglMakeCurrent() negative tests",
838 expectFalse(eglMakeCurrent(EGL_NO_DISPLAY, DE_NULL, DE_NULL, DE_NULL));
841 expectFalse(eglMakeCurrent((EGLDisplay)-1, DE_NULL, DE_NULL, DE_NULL));
872 expectFalse(eglMakeCurrent(display, (EGLSurface)-1, (EGLSurface)-1, context));
875 expectFalse(eglMakeCurrent(display, surface, (EGLSurface)-1, context));
878 expectFalse(eglMakeCurrent(display, (EGLSurface)-1, surface, context));
888 expectFalse(eglMakeCurrent(display, surface, surface, (EGLContext)-1));
898 expectFalse(eglMakeCurrent(display, surface, EGL_NO_SURFACE, EGL_NO_CONTEXT));
901 expectFalse(eglMakeCurrent(displa
[all...]
/external/skia/tools/gpu/gl/angle/
H A DGLTestContext_angle.cpp217 if (!eglMakeCurrent(fDisplay, fSurface, fSurface, fContext)) {
323 eglMakeCurrent(fDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT);
353 if (!eglMakeCurrent(fDisplay, fSurface, fSurface, fContext)) {
/external/skia/tools/gpu/gl/egl/
H A DCreatePlatformGLTestContext_egl.cpp171 if (!eglMakeCurrent(fDisplay, fSurface, fSurface, fContext)) {
172 SkDebugf("eglMakeCurrent failed. EGL Error: 0x%08x\n", eglGetError());
202 eglMakeCurrent(fDisplay, 0, 0, 0);
279 if (!eglMakeCurrent(fDisplay, fSurface, fSurface, fContext)) {
/external/swiftshader/tests/unittests/
H A Dunittests.cpp122 success = eglMakeCurrent(display, surface, surface, context);
156 success = eglMakeCurrent(display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT);
/external/swiftshader/third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2/
H A DOGLES2HelloAPI_Windows.cpp315 eglMakeCurrent(eglDisplay, eglSurface, eglSurface, eglContext);
316 if (!TestEGLError(hWnd, "eglMakeCurrent"))
511 eglMakeCurrent(eglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT);
H A DOGLES2HelloAPI_OSX.mm268 eglMakeCurrent(eglDisplay, eglSurface, eglSurface, eglContext);
269 if (![self testEGLError:"eglMakeCurrent"])
661 eglMakeCurrent(eglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT);
H A DOGLES2HelloAPI_LinuxX11.cpp366 eglMakeCurrent(eglDisplay, eglSurface, eglSurface, eglContext);
367 if (!TestEGLError("eglMakeCurrent"))
714 eglMakeCurrent(eglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT);
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
H A DEglBase10.java239 if (!egl.eglMakeCurrent(eglDisplay, eglSurface, eglSurface, eglContext)) {
240 throw new RuntimeException("eglMakeCurrent failed");
247 if (!egl.eglMakeCurrent(
249 throw new RuntimeException("eglMakeCurrent failed");
H A DEglBase14.java184 if (!EGL14.eglMakeCurrent(eglDisplay, eglSurface, eglSurface, eglContext)) {
185 throw new RuntimeException("eglMakeCurrent failed");
192 if (!EGL14.eglMakeCurrent(
194 throw new RuntimeException("eglMakeCurrent failed");
/external/webrtc/webrtc/modules/audio_processing/test/android/apmtest/jni/
H A Dmain.c104 if (eglMakeCurrent(display, surface, surface, context) == EGL_FALSE) {
105 LOGW("Unable to eglMakeCurrent");
150 eglMakeCurrent(engine->display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT);
/external/skia/src/views/win/
H A DSkOSWindow_win.cpp536 if (!eglMakeCurrent(display, surface, surface, context)) {
567 if (!eglMakeCurrent(fDisplay, fSurface, fSurface, fContext)) {
581 eglMakeCurrent(fDisplay, EGL_NO_SURFACE , EGL_NO_SURFACE , EGL_NO_CONTEXT);
/external/mesa3d/src/gallium/drivers/radeonsi/glsl_tests/
H A Damdgcn_glslc.c137 if (!eglMakeCurrent(egl_dpy, EGL_NO_SURFACE, EGL_NO_SURFACE, ctx)) {
138 fprintf(stderr, "eglMakeCurrent failed.\n");
/external/swiftshader/src/OpenGL/libEGL/
H A DlibEGL.hpp52 EGLBoolean (*eglMakeCurrent)(EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx); member in class:LibEGLexports
H A Dmain.cpp73 eglMakeCurrent(EGL_NO_DISPLAY, EGL_NO_CONTEXT, EGL_NO_SURFACE, EGL_NO_SURFACE);
484 EGLAPI EGLBoolean EGLAPIENTRY eglMakeCurrent(EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx) function
606 this->eglMakeCurrent = egl::MakeCurrent;
/external/deqp/framework/egl/
H A DegluCallLogWrapperApi.inl45 eglw::EGLBoolean eglMakeCurrent (eglw::EGLDisplay dpy, eglw::EGLSurface draw, eglw::EGLSurface read, eglw::EGLContext ctx);
/external/swiftshader/third_party/PowerVR_SDK/Shell/API/KEGL/
H A DPVRShellAPI.cpp295 if (!eglMakeCurrent(m_EGLDisplay, m_EGLWindow, m_EGLWindow, m_EGLContext))
497 eglMakeCurrent(m_EGLDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT);
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/EGL/
H A Degl.h302 EGLAPI EGLBoolean EGLAPIENTRY eglMakeCurrent(EGLDisplay dpy, EGLSurface draw,
/external/replicaisland/src/com/replica/replicaisland/
H A DGLSurfaceView.java972 mEgl.eglMakeCurrent(mEglDisplay, EGL10.EGL_NO_SURFACE,
991 if (!mEgl.eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, mEglContext)) {
992 throwEglException("eglMakeCurrent");
1032 mEgl.eglMakeCurrent(mEglDisplay, EGL10.EGL_NO_SURFACE,

Completed in 303 milliseconds

12