Home
last modified time | relevance | path

Searched refs:eglCreateContext (Results 1 – 25 of 33) sorted by relevance

12

/external/deqp/modules/egl/
DteglNegativeApiTests.cpp289 expectNoContext(eglCreateContext(EGL_NO_DISPLAY, DE_NULL, EGL_NO_CONTEXT, s_emptyAttribList)); in init()
292 expectNoContext(eglCreateContext((EGLDisplay)-1, DE_NULL, EGL_NO_CONTEXT, s_emptyAttribList)); in init()
299 expectNoContext(eglCreateContext(display, (EGLConfig)-1, EGL_NO_CONTEXT, s_emptyAttribList)); in init()
312 … expectNoContext(eglCreateContext(display, es1OnlyConfig, EGL_NO_CONTEXT, s_es1ContextAttribList)); in init()
320 … expectNoContext(eglCreateContext(display, es2OnlyConfig, EGL_NO_CONTEXT, s_es2ContextAttribList)); in init()
328 expectNoContext(eglCreateContext(display, vgOnlyConfig, EGL_NO_CONTEXT, s_emptyAttribList)); in init()
339 expectNoContext(eglCreateContext(display, glOnlyConfig, EGL_NO_CONTEXT, s_emptyAttribList)); in init()
347 expectNoContext(eglCreateContext(display, vgOnlyConfig, EGL_NO_CONTEXT, s_emptyAttribList)); in init()
358 expectNoContext(eglCreateContext(display, glOnlyConfig, EGL_NO_CONTEXT, s_emptyAttribList)); in init()
366 … expectNoContext(eglCreateContext(display, es1OnlyConfig, EGL_NO_CONTEXT, s_es1ContextAttribList)); in init()
[all …]
/external/deqp/framework/egl/wrapper/
DeglwStaticLibrary14.inl10 { "eglCreateContext", (deFunctionPtr)eglCreateContext },
DeglwStaticLibrary15.inl11 { "eglCreateContext", (deFunctionPtr)eglCreateContext },
DeglwInitCore.inl11 dst->createContext = (eglCreateContextFunc) loader->get("eglCreateContext");
DeglwApi.inl12 #define eglCreateContext eglwCreateContext macro
/external/mesa3d/src/egl/main/
Degl.def6 eglCreateContext
DREADME.txt44 eglCreateContext
Deglapi.c416 eglCreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_list, in eglCreateContext() function
874 { "eglCreateContext", (_EGLProc) eglCreateContext }, in eglGetProcAddress()
/external/autotest/client/site_tests/graphics_GLAPICheck/src/
Dgles_APICheck.cc64 #define eglCreateContext FP_eglCreateContext macro
218 *egl_context = eglCreateContext(*egl_display, egl_config, EGL_NO_CONTEXT, in InitGraphics()
/external/autotest/client/deps/glbench/src/
Degl_stuff.cc112 return eglCreateContext(display_, config_, NULL, attribs); in CreateContext()
/external/skia/platform_tools/android/apps/visualbench/src/main/jni/
DSkOSWindow_AndroidNative.cpp114 context = eglCreateContext(display, config, nullptr, kAPIs[api].fContextAttribs); in attach()
/external/skia/src/gpu/gl/angle/
DSkANGLEGLContext.cpp101 fContext = eglCreateContext(fDisplay, surfaceConfig, nullptr, contextAttribs); in SkANGLEGLContext()
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
DEglBase14.java248 EGL14.eglCreateContext(eglDisplay, eglConfig, rootContext, contextAttributes, 0); in createEglContext()
DEglBase10.java293 egl.eglCreateContext(eglDisplay, eglConfig, rootContext, contextAttributes); in createEglContext()
/external/webrtc/webrtc/modules/audio_processing/test/android/apmtest/jni/
Dmain.c102 context = eglCreateContext(display, config, NULL, NULL); in engine_init_display()
/external/mesa3d/include/EGL/
Degl.h297 EGLAPI EGLContext EGLAPIENTRY eglCreateContext(EGLDisplay dpy, EGLConfig config,
/external/skia/src/gpu/gl/egl/
DSkCreatePlatformGLContext_egl.cpp144 fContext = eglCreateContext(fDisplay, surfaceConfig, nullptr, kAPIs[api].fContextAttribs); in EGLGLContext()
/external/webrtc/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/
DViEAndroidGLES20.java92 EGLContext context = egl.eglCreateContext(display, eglConfig, in createContext()
/external/deqp/framework/egl/
DegluCallLogWrapperApi.inl12 eglw::EGLContext eglCreateContext (eglw::EGLDisplay dpy, eglw::EGLConfig config, eglw::E…
DegluCallLogWrapper.inl72 eglw::EGLContext CallLogWrapper::eglCreateContext (eglw::EGLDisplay dpy, eglw::EGLConfig config, eg… function in CallLogWrapper
75 …m_log << TestLog::Message << "eglCreateContext(" << dpy << ", " << toHex(config) << ", " << share_…
/external/autotest/client/deps/nvmap_compactor/src/
Dnvmap_carveout_compactor.c706 egl_context = eglCreateContext(egl_display, config, EGL_NO_CONTEXT, in EglInitialize()
/external/robolectric/v1/lib/main/
Dopengl-api-gl1.1-android-2.1_r1.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/microedition/ javax/ ...
/external/skia/src/views/win/
DSkOSWindow_win.cpp475 EGLContext context = eglCreateContext(display, *eglConfig, in create_ANGLE()
/external/drm_hwcomposer/
Dglworker.cpp508 eglCreateContext(egl_display_, egl_config, in Init()
/external/replicaisland/src/com/replica/replicaisland/
DGLSurfaceView.java712 return egl.eglCreateContext(display, config, EGL10.EGL_NO_CONTEXT, in createContext()

12