Home
last modified time | relevance | path

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

12

/aosp12/art/tools/ahat/src/main/com/android/ahat/
H A DMain.java184 server.createContext("/", in main()
186 server.createContext("/rooted", new AhatHttpHandler(new RootedHandler(ahat))); in main()
187 server.createContext("/object", new AhatHttpHandler(new ObjectHandler(ahat))); in main()
188 server.createContext("/objects", new AhatHttpHandler(new ObjectsHandler(ahat))); in main()
189 server.createContext("/site", new AhatHttpHandler(new SiteHandler(ahat))); in main()
190 server.createContext("/bitmap", new BitmapHandler(ahat)); in main()
191 server.createContext("/style.css", new StaticHandler("etc/style.css", "text/css")); in main()
/aosp12/frameworks/rs/
H A DrsApiContext.cpp32 Context *rsc = Context::createContext(dev, nullptr, ct, flags, vendorDriverName); in rsContextCreateVendor()
60 Context *rsc = Context::createContext(dev, &sc); in rsContextCreateGL()
H A DrsContext.h82 static Context * createContext(Device *, const RsSurfaceConfig *sc,
/aosp12/frameworks/base/core/java/android/speech/
H A DRecognitionService.java243 public Context createContext(@NonNull ContextParams contextParams) { in createContext() method in RecognitionService
253 return super.createContext(contextParams); in createContext()
405 mAttributionContext = createContext(new ContextParams.Builder() in getAttributionContextForCaller()
/aosp12/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DSingleFrameTextureViewTestActivity.java145 mEglContext = createContext(mEgl, mEglDisplay, mEglConfig); in onSurfaceTextureAvailable()
166 EGLContext createContext(EGL10 egl, EGLDisplay eglDisplay, EGLConfig eglConfig) { in onSurfaceTextureAvailable()
H A DGLTextureViewActivity.java381 mEglContext = createContext(mEgl, mEglDisplay, mEglConfig); in initGL()
404 EGLContext createContext(EGL10 egl, EGLDisplay eglDisplay, EGLConfig eglConfig) { in createContext() method in GLTextureViewActivity.RenderThread
/aosp12/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
H A DBlockingGLTextureView.java140 EGLContext createContext(EGL10 egl, EGLDisplay eglDisplay, EGLConfig eglConfig) { in createContext() method in BlockingGLTextureView.EglHelper
176 mEglContext = createContext(mEgl, mEglDisplay, mEglConfig); in start()
/aosp12/packages/apps/Gallery2/src/com/android/photos/views/
H A DBlockingGLTextureView.java140 EGLContext createContext(EGL10 egl, EGLDisplay eglDisplay, EGLConfig eglConfig) { in createContext() method in BlockingGLTextureView.EglHelper
176 mEglContext = createContext(mEgl, mEglDisplay, mEglConfig); in start()
/aosp12/frameworks/base/libs/hwui/renderthread/
H A DEglManager.h96 void createContext();
H A DVulkanManager.h109 sk_sp<GrDirectContext> createContext(const GrContextOptions& options,
H A DEglManager.cpp134 createContext(); in initialize()
312 void EglManager::createContext() { in createContext() function in android::uirenderer::renderthread::EglManager
/aosp12/frameworks/native/opengl/tests/testPauseResume/
H A DREADME25 E/AndroidRuntime( 1466): java.lang.RuntimeException: createContext failed: EGL_BAD_ALLOC
/aosp12/packages/screensavers/Basic/src/com/android/dreams/basic/
H A DColorsGLRenderer.java175 mEglContext = createContext(mEgl, mEglDisplay, eglConfig); in initGL()
200 private static EGLContext createContext(EGL10 egl, EGLDisplay eglDisplay, EGLConfig eglConfig) { in createContext() method in ColorsGLRenderer
/aosp12/frameworks/base/tests/UiBench/src/com/android/test/uibench/opengl/
H A DImageFlipRenderThread.java334 mEglContext = createContext(mEgl, mEglDisplay, mEglConfig); in initGL()
355 EGLContext createContext(EGL10 egl, EGLDisplay eglDisplay, EGLConfig eglConfig) { in createContext() method in ImageFlipRenderThread
/aosp12/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A 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
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/
H A DRadialGradient_Delegate.java107 public java.awt.PaintContext createContext( in createContext() method in RadialGradient_Delegate.RadialGradientPaint
H A DSweepGradient_Delegate.java102 public java.awt.PaintContext createContext( in createContext() method in SweepGradient_Delegate.SweepGradientPaint
H A DBitmapShader_Delegate.java115 public PaintContext createContext(ColorModel colorModel, Rectangle deviceBounds, in createContext() method in BitmapShader_Delegate.BitmapShaderPaint
H A DLinearGradient_Delegate.java117 public java.awt.PaintContext createContext( in createContext() method in LinearGradient_Delegate.LinearGradientPaint
H A DBlendComposite.java115 public CompositeContext createContext(ColorModel srcColorModel, in createContext() method in BlendComposite
/aosp12/frameworks/base/opengl/java/android/opengl/
H A 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()
/aosp12/frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
H A DGL2JNIView.java80 public EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig eglConfig) { in createContext() method in GL2JNIView.ContextFactory
/aosp12/frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
H A DGLPerfView.java80 public EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig eglConfig) { in createContext() method in GLPerfView.ContextFactory
/aosp12/frameworks/native/opengl/tests/gldual/src/com/android/gldual/
H A DGLDualGL2View.java83 public EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig eglConfig) { in createContext() method in GLDualGL2View.ContextFactory
/aosp12/packages/apps/LegacyCamera/src/com/android/camera/panorama/
H A DMosaicRendererSurfaceView.java102 public EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig eglConfig) { in createContext() method in MosaicRendererSurfaceView.ContextFactory

12