/frameworks/rs/ |
D | rsApiContext.cpp | 32 Context *rsc = Context::createContext(dev, nullptr, ct, flags, vendorDriverName); in rsContextCreateVendor() 60 Context *rsc = Context::createContext(dev, &sc); in rsContextCreateGL()
|
D | rsContext.h | 82 static Context * createContext(Device *, const RsSurfaceConfig *sc,
|
D | rsContext.cpp | 461 Context * Context::createContext(Device *dev, const RsSurfaceConfig *sc, in createContext() function in android::renderscript::Context
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
D | SingleFrameTextureViewTestActivity.java | 145 mEglContext = createContext(mEgl, mEglDisplay, mEglConfig); in onSurfaceTextureAvailable() 166 EGLContext createContext(EGL10 egl, EGLDisplay eglDisplay, EGLConfig eglConfig) { in onSurfaceTextureAvailable()
|
D | GLTextureViewActivity.java | 381 mEglContext = createContext(mEgl, mEglDisplay, mEglConfig); in initGL() 404 EGLContext createContext(EGL10 egl, EGLDisplay eglDisplay, EGLConfig eglConfig) { in createContext() method in GLTextureViewActivity.RenderThread
|
/frameworks/base/core/java/android/speech/ |
D | RecognitionService.java | 295 public Context createContext(@NonNull ContextParams contextParams) { in createContext() method in RecognitionService 305 return super.createContext(contextParams); in createContext() 478 mAttributionContext = createContext(new ContextParams.Builder() in getAttributionContextForCaller()
|
/frameworks/base/libs/hwui/renderthread/ |
D | EglManager.h | 97 void createContext();
|
D | VulkanManager.h | 111 sk_sp<GrDirectContext> createContext(const GrContextOptions& options,
|
D | EglManager.cpp | 135 createContext(); in initialize() 357 void EglManager::createContext() { in createContext() function in android::uirenderer::renderthread::EglManager
|
D | RenderThread.cpp | 295 sk_sp<GrDirectContext> grContext = mVkManager->createContext(options); in requireVkContext()
|
D | VulkanManager.cpp | 366 sk_sp<GrDirectContext> VulkanManager::createContext(const GrContextOptions& options, in createContext() function in android::uirenderer::renderthread::VulkanManager
|
/frameworks/native/opengl/tests/testPauseResume/ |
D | README | 25 E/AndroidRuntime( 1466): java.lang.RuntimeException: createContext failed: EGL_BAD_ALLOC
|
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/ |
D | BlockingGLTextureView.java | 140 EGLContext createContext(EGL10 egl, EGLDisplay eglDisplay, EGLConfig eglConfig) { in createContext() method in BlockingGLTextureView.EglHelper 176 mEglContext = createContext(mEgl, mEglDisplay, mEglConfig); in start()
|
/frameworks/base/tests/UiBench/src/com/android/test/uibench/opengl/ |
D | ImageFlipRenderThread.java | 334 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/ |
D | RenderTarget.java | 90 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/base/opengl/java/android/opengl/ |
D | GLSurfaceView.java | 786 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/ |
D | GLPerfView.java | 80 public EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig eglConfig) { in createContext() method in GLPerfView.ContextFactory
|
/frameworks/native/opengl/tests/gldual/src/com/android/gldual/ |
D | GLDualGL2View.java | 83 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/ |
D | GL2JNIView.java | 80 public EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig eglConfig) { in createContext() method in GL2JNIView.ContextFactory
|
/frameworks/base/libs/hwui/ |
D | HardwareBitmapUploader.cpp | 253 mGrContext = vkManager->createContext(options, in onUploadHardwareBitmap()
|
/frameworks/base/core/java/android/content/ |
D | ContextWrapper.java | 1116 public Context createContext(@NonNull ContextParams contextParams) { in createContext() method in ContextWrapper 1117 return mBase.createContext(contextParams); in createContext()
|
D | Context.java | 6966 public Context createContext(@NonNull ContextParams contextParams) { in createContext() method in Context 6991 return createContext(new ContextParams.Builder(getParams()) in createFeatureContext()
|
/frameworks/base/core/java/android/app/ |
D | ContextImpl.java | 2831 public Context createContext(@NonNull ContextParams contextParams) { in createContext() method in ContextImpl 2839 return createContext( in createAttributionContext()
|
/frameworks/base/telephony/java/android/telephony/ |
D | TelephonyManager.java | 467 contextToReturn = contextToReturn.createContext( in mergeAttributionAndRenouncedPermissions() 471 contextToReturn = contextToReturn.createContext( in mergeAttributionAndRenouncedPermissions()
|
/frameworks/base/core/api/ |
D | current.txt | 9646 …method @NonNull public android.content.Context createContext(@NonNull android.content.ContextParam… 30658 …method public javax.microedition.khronos.egl.EGLContext createContext(javax.microedition.khronos.e…
|