/frameworks/base/opengl/tests/testPauseResume/ |
D | README | 25 E/AndroidRuntime( 1466): java.lang.RuntimeException: createContext failed: EGL_BAD_ALLOC
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
D | GLTextureViewActivity.java | 377 mEglContext = createContext(mEgl, mEglDisplay, mEglConfig); in initGL() 400 EGLContext createContext(EGL10 egl, EGLDisplay eglDisplay, EGLConfig eglConfig) { in createContext() method in GLTextureViewActivity.RenderThread
|
/frameworks/base/libs/rs/ |
D | rsContext.cpp | 364 Context * Context::createContext(Device *dev, const RsSurfaceConfig *sc) { in createContext() function in Context 710 Context *rsc = Context::createContext(dev, NULL); in rsContextCreate() 722 Context *rsc = Context::createContext(dev, &sc); in rsContextCreateGL()
|
D | rsContext.h | 76 static Context * createContext(Device *, const RsSurfaceConfig *sc);
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
D | SweepGradient_Delegate.java | 113 public java.awt.PaintContext createContext( in createContext() method in SweepGradient_Delegate.SweepGradientPaint
|
D | RadialGradient_Delegate.java | 121 public java.awt.PaintContext createContext( in createContext() method in RadialGradient_Delegate.RadialGradientPaint
|
D | BitmapShader_Delegate.java | 108 public java.awt.PaintContext createContext( in createContext() method in BitmapShader_Delegate.BitmapShaderPaint
|
D | LinearGradient_Delegate.java | 135 public java.awt.PaintContext createContext( in createContext() method in LinearGradient_Delegate.LinearGradientPaint
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLSurfaceView.java | 749 EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig eglConfig); in createContext() method 756 public EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig config) { in createContext() method in GLSurfaceView.DefaultContextFactory 1000 mEglContext = mEGLContextFactory.createContext(mEgl, mEglDisplay, mEglConfig); in start()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | ImageWallpaper.java | 574 mEglContext = createContext(mEgl, mEglDisplay, mEglConfig); 599 EGLContext createContext(EGL10 egl, EGLDisplay eglDisplay, EGLConfig eglConfig) {
|
/frameworks/base/core/java/android/view/ |
D | HardwareRenderer.java | 539 mEglContext = createContext(sEgl, sEglDisplay, sEglConfig); in initializeEgl() 655 EGLContext createContext(EGL10 egl, EGLDisplay eglDisplay, EGLConfig eglConfig) { in createContext() method in HardwareRenderer.GlRenderer
|
/frameworks/base/opengl/tests/gldual/src/com/android/gldual/ |
D | GLDualGL2View.java | 83 public EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig eglConfig) { in createContext() method in GLDualGL2View.ContextFactory
|
/frameworks/base/opengl/tests/gl2_jni/src/com/android/gl2jni/ |
D | GL2JNIView.java | 80 public EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig eglConfig) { in createContext() method in GL2JNIView.ContextFactory
|
/frameworks/base/opengl/tests/gl_perfapp/src/com/android/glperf/ |
D | GLPerfView.java | 80 public EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig eglConfig) { in createContext() method in GLPerfView.ContextFactory
|
/frameworks/base/api/ |
D | current.txt | 14178 …method public abstract javax.microedition.khronos.egl.EGLContext createContext(javax.microedition.…
|
D | 14.txt | 14178 …method public abstract javax.microedition.khronos.egl.EGLContext createContext(javax.microedition.…
|