Home
last modified time | relevance | path

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

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DBitmapShader_Delegate.java109 public java.awt.PaintContext createContext( in createContext() method in BitmapShader_Delegate.BitmapShaderPaint
DSweepGradient_Delegate.java114 public java.awt.PaintContext createContext( in createContext() method in SweepGradient_Delegate.SweepGradientPaint
DRadialGradient_Delegate.java122 public java.awt.PaintContext createContext( in createContext() method in RadialGradient_Delegate.RadialGradientPaint
DLinearGradient_Delegate.java136 public java.awt.PaintContext createContext( in createContext() method in LinearGradient_Delegate.LinearGradientPaint
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DGLTextureViewActivity.java404 EGLContext createContext(EGL10 egl, EGLDisplay eglDisplay, EGLConfig eglConfig) { in createContext() method in GLTextureViewActivity.RenderThread
/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/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/support/renderscript/v8/rs_support/
DrsContext.cpp241 Context * Context::createContext(Device *dev, const RsSurfaceConfig *sc) { in createContext() function in Context
/frameworks/base/opengl/java/android/opengl/
DGLSurfaceView.java760 EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig eglConfig); in createContext() method
767 public EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig config) { in createContext() method in GLSurfaceView.DefaultContextFactory
/frameworks/rs/
DrsContext.cpp429 Context * Context::createContext(Device *dev, const RsSurfaceConfig *sc) { in createContext() function in Context
/frameworks/base/core/java/android/view/
DHardwareRenderer.java990 EGLContext createContext(EGL10 egl, EGLDisplay eglDisplay, EGLConfig eglConfig) { in createContext() method in HardwareRenderer.GlRenderer