Home
last modified time | relevance | path

Searched refs:eglInitialize (Results 1 – 25 of 45) 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
/external/swiftshader/src/OpenGL/libEGL/
Dexports.map22 eglInitialize;
DlibEGL.def22 eglInitialize @3
DlibEGL.hpp30 EGLBoolean (*eglInitialize)(EGLDisplay dpy, EGLint *major, EGLint *minor); member in LibEGLexports
Dmain.cpp380 EGLAPI EGLBoolean EGLAPIENTRY eglInitialize(EGLDisplay dpy, EGLint *major, EGLint *minor) in eglInitialize() function
590 this->eglInitialize = egl::Initialize; in LibEGLexports()
/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.cc63 eglInitialize(display_, NULL, NULL); in GetXVisual()
/external/swiftshader/src/OpenGL/libGLES_CM/
DlibGLES_CM.def20 eglInitialize @17
Dexports.map21 eglInitialize;
/external/skia/tools/viewer/sk_app/android/
DGLWindowContext_android.cpp65 eglInitialize(fDisplay, &majorVersion, &minorVersion); in onInitializeContext()
/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/swiftshader/third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2/
DOGLES2HelloAPI_Windows.cpp220 if (!eglInitialize(eglDisplay, &iMajorVersion, &iMinorVersion)) in WinMain()
DOGLES2HelloAPI_LinuxX11.cpp239 if (!eglInitialize(eglDisplay, &eglMajorVersion, &eglMinorVersion)) in CreateEGLDisplay()
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/EGL/
Degl.h253 EGLAPI EGLBoolean EGLAPIENTRY eglInitialize(EGLDisplay dpy, EGLint *major, EGLint *minor);
/external/skia/tools/gpu/gl/angle/
DGLTestContext_angle.cpp128 eglInitialize(fDisplay, &majorVersion, &minorVersion); in ANGLEGLContext()
/external/skia/tools/gpu/gl/egl/
DCreatePlatformGLTestContext_egl.cpp113 eglInitialize(fDisplay, &majorVersion, &minorVersion); in EGLGLTestContext()
/external/swiftshader/include/EGL/
Degl.h136 EGLAPI EGLBoolean EGLAPIENTRY eglInitialize (EGLDisplay dpy, EGLint *major, EGLint *minor);

12