Home
last modified time | relevance | path

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

12

/external/deqp/modules/egl/
DteglNegativeApiTests.cpp295 expectNoContext(eglCreateContext(EGL_NO_DISPLAY, DE_NULL, EGL_NO_CONTEXT, s_emptyAttribList)); in init()
298 expectNoContext(eglCreateContext((EGLDisplay)-1, DE_NULL, EGL_NO_CONTEXT, s_emptyAttribList)); in init()
305 expectNoContext(eglCreateContext(display, (EGLConfig)-1, EGL_NO_CONTEXT, s_emptyAttribList)); in init()
318 … expectNoContext(eglCreateContext(display, es1OnlyConfig, EGL_NO_CONTEXT, s_es1ContextAttribList)); in init()
326 … expectNoContext(eglCreateContext(display, es2OnlyConfig, EGL_NO_CONTEXT, s_es2ContextAttribList)); in init()
334 expectNoContext(eglCreateContext(display, vgOnlyConfig, EGL_NO_CONTEXT, s_emptyAttribList)); in init()
345 expectNoContext(eglCreateContext(display, glOnlyConfig, EGL_NO_CONTEXT, s_emptyAttribList)); in init()
353 expectNoContext(eglCreateContext(display, vgOnlyConfig, EGL_NO_CONTEXT, s_emptyAttribList)); in init()
364 expectNoContext(eglCreateContext(display, glOnlyConfig, EGL_NO_CONTEXT, s_emptyAttribList)); in init()
372 … 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");
/external/mesa3d/src/egl/main/
Degl.def6 eglCreateContext
DREADME.txt43 eglCreateContext
/external/swiftshader/src/OpenGL/libEGL/
DlibEGL.def7 eglCreateContext @23
DlibEGL.lds8 eglCreateContext;
DlibEGL.hpp50 …EGLContext (*eglCreateContext)(EGLDisplay dpy, EGLConfig config, EGLContext share_context, const E… member in LibEGLexports
/external/mesa3d/src/egl/
Degl-symbols-check10 eglCreateContext
/external/skia/tools/fiddle/
Degl_context.cpp59 EGLContext eglCtx = eglCreateContext(eglDpy, eglCfg, EGL_NO_CONTEXT, NULL); in create_grcontext()
/external/skqp/tools/fiddle/
Degl_context.cpp59 EGLContext eglCtx = eglCreateContext(eglDpy, eglCfg, EGL_NO_CONTEXT, NULL); in create_grcontext()
/external/autotest/client/deps/glbench/src/
Degl_stuff.cc115 return eglCreateContext(display_, config_, NULL, attribs); in CreateContext()
/external/swiftshader/src/OpenGL/libGLES_CM/
DlibGLES_CM.lds7 eglCreateContext;
DlibGLES_CM.def6 eglCreateContext @3
/external/skqp/tools/sk_app/android/
DGLWindowContext_android.cpp96 fEGLContext = eglCreateContext( in onInitializeContext()
/external/skia/tools/sk_app/android/
DGLWindowContext_android.cpp96 fEGLContext = eglCreateContext( in onInitializeContext()
/external/skia/tools/sk_app/win/
DANGLEWindowContext_win.cpp105 fEGLContext = eglCreateContext(fDisplay, surfaceConfig, nullptr, contextAttribs); in onInitializeContext()
/external/skqp/tools/sk_app/win/
DANGLEWindowContext_win.cpp105 fEGLContext = eglCreateContext(fDisplay, surfaceConfig, nullptr, contextAttribs); in onInitializeContext()
/external/mesa3d/docs/specs/
DMESA_configless_context.spec50 Accepted as <config> in eglCreateContext
/external/mesa3d/src/gallium/drivers/radeonsi/glsl_tests/
Damdgcn_glslc.c131 ctx = eglCreateContext(egl_dpy, cfg, EGL_NO_CONTEXT, attribs); in create_gl_core_context()
/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/swiftshader/third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2/
DOGLES2HelloAPI_Windows.cpp299 eglContext = eglCreateContext(eglDisplay, eglConfig, NULL, ai32ContextAttribs); in WinMain()

12