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

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DBlendComposite.java115 public CompositeContext createContext(ColorModel srcColorModel, method in class:BlendComposite
H A DRadialGradient_Delegate.java111 public java.awt.PaintContext createContext( method in class:RadialGradient_Delegate.RadialGradientPaint
H A DSweepGradient_Delegate.java104 public java.awt.PaintContext createContext( method in class:SweepGradient_Delegate.SweepGradientPaint
H A DBitmapShader_Delegate.java113 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.cpp120 createContext();
193 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/base/tests/UiBench/src/com/android/test/uibench/opengl/
H A DImageFlipRenderThread.java334 mEglContext = createContext(mEgl, mEglDisplay, mEglConfig);
355 EGLContext createContext(EGL10 egl, EGLDisplay eglDisplay, EGLConfig eglConfig) { method in class:ImageFlipRenderThread
/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.java784 mEglContext = createContext(mEgl, mEglDisplay, mEglConfig);
786 throw new RuntimeException("createContext failed " +
835 EGLContext createContext(EGL10 egl, EGLDisplay eglDisplay, EGLConfig eglConfig) { method in class:ImageWallpaper.DrawableEngine
/frameworks/rs/
H A DrsContext.cpp462 Context * Context::createContext(Device *dev, const RsSurfaceConfig *sc, function in class:android::renderscript::Context
/frameworks/base/opengl/java/android/opengl/
H A DGLSurfaceView.java785 EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig eglConfig); method in interface:GLSurfaceView.EGLContextFactory
792 public EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig config) { method in class:GLSurfaceView.DefaultContextFactory
1059 mEglContext = view.mEGLContextFactory.createContext(mEgl, mEglDisplay, mEglConfig);
1063 throwEglException("createContext");
1066 Log.w("EglHelper", "createContext " + mEglContext + " tid=" + Thread.currentThread().getId());

Completed in 2050 milliseconds