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

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DSweepGradient_Delegate.java113 public java.awt.PaintContext createContext( method in class:SweepGradient_Delegate.SweepGradientPaint
H A DBitmapShader_Delegate.java108 public java.awt.PaintContext createContext( method in class:BitmapShader_Delegate.BitmapShaderPaint
H A DLinearGradient_Delegate.java135 public java.awt.PaintContext createContext( method in class:LinearGradient_Delegate.LinearGradientPaint
H A DRadialGradient_Delegate.java121 public java.awt.PaintContext createContext( method in class:RadialGradient_Delegate.RadialGradientPaint
/frameworks/base/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/base/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/base/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/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DGLTextureViewActivity.java379 mEglContext = createContext(mEgl, mEglDisplay, mEglConfig);
402 EGLContext createContext(EGL10 egl, EGLDisplay eglDisplay, EGLConfig eglConfig) { method in class:GLTextureViewActivity.RenderThread
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DImageWallpaper.java576 mEglContext = createContext(mEgl, mEglDisplay, mEglConfig);
601 EGLContext createContext(EGL10 egl, EGLDisplay eglDisplay, EGLConfig eglConfig) { method in class:ImageWallpaper.DrawableEngine
/frameworks/base/core/java/android/view/
H A DHardwareRenderer.java579 mEglContext = createContext(sEgl, sEglDisplay, sEglConfig);
699 EGLContext createContext(EGL10 egl, EGLDisplay eglDisplay, EGLConfig eglConfig) { method in class:HardwareRenderer.GlRenderer
/frameworks/base/libs/rs/
H A DrsContext.cpp365 Context * Context::createContext(Device *dev, const RsSurfaceConfig *sc) { function in class:Context
711 Context *rsc = Context::createContext(dev, NULL);
723 Context *rsc = Context::createContext(dev, &sc);
/frameworks/base/opengl/java/android/opengl/
H A DGLSurfaceView.java749 EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig eglConfig); method in interface:GLSurfaceView.EGLContextFactory
756 public EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig config) { method in class:GLSurfaceView.DefaultContextFactory
1015 mEglContext = mEGLContextFactory.createContext(mEgl, mEglDisplay, mEglConfig);
1018 throwEglException("createContext");
1021 Log.w("EglHelper", "createContext " + mEglContext + " tid=" + Thread.currentThread().getId());

Completed in 684 milliseconds