Home
last modified time | relevance | path

Searched refs:createContext (Results 1 – 22 of 22) sorted by relevance

/frameworks/base/libs/hwui/renderthread/
DEglManager.h67 void createContext();
DEglManager.cpp102 createContext(); in initialize()
143 void EglManager::createContext() { in createContext() function in android::uirenderer::renderthread::EglManager
DRenderProxy.cpp62 CREATE_BRIDGE4(createContext, RenderThread* thread, bool translucent, in CREATE_BRIDGE4() argument
71 SETUP_TASK(createContext); in RenderProxy()
/frameworks/native/opengl/tests/testPauseResume/
DREADME25 E/AndroidRuntime( 1466): java.lang.RuntimeException: createContext failed: EGL_BAD_ALLOC
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
DBlockingGLTextureView.java140 EGLContext createContext(EGL10 egl, EGLDisplay eglDisplay, EGLConfig eglConfig) { in createContext() method in BlockingGLTextureView.EglHelper
176 mEglContext = createContext(mEgl, mEglDisplay, mEglConfig); in start()
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DGLTextureViewActivity.java381 mEglContext = createContext(mEgl, mEglDisplay, mEglConfig); in initGL()
404 EGLContext createContext(EGL10 egl, EGLDisplay eglDisplay, EGLConfig eglConfig) { in createContext() method in GLTextureViewActivity.RenderThread
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DRenderTarget.java90 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/
DSweepGradient_Delegate.java100 public java.awt.PaintContext createContext( in createContext() method in SweepGradient_Delegate.SweepGradientPaint
DBitmapShader_Delegate.java112 public PaintContext createContext(ColorModel colorModel, Rectangle deviceBounds, in createContext() method in BitmapShader_Delegate.BitmapShaderPaint
DRadialGradient_Delegate.java110 public java.awt.PaintContext createContext( in createContext() method in RadialGradient_Delegate.RadialGradientPaint
DLinearGradient_Delegate.java122 public java.awt.PaintContext createContext( in createContext() method in LinearGradient_Delegate.LinearGradientPaint
DBlendComposite.java114 public CompositeContext createContext(ColorModel srcColorModel, in createContext() method in BlendComposite
/frameworks/rs/
DrsContext.cpp489 Context * Context::createContext(Device *dev, const RsSurfaceConfig *sc, in createContext() function in Context
941 Context *rsc = Context::createContext(dev, nullptr, ct, flags); in rsContextCreate()
961 Context *rsc = Context::createContext(dev, &sc); in rsContextCreateGL()
DrsContext.h93 static Context * createContext(Device *, const RsSurfaceConfig *sc,
/frameworks/base/opengl/java/android/opengl/
DGLSurfaceView.java756 EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig eglConfig); in createContext() method
763 public EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig config) { in createContext() method in GLSurfaceView.DefaultContextFactory
1030 mEglContext = view.mEGLContextFactory.createContext(mEgl, mEglDisplay, mEglConfig); in start()
/frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
DGLPerfView.java80 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/
DGL2JNIView.java80 public EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig eglConfig) { in createContext() method in GL2JNIView.ContextFactory
/frameworks/native/opengl/tests/gldual/src/com/android/gldual/
DGLDualGL2View.java83 public EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig eglConfig) { in createContext() method in GLDualGL2View.ContextFactory
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DImageWallpaper.java705 mEglContext = createContext(mEgl, mEglDisplay, mEglConfig); in initGL()
756 EGLContext createContext(EGL10 egl, EGLDisplay eglDisplay, EGLConfig eglConfig) { in createContext() method in ImageWallpaper.DrawableEngine
/frameworks/base/docs/html/guide/topics/graphics/
Dopengl.jd672 public EGLContext createContext(
686 <p>If the {@code createContext()} method show above returns null, your code should create a OpenGL
/frameworks/base/api/
Dcurrent.txt22442 …method public abstract javax.microedition.khronos.egl.EGLContext createContext(javax.microedition.…
Dsystem-current.txt24386 …method public abstract javax.microedition.khronos.egl.EGLContext createContext(javax.microedition.…