Searched defs:createContext (Results 1 - 15 of 15) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DBlendComposite.java114 public CompositeContext createContext(ColorModel srcColorModel, method in class:BlendComposite
H A DRadialGradient_Delegate.java110 public java.awt.PaintContext createContext( method in class:RadialGradient_Delegate.RadialGradientPaint
H A DSweepGradient_Delegate.java100 public java.awt.PaintContext createContext( method in class:SweepGradient_Delegate.SweepGradientPaint
H A DBitmapShader_Delegate.java112 public PaintContext createContext(ColorModel colorModel, Rectangle deviceBounds, method in class:BitmapShader_Delegate.BitmapShaderPaint
H A DLinearGradient_Delegate.java122 public java.awt.PaintContext createContext( method in class:LinearGradient_Delegate.LinearGradientPaint
/frameworks/base/libs/hwui/renderthread/
H A DEglManager.cpp102 createContext();
143 void EglManager::createContext() { function in class:android::uirenderer::renderthread::EglManager
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DGLTextureViewActivity.java381 mEglContext = createContext(mEgl, mEglDisplay, mEglConfig);
404 EGLContext createContext(EGL10 egl, EGLDisplay eglDisplay, EGLConfig eglConfig) { method in class:GLTextureViewActivity.RenderThread
/frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
H A DGL2JNIView.java80 public EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig eglConfig) { method in class:GL2JNIView.ContextFactory
/frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
H A DGLPerfView.java80 public EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig eglConfig) { method in class:GLPerfView.ContextFactory
/frameworks/native/opengl/tests/gldual/src/com/android/gldual/
H A DGLDualGL2View.java83 public EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig eglConfig) { method in class:GLDualGL2View.ContextFactory
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
H A DBlockingGLTextureView.java140 EGLContext createContext(EGL10 egl, EGLDisplay eglDisplay, EGLConfig eglConfig) { method in class:BlockingGLTextureView.EglHelper
176 mEglContext = createContext(mEgl, mEglDisplay, mEglConfig);
180 throwEglException("createContext");
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DRenderTarget.java90 EGLContext eglContext = createContext(egl, eglDisplay, eglConfig);
383 private static EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig config) { method in class:RenderTarget
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DImageWallpaper.java705 mEglContext = createContext(mEgl, mEglDisplay, mEglConfig);
707 throw new RuntimeException("createContext failed " +
756 EGLContext createContext(EGL10 egl, EGLDisplay eglDisplay, EGLConfig eglConfig) { method in class:ImageWallpaper.DrawableEngine
/frameworks/base/opengl/java/android/opengl/
H A DGLSurfaceView.java756 EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig eglConfig); method in interface:GLSurfaceView.EGLContextFactory
763 public EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig config) { method in class:GLSurfaceView.DefaultContextFactory
1030 mEglContext = view.mEGLContextFactory.createContext(mEgl, mEglDisplay, mEglConfig);
1034 throwEglException("createContext");
1037 Log.w("EglHelper", "createContext " + mEglContext + " tid=" + Thread.currentThread().getId());
/frameworks/rs/
H A DrsContext.cpp489 Context * Context::createContext(Device *dev, const RsSurfaceConfig *sc, function in class:Context
941 Context *rsc = Context::createContext(dev, nullptr, ct, flags);
961 Context *rsc = Context::createContext(dev, &sc);

Completed in 7219 milliseconds