Home
last modified time | relevance | path

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

12

/aosp14/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
/aosp14/frameworks/base/libs/hwui/renderthread/
H A DEglManager.h98 void createContext();
H A DVulkanManager.h109 sk_sp<GrDirectContext> createContext(GrContextOptions& options,
H A DEglManager.cpp135 createContext(); in initialize()
357 void EglManager::createContext() { in createContext() function in android::uirenderer::renderthread::EglManager
H A DRenderThread.cpp307 sk_sp<GrDirectContext> grContext = mVkManager->createContext(options); in requireVkContext()
H A DVulkanManager.cpp415 sk_sp<GrDirectContext> VulkanManager::createContext(GrContextOptions& options, in createContext() function in android::uirenderer::renderthread::VulkanManager
/aosp14/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()
/aosp14/frameworks/base/core/java/android/speech/
H A DRecognitionService.java491 public Context createContext(@NonNull ContextParams contextParams) { in createContext() method in RecognitionService
501 return super.createContext(contextParams); in createContext()
723 mAttributionContext = createContext(new ContextParams.Builder() in getAttributionContextForCaller()
/aosp14/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
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DWindowlessSplashWindowCreator.java72 final Context myContext = SplashscreenContentDrawer.createContext(mContext, windowInfo, in addSplashScreenStartingWindow()
H A DSplashscreenWindowCreator.java136 final Context context = SplashscreenContentDrawer.createContext(mContext, windowInfo, theme, in addSplashScreenStartingWindow()
H A DSplashscreenContentDrawer.java162 static Context createContext(Context initContext, StartingWindowInfo windowInfo, in createContext() method in SplashscreenContentDrawer
/aosp14/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
/aosp14/frameworks/base/core/java/android/companion/virtual/
H A DVirtualDeviceManager.java375 public @NonNull Context createContext() { in createContext() method in VirtualDeviceManager.VirtualDevice
376 return mVirtualDeviceInternal.createContext(); in createContext()
H A DVirtualDeviceInternal.java163 @NonNull Context createContext() { in createContext() method in VirtualDeviceInternal
/aosp14/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()
/aosp14/frameworks/base/libs/hwui/
H A DHardwareBitmapUploader.cpp258 mGrContext = vkManager->createContext(options, in onUploadHardwareBitmap()
/aosp14/frameworks/base/core/java/android/content/
H A DContextWrapper.java1164 public Context createContext(@NonNull ContextParams contextParams) { in createContext() method in ContextWrapper
1165 return mBase.createContext(contextParams); in createContext()
H A DContext.java7392 public Context createContext(@NonNull ContextParams contextParams) { in createContext() method in Context
7417 return createContext(new ContextParams.Builder(getParams()) in createFeatureContext()
/aosp14/frameworks/base/core/java/android/app/
H A DContextImpl.java2967 public Context createContext(@NonNull ContextParams contextParams) { in createContext() method in ContextImpl
2975 return createContext( in createAttributionContext()
/aosp14/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java544 contextToReturn = contextToReturn.createContext( in mergeAttributionAndRenouncedPermissions()
548 contextToReturn = contextToReturn.createContext( in mergeAttributionAndRenouncedPermissions()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt3199 method @NonNull public android.content.Context createContext();
H A Dcurrent.txt10211 …method @NonNull public android.content.Context createContext(@NonNull android.content.ContextParam…
32328 …method public javax.microedition.khronos.egl.EGLContext createContext(javax.microedition.khronos.e…

12