/frameworks/rs/ |
D | rsApiContext.cpp | 42 Context *rsc = Context::createContext(dev, nullptr, ct, flags); in rsContextCreate() 62 Context *rsc = Context::createContext(dev, &sc); in rsContextCreateGL()
|
D | rsContext.h | 92 static Context * createContext(Device *, const RsSurfaceConfig *sc,
|
D | rsContext.cpp | 494 Context * Context::createContext(Device *dev, const RsSurfaceConfig *sc, in createContext() function in Context
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
D | SingleFrameTextureViewTestActivity.java | 145 mEglContext = createContext(mEgl, mEglDisplay, mEglConfig); in onSurfaceTextureAvailable() 166 EGLContext createContext(EGL10 egl, EGLDisplay eglDisplay, EGLConfig eglConfig) { in onSurfaceTextureAvailable()
|
D | GLTextureViewActivity.java | 381 mEglContext = createContext(mEgl, mEglDisplay, mEglConfig); in initGL() 404 EGLContext createContext(EGL10 egl, EGLDisplay eglDisplay, EGLConfig eglConfig) { in createContext() method in GLTextureViewActivity.RenderThread
|
/frameworks/base/libs/hwui/renderthread/ |
D | EglManager.h | 96 void createContext();
|
D | EglManager.cpp | 126 createContext(); in initialize() 179 void EglManager::createContext() { in createContext() function in android::uirenderer::renderthread::EglManager
|
D | RenderProxy.cpp | 60 CREATE_BRIDGE4(createContext, RenderThread* thread, bool translucent, in CREATE_BRIDGE4() argument 69 SETUP_TASK(createContext); in RenderProxy()
|
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/ |
D | BlockingGLTextureView.java | 140 EGLContext createContext(EGL10 egl, EGLDisplay eglDisplay, EGLConfig eglConfig) { in createContext() method in BlockingGLTextureView.EglHelper 176 mEglContext = createContext(mEgl, mEglDisplay, mEglConfig); in start()
|
/frameworks/native/opengl/tests/testPauseResume/ |
D | README | 25 E/AndroidRuntime( 1466): java.lang.RuntimeException: createContext failed: EGL_BAD_ALLOC
|
/frameworks/base/tests/UiBench/src/com/android/test/uibench/opengl/ |
D | ImageFlipRenderThread.java | 334 mEglContext = createContext(mEgl, mEglDisplay, mEglConfig); in initGL() 355 EGLContext createContext(EGL10 egl, EGLDisplay eglDisplay, EGLConfig eglConfig) { in createContext() method in ImageFlipRenderThread
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
D | RenderTarget.java | 90 EGLContext eglContext = createContext(egl, eglDisplay, eglConfig); in newTarget() 383 private static EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig config) { in createContext() method in RenderTarget
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
D | SweepGradient_Delegate.java | 100 public java.awt.PaintContext createContext( in createContext() method in SweepGradient_Delegate.SweepGradientPaint
|
D | RadialGradient_Delegate.java | 110 public java.awt.PaintContext createContext( in createContext() method in RadialGradient_Delegate.RadialGradientPaint
|
D | BitmapShader_Delegate.java | 112 public PaintContext createContext(ColorModel colorModel, Rectangle deviceBounds, in createContext() method in BitmapShader_Delegate.BitmapShaderPaint
|
D | LinearGradient_Delegate.java | 122 public java.awt.PaintContext createContext( in createContext() method in LinearGradient_Delegate.LinearGradientPaint
|
D | BlendComposite.java | 114 public CompositeContext createContext(ColorModel srcColorModel, in createContext() method in BlendComposite
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLSurfaceView.java | 774 EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig eglConfig); in createContext() method 781 public EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig config) { in createContext() method in GLSurfaceView.DefaultContextFactory 1048 mEglContext = view.mEGLContextFactory.createContext(mEgl, mEglDisplay, mEglConfig); in start()
|
/frameworks/native/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/native/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/native/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/packages/SystemUI/src/com/android/systemui/ |
D | ImageWallpaper.java | 759 mEglContext = createContext(mEgl, mEglDisplay, mEglConfig); in initGL() 810 EGLContext createContext(EGL10 egl, EGLDisplay eglDisplay, EGLConfig eglConfig) { in createContext() method in ImageWallpaper.DrawableEngine
|
/frameworks/base/docs/html/guide/topics/graphics/ |
D | opengl.jd | 673 public EGLContext createContext( 687 <p>If the {@code createContext()} method show above returns null, your code should create a OpenGL
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 21209 …method public abstract javax.microedition.khronos.egl.EGLContext createContext(javax.microedition.…
|
/frameworks/base/api/ |
D | test-current.txt | 28169 …method public abstract javax.microedition.khronos.egl.EGLContext createContext(javax.microedition.…
|