/frameworks/native/libs/gui/tests/ |
D | SurfaceTextureMultiContextGL.h | 38 mSecondEglContext = eglCreateContext(mEglDisplay, mGlConfig, in SetUp() 50 mThirdEglContext = eglCreateContext(mEglDisplay, mGlConfig, in SetUp()
|
D | SurfaceTextureGLToGL.h | 45 mProducerEglContext = eglCreateContext(mEglDisplay, mGlConfig, in SetUpWindowAndContext()
|
/frameworks/base/services/core/java/com/android/server/wallpaper/ |
D | GLHelper.java | 37 import static android.opengl.EGL14.eglCreateContext; 114 EGLContext eglContext = eglCreateContext( in retrieveTextureSizeFromGL()
|
/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/base/packages/SystemUI/src/com/android/systemui/glwallpaper/ |
D | EglHelper.java | 37 import static android.opengl.EGL14.eglCreateContext; 219 mEglContext = eglCreateContext(mEglDisplay, mEglConfig, EGL_NO_CONTEXT, attrib_list, 0); in createEglContext()
|
/frameworks/libs/native_bridge_support/libEGL/ |
D | stubs_arm.cc | 59 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglCreateContext); 173 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglCreateContext); in init_stub_library()
|
D | stubs_arm64.cc | 59 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglCreateContext); 173 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglCreateContext); in init_stub_library()
|
/frameworks/native/opengl/tests/gl_perf/ |
D | gl2_perf.cpp | 99 context = eglCreateContext(dpy, myConfig, EGL_NO_CONTEXT, context_attribs); in main()
|
/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/swapinterval/ |
D | swapinterval.cpp | 83 context = eglCreateContext(dpy, config, NULL, NULL); in main()
|
/frameworks/native/opengl/libs/ |
D | libEGL.map.txt | 9 eglCreateContext;
|
/frameworks/av/cmds/screenrecord/ |
D | EglWindow.cpp | 148 mEglContext = eglCreateContext(mEglDisplay, mEglConfig, EGL_NO_CONTEXT, in eglSetupContext()
|
/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/native/opengl/tests/fillrate/ |
D | fillrate.cpp | 62 context = eglCreateContext(dpy, config, NULL, NULL); in main()
|
/frameworks/native/opengl/tests/angeles/ |
D | app-linux.cpp | 151 context = eglCreateContext(dpy, config, NULL, NULL); in initGraphics()
|
/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/libs/hwui/debug/ |
D | nullegl.cpp | 116 EGLContext eglCreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_context, in eglCreateContext() function
|
/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 | 393 public static native EGLContext eglCreateContext( in eglCreateContext() method in EGL14
|
/frameworks/native/opengl/tests/finish/ |
D | finish.cpp | 63 context = eglCreateContext(dpy, config, NULL, NULL); in main()
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
D | SingleFrameTextureViewTestActivity.java | 168 … return egl.eglCreateContext(eglDisplay, eglConfig, EGL10.EGL_NO_CONTEXT, attrib_list); in onSurfaceTextureAvailable()
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | EGLImpl.java | 62 …public EGLContext eglCreateContext(EGLDisplay display, EGLConfig config, EGLContext share_context,… in eglCreateContext() method in EGLImpl
|