Home
last modified time | relevance | path

Searched refs:eglInitialize (Results 1 – 25 of 27) sorted by relevance

12

/external/deqp/framework/egl/wrapper/
DeglwStaticLibrary14.inl25 { "eglInitialize", (deFunctionPtr)eglInitialize },
DeglwStaticLibrary15.inl34 { "eglInitialize", (deFunctionPtr)eglInitialize },
DeglwInitCore.inl34 dst->initialize = (eglInitializeFunc) loader->get("eglInitialize");
DeglwApi.inl43 #define eglInitialize eglwInitialize macro
/external/mesa3d/src/egl/main/
Degl.def21 eglInitialize
DREADME.txt33 A bit later, the app will call eglInitialize(). This will get routed
Deglapi.c309 eglInitialize(EGLDisplay dpy, EGLint *major, EGLint *minor) in eglInitialize() function
889 { "eglInitialize", (_EGLProc) eglInitialize }, in eglGetProcAddress()
/external/autotest/client/site_tests/graphics_GLAPICheck/src/
Dgles_APICheck.cc61 #define eglInitialize FP_eglInitialize macro
192 EGLBoolean rt_code = eglInitialize(*egl_display, &no_major, &no_minor); in InitGraphics()
/external/autotest/client/deps/glbench/src/
Degl_stuff.cc60 eglInitialize(display_, NULL, NULL); in GetXVisual()
/external/skia/src/gpu/gl/angle/
DSkANGLEGLContext.cpp92 eglInitialize(fDisplay, &majorVersion, &minorVersion); in SkANGLEGLContext()
/external/skia/platform_tools/android/apps/visualbench/src/main/jni/
DSkOSWindow_AndroidNative.cpp60 if (!eglInitialize(display, &majorVersion, &minorVersion)) { in attach()
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
DEglBase14.java224 if (!EGL14.eglInitialize(eglDisplay, version, 0, version, 1)) { in getEglDisplay()
DEglBase10.java269 if (!egl.eglInitialize(eglDisplay, version)) { in getEglDisplay()
/external/webrtc/webrtc/modules/audio_processing/test/android/apmtest/jni/
Dmain.c86 eglInitialize(display, 0, 0); in engine_init_display()
/external/mesa3d/include/EGL/
Degl.h252 EGLAPI EGLBoolean EGLAPIENTRY eglInitialize(EGLDisplay dpy, EGLint *major, EGLint *minor);
/external/skia/src/gpu/gl/egl/
DSkCreatePlatformGLContext_egl.cpp109 eglInitialize(fDisplay, &majorVersion, &minorVersion); in EGLGLContext()
/external/deqp/framework/egl/
DegluCallLogWrapperApi.inl43 eglw::EGLBoolean eglInitialize (eglw::EGLDisplay dpy, eglw::EGLint *major, eglw::EGLint…
DegluCallLogWrapper.inl386 eglw::EGLBoolean CallLogWrapper::eglInitialize (eglw::EGLDisplay dpy, eglw::EGLint *major, eglw::EG… function in CallLogWrapper
389 …m_log << TestLog::Message << "eglInitialize(" << dpy << ", " << major << ", " << minor << ");" << …
/external/jmonkeyengine/engine/src/android/com/jme3/system/android/
DOGLESContext.java157 if (egl.eglInitialize(display, version) == true) { in createView()
/external/autotest/client/deps/nvmap_compactor/src/
Dnvmap_carveout_compactor.c684 if ( !eglInitialize(egl_display, NULL, NULL)) { in EglInitialize()
/external/skia/src/views/win/
DSkOSWindow_win.cpp431 if (!eglInitialize(display, &majorVersion, &minorVersion)) { in create_ANGLE()
/external/deqp/modules/egl/
DteglNegativeApiTests.cpp822 expectFalse(eglInitialize(EGL_NO_DISPLAY, &major, &minor)); in init()
825 expectFalse(eglInitialize((EGLDisplay)-1, &major, &minor)); in init()
/external/drm_hwcomposer/
Dglworker.cpp483 if (!eglInitialize(egl_display_, NULL, NULL)) { in Init()
/external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/
DAndroidGraphics.java196 egl.eglInitialize(display, version); in checkGL20()
/external/replicaisland/src/com/replica/replicaisland/
DGLSurfaceView.java940 if(!mEgl.eglInitialize(mEglDisplay, version)) { in start()

12