/frameworks/native/libs/gui/tests/ |
D | SurfaceTextureMultiContextGL.h | 37 mSecondEglContext = eglCreateContext(mEglDisplay, mGlConfig, in SetUp() 49 mThirdEglContext = eglCreateContext(mEglDisplay, mGlConfig, in SetUp()
|
D | SurfaceTextureGLToGL.h | 43 mProducerEglContext = eglCreateContext(mEglDisplay, mGlConfig, in SetUp()
|
/frameworks/native/opengl/tools/glgen/specs/egl/ |
D | checks.spec | 12 eglCreateContext sentinel attrib_list EGL_NONE
|
D | EGL14.spec | 23 EGLContext eglCreateContext ( EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGL…
|
/frameworks/native/opengl/libs/GLES_trace/src/ |
D | gltrace_egl.cpp | 33 glmessage.set_function(GLMessage::eglCreateContext); in GLTrace_eglCreateContext()
|
/frameworks/native/opengl/tests/linetex/ |
D | linetex.cpp | 61 context = eglCreateContext(dpy, config, NULL, NULL); in main()
|
/frameworks/native/opengl/tests/textures/ |
D | textures.cpp | 59 context = eglCreateContext(dpy, config, NULL, NULL); in main()
|
/frameworks/native/opengl/tests/gl_perf/ |
D | gl2_perf.cpp | 106 context = eglCreateContext(dpy, myConfig, EGL_NO_CONTEXT, context_attribs); in main()
|
/frameworks/native/opengl/tests/swapinterval/ |
D | swapinterval.cpp | 83 context = eglCreateContext(dpy, config, NULL, NULL); in main()
|
/frameworks/base/opengl/java/javax/microedition/khronos/egl/ |
D | EGL10.java | 99 …EGLContext eglCreateContext(EGLDisplay display, EGLConfig config, EGLContext share_context, int[]… in eglCreateContext() method
|
/frameworks/av/cmds/screenrecord/ |
D | EglWindow.cpp | 149 mEglContext = eglCreateContext(mEglDisplay, mEglConfig, EGL_NO_CONTEXT, in eglSetupContext()
|
/frameworks/native/opengl/tests/angeles/ |
D | app-linux.cpp | 155 context = eglCreateContext(dpy, config, NULL, NULL); in initGraphics()
|
/frameworks/native/opengl/tests/fillrate/ |
D | fillrate.cpp | 62 context = eglCreateContext(dpy, config, NULL, NULL); in main()
|
/frameworks/native/opengl/tests/filter/ |
D | filter.cpp | 64 context = eglCreateContext(dpy, config, NULL, NULL); in main()
|
/frameworks/native/opengl/tests/angeles/include/GLES/ |
D | egl.h | 212 GLAPI EGLContext APIENTRY eglCreateContext (EGLDisplay dpy, EGLConfig config, EGLContext share_list…
|
/frameworks/base/services/core/jni/ |
D | com_android_server_AssetAtlasService.cpp | 146 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/ |
D | EGLImpl.java | 53 …public EGLContext eglCreateContext(EGLDisplay display, EGLConfig config, EGLContext share_context,… in eglCreateContext() method in EGLImpl
|
/frameworks/native/opengl/tests/finish/ |
D | finish.cpp | 63 context = eglCreateContext(dpy, config, NULL, NULL); in main()
|
/frameworks/base/opengl/java/android/opengl/ |
D | EGLLogWrapper.java | 78 public EGLContext eglCreateContext(EGLDisplay display, EGLConfig config, in eglCreateContext() method in EGLLogWrapper 87 EGLContext result = mEgl10.eglCreateContext(display, config, in eglCreateContext()
|
D | EGL14.java | 390 public static native EGLContext eglCreateContext( in eglCreateContext() method in EGL14
|
/frameworks/native/opengl/libs/EGL/ |
D | egl_entries.in | 13 EGL_ENTRY(EGLContext, eglCreateContext, EGLDisplay, EGLConfig, EGLContext, const EGLint *)
|
/frameworks/base/libs/hwui/renderthread/ |
D | EglManager.cpp | 147 mEglContext = eglCreateContext(mEglDisplay, mEglConfig, EGL_NO_CONTEXT, attribs); in createContext()
|
/frameworks/native/opengl/tests/tritex/ |
D | tritex.cpp | 154 if ( (eglContext = eglCreateContext(eglDisplay, myConfig, 0, 0)) == EGL_NO_CONTEXT ) in init_gl_surface()
|
/frameworks/native/opengl/include/EGL/ |
D | egl.h | 297 EGLAPI EGLContext EGLAPIENTRY eglCreateContext(EGLDisplay dpy, EGLConfig config,
|
/frameworks/native/opengl/tests/gldual/src/com/android/gldual/ |
D | GLDualGL2View.java | 87 … EGLContext context = egl.eglCreateContext(display, eglConfig, EGL10.EGL_NO_CONTEXT, attrib_list); in createContext()
|