Home
last modified time | relevance | path

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

123

/frameworks/native/libs/gui/tests/
DSurfaceTextureMultiContextGL.h37 mSecondEglContext = eglCreateContext(mEglDisplay, mGlConfig, in SetUp()
49 mThirdEglContext = eglCreateContext(mEglDisplay, mGlConfig, in SetUp()
DSurfaceTextureGLToGL.h43 mProducerEglContext = eglCreateContext(mEglDisplay, mGlConfig, in SetUp()
/frameworks/native/opengl/tools/glgen/specs/egl/
Dchecks.spec12 eglCreateContext sentinel attrib_list EGL_NONE
DEGL14.spec23 EGLContext eglCreateContext ( EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGL…
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace_egl.cpp33 glmessage.set_function(GLMessage::eglCreateContext); in GLTrace_eglCreateContext()
/frameworks/native/opengl/tests/linetex/
Dlinetex.cpp61 context = eglCreateContext(dpy, config, NULL, NULL); in main()
/frameworks/native/opengl/tests/textures/
Dtextures.cpp59 context = eglCreateContext(dpy, config, NULL, NULL); in main()
/frameworks/native/opengl/tests/gl_perf/
Dgl2_perf.cpp106 context = eglCreateContext(dpy, myConfig, EGL_NO_CONTEXT, context_attribs); in main()
/frameworks/native/opengl/tests/swapinterval/
Dswapinterval.cpp83 context = eglCreateContext(dpy, config, NULL, NULL); in main()
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
DEGL10.java99 …EGLContext eglCreateContext(EGLDisplay display, EGLConfig config, EGLContext share_context, int[]… in eglCreateContext() method
/frameworks/av/cmds/screenrecord/
DEglWindow.cpp149 mEglContext = eglCreateContext(mEglDisplay, mEglConfig, EGL_NO_CONTEXT, in eglSetupContext()
/frameworks/native/opengl/tests/angeles/
Dapp-linux.cpp155 context = eglCreateContext(dpy, config, NULL, NULL); in initGraphics()
/frameworks/native/opengl/tests/fillrate/
Dfillrate.cpp62 context = eglCreateContext(dpy, config, NULL, NULL); in main()
/frameworks/native/opengl/tests/filter/
Dfilter.cpp64 context = eglCreateContext(dpy, config, NULL, NULL); in main()
/frameworks/native/opengl/tests/angeles/include/GLES/
Degl.h212 GLAPI EGLContext APIENTRY eglCreateContext (EGLDisplay dpy, EGLConfig config, EGLContext share_list…
/frameworks/base/services/core/jni/
Dcom_android_server_AssetAtlasService.cpp146 EGLContext context = eglCreateContext(display, configs[0], EGL_NO_CONTEXT, attrs); in com_android_server_AssetAtlasService_upload()
/frameworks/base/opengl/java/com/google/android/gles_jni/
DEGLImpl.java53 …public EGLContext eglCreateContext(EGLDisplay display, EGLConfig config, EGLContext share_context,… in eglCreateContext() method in EGLImpl
/frameworks/native/opengl/tests/finish/
Dfinish.cpp63 context = eglCreateContext(dpy, config, NULL, NULL); in main()
/frameworks/base/opengl/java/android/opengl/
DEGLLogWrapper.java78 public EGLContext eglCreateContext(EGLDisplay display, EGLConfig config, in eglCreateContext() method in EGLLogWrapper
87 EGLContext result = mEgl10.eglCreateContext(display, config, in eglCreateContext()
DEGL14.java390 public static native EGLContext eglCreateContext( in eglCreateContext() method in EGL14
/frameworks/native/opengl/libs/EGL/
Degl_entries.in13 EGL_ENTRY(EGLContext, eglCreateContext, EGLDisplay, EGLConfig, EGLContext, const EGLint *)
/frameworks/base/libs/hwui/renderthread/
DEglManager.cpp147 mEglContext = eglCreateContext(mEglDisplay, mEglConfig, EGL_NO_CONTEXT, attribs); in createContext()
/frameworks/native/opengl/tests/tritex/
Dtritex.cpp154 if ( (eglContext = eglCreateContext(eglDisplay, myConfig, 0, 0)) == EGL_NO_CONTEXT ) in init_gl_surface()
/frameworks/native/opengl/include/EGL/
Degl.h297 EGLAPI EGLContext EGLAPIENTRY eglCreateContext(EGLDisplay dpy, EGLConfig config,
/frameworks/native/opengl/tests/gldual/src/com/android/gldual/
DGLDualGL2View.java87 … EGLContext context = egl.eglCreateContext(display, eglConfig, EGL10.EGL_NO_CONTEXT, attrib_list); in createContext()

123