Home
last modified time | relevance | path

Searched refs:createContext (Results 1 – 25 of 29) sorted by relevance

12

/frameworks/rs/
DrsApiContext.cpp32 Context *rsc = Context::createContext(dev, nullptr, ct, flags, vendorDriverName); in rsContextCreateVendor()
60 Context *rsc = Context::createContext(dev, &sc); in rsContextCreateGL()
DrsContext.h82 static Context * createContext(Device *, const RsSurfaceConfig *sc,
DrsContext.cpp461 Context * Context::createContext(Device *dev, const RsSurfaceConfig *sc, in createContext() function in android::renderscript::Context
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DSingleFrameTextureViewTestActivity.java145 mEglContext = createContext(mEgl, mEglDisplay, mEglConfig); in onSurfaceTextureAvailable()
166 EGLContext createContext(EGL10 egl, EGLDisplay eglDisplay, EGLConfig eglConfig) { in onSurfaceTextureAvailable()
DGLTextureViewActivity.java381 mEglContext = createContext(mEgl, mEglDisplay, mEglConfig); in initGL()
404 EGLContext createContext(EGL10 egl, EGLDisplay eglDisplay, EGLConfig eglConfig) { in createContext() method in GLTextureViewActivity.RenderThread
/frameworks/base/libs/hwui/renderthread/
DEglManager.h96 void createContext();
DVulkanManager.h84 sk_sp<GrContext> createContext(const GrContextOptions& options);
DEglManager.cpp131 createContext(); in initialize()
268 void EglManager::createContext() { in createContext() function in android::uirenderer::renderthread::EglManager
DRenderThread.cpp229 sk_sp<GrContext> grContext = mVkManager->createContext(options); in requireVkContext()
DVulkanManager.cpp380 sk_sp<GrContext> VulkanManager::createContext(const GrContextOptions& options) { in createContext() function in android::uirenderer::renderthread::VulkanManager
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
DBlockingGLTextureView.java140 EGLContext createContext(EGL10 egl, EGLDisplay eglDisplay, EGLConfig eglConfig) { in createContext() method in BlockingGLTextureView.EglHelper
176 mEglContext = createContext(mEgl, mEglDisplay, mEglConfig); in start()
/frameworks/native/opengl/tests/testPauseResume/
DREADME25 E/AndroidRuntime( 1466): java.lang.RuntimeException: createContext failed: EGL_BAD_ALLOC
/frameworks/base/tests/UiBench/src/com/android/test/uibench/opengl/
DImageFlipRenderThread.java334 mEglContext = createContext(mEgl, mEglDisplay, mEglConfig); in initGL()
355 EGLContext createContext(EGL10 egl, EGLDisplay eglDisplay, EGLConfig eglConfig) { in createContext() method in ImageFlipRenderThread
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DRenderTarget.java90 EGLContext eglContext = createContext(egl, eglDisplay, eglConfig); in newTarget()
383 private static EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig config) { in createContext() method in RenderTarget
/frameworks/layoutlib/bridge/src/android/graphics/
DSweepGradient_Delegate.java102 public java.awt.PaintContext createContext( in createContext() method in SweepGradient_Delegate.SweepGradientPaint
DRadialGradient_Delegate.java107 public java.awt.PaintContext createContext( in createContext() method in RadialGradient_Delegate.RadialGradientPaint
DLinearGradient_Delegate.java117 public java.awt.PaintContext createContext( in createContext() method in LinearGradient_Delegate.LinearGradientPaint
DBitmapShader_Delegate.java115 public PaintContext createContext(ColorModel colorModel, Rectangle deviceBounds, in createContext() method in BitmapShader_Delegate.BitmapShaderPaint
DBlendComposite.java115 public CompositeContext createContext(ColorModel srcColorModel, in createContext() method in BlendComposite
DBaseCanvas_Delegate.java748 PaintContext context = javaPaint.createContext(ColorModel.getRGBdefault(), null, null, in fixAlpha8Bitmap()
/frameworks/base/opengl/java/android/opengl/
DGLSurfaceView.java786 EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig eglConfig); in createContext() method
793 public EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig config) { in createContext() method in GLSurfaceView.DefaultContextFactory
1060 mEglContext = view.mEGLContextFactory.createContext(mEgl, mEglDisplay, mEglConfig); in start()
/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/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/gl2_jni/src/com/android/gl2jni/
DGL2JNIView.java80 public EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig eglConfig) { in createContext() method in GL2JNIView.ContextFactory
/frameworks/base/libs/hwui/
DHardwareBitmapUploader.cpp259 mGrContext = mVulkanManager.createContext(options); in onBeginUpload()

12