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

/frameworks/support/renderscript/v8/rs_support/
H A DrsContext.h63 static Context * createContext(Device *, const RsSurfaceConfig *sc);
H A DrsContext.cpp241 Context * Context::createContext(Device *dev, const RsSurfaceConfig *sc) { function in class:Context
474 Context *rsc = Context::createContext(dev, NULL);
/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/tools/layoutlib/bridge/src/android/graphics/
H A DBitmapShader_Delegate.java109 public java.awt.PaintContext createContext( method in class:BitmapShader_Delegate.BitmapShaderPaint
H A DLinearGradient_Delegate.java136 public java.awt.PaintContext createContext( method in class:LinearGradient_Delegate.LinearGradientPaint
H A DRadialGradient_Delegate.java122 public java.awt.PaintContext createContext( method in class:RadialGradient_Delegate.RadialGradientPaint
H A DSweepGradient_Delegate.java114 public java.awt.PaintContext createContext( method in class:SweepGradient_Delegate.SweepGradientPaint
/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/rs/
H A DrsContext.h70 static Context * createContext(Device *, const RsSurfaceConfig *sc);
H A DrsContext.cpp429 Context * Context::createContext(Device *dev, const RsSurfaceConfig *sc) { function in class:Context
797 Context *rsc = Context::createContext(dev, NULL);
809 Context *rsc = Context::createContext(dev, &sc);
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DImageWallpaper.java642 mEglContext = createContext(mEgl, mEglDisplay, mEglConfig);
667 EGLContext createContext(EGL10 egl, EGLDisplay eglDisplay, EGLConfig eglConfig) { method in class:ImageWallpaper.DrawableEngine
/frameworks/base/opengl/java/android/opengl/
H A DGLSurfaceView.java760 EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig eglConfig); method in interface:GLSurfaceView.EGLContextFactory
767 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/base/core/java/android/view/
H A DHardwareRenderer.java866 mEglContext = createContext(sEgl, sEglDisplay, sEglConfig);
990 EGLContext createContext(EGL10 egl, EGLDisplay eglDisplay, EGLConfig eglConfig) { method in class:HardwareRenderer.GlRenderer

Completed in 168 milliseconds