Home
last modified time | relevance | path

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

123

/frameworks/native/libs/gui/tests/
DSurfaceTextureMultiContextGL.h38 mSecondEglContext = eglCreateContext(mEglDisplay, mGlConfig, in SetUp()
50 mThirdEglContext = eglCreateContext(mEglDisplay, mGlConfig, in SetUp()
DSurfaceTextureGLToGL.h45 mProducerEglContext = eglCreateContext(mEglDisplay, mGlConfig, in SetUpWindowAndContext()
/frameworks/base/services/core/java/com/android/server/wallpaper/
DGLHelper.java37 import static android.opengl.EGL14.eglCreateContext;
114 EGLContext eglContext = eglCreateContext( in retrieveTextureSizeFromGL()
/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/base/packages/SystemUI/src/com/android/systemui/glwallpaper/
DEglHelper.java37 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/
Dstubs_arm.cc59 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglCreateContext);
173 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglCreateContext); in init_stub_library()
Dstubs_arm64.cc59 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglCreateContext);
173 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglCreateContext); in init_stub_library()
/frameworks/native/opengl/tests/gl_perf/
Dgl2_perf.cpp99 context = eglCreateContext(dpy, myConfig, EGL_NO_CONTEXT, context_attribs); in main()
/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/swapinterval/
Dswapinterval.cpp83 context = eglCreateContext(dpy, config, NULL, NULL); in main()
/frameworks/native/opengl/libs/
DlibEGL.map.txt9 eglCreateContext;
/frameworks/av/cmds/screenrecord/
DEglWindow.cpp148 mEglContext = eglCreateContext(mEglDisplay, mEglConfig, EGL_NO_CONTEXT, in eglSetupContext()
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
DEGL10.java99 …EGLContext eglCreateContext(EGLDisplay display, EGLConfig config, EGLContext share_context, int[]… in eglCreateContext() method
/frameworks/native/opengl/tests/fillrate/
Dfillrate.cpp62 context = eglCreateContext(dpy, config, NULL, NULL); in main()
/frameworks/native/opengl/tests/angeles/
Dapp-linux.cpp151 context = eglCreateContext(dpy, config, NULL, NULL); in initGraphics()
/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/libs/hwui/debug/
Dnullegl.cpp116 EGLContext eglCreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_context, in eglCreateContext() function
/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.java393 public static native EGLContext eglCreateContext( in eglCreateContext() method in EGL14
/frameworks/native/opengl/tests/finish/
Dfinish.cpp63 context = eglCreateContext(dpy, config, NULL, NULL); in main()
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DSingleFrameTextureViewTestActivity.java168 … return egl.eglCreateContext(eglDisplay, eglConfig, EGL10.EGL_NO_CONTEXT, attrib_list); in onSurfaceTextureAvailable()
/frameworks/base/opengl/java/com/google/android/gles_jni/
DEGLImpl.java62 …public EGLContext eglCreateContext(EGLDisplay display, EGLConfig config, EGLContext share_context,… in eglCreateContext() method in EGLImpl

123