/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()
|
/frameworks/native/libs/renderengine/skia/ |
D | SkiaVkRenderEngine.cpp | 140 contexts.first = createContext(sVulkanInterface); in createContexts() 142 contexts.second = createContext(sProtectedContentVulkanInterface); in createContexts()
|
D | GaneshVkRenderEngine.h | 28 std::unique_ptr<SkiaGpuContext> createContext(VulkanInterface& vulkanInterface) override;
|
D | GraphiteVkRenderEngine.h | 30 std::unique_ptr<SkiaGpuContext> createContext(VulkanInterface& vulkanInterface) override;
|
D | SkiaVkRenderEngine.h | 73 virtual std::unique_ptr<SkiaGpuContext> createContext(VulkanInterface& vulkanInterface) = 0;
|
D | GaneshVkRenderEngine.cpp | 53 std::unique_ptr<SkiaGpuContext> GaneshVkRenderEngine::createContext( in createContext() function in android::renderengine::skia::GaneshVkRenderEngine
|
D | GraphiteVkRenderEngine.cpp | 62 std::unique_ptr<SkiaGpuContext> GraphiteVkRenderEngine::createContext( in createContext() function in android::renderengine::skia::GraphiteVkRenderEngine
|
/frameworks/base/tests/graphics/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/av/media/libeffects/hapticgenerator/aidl/ |
D | EffectHapticGenerator.h | 41 std::shared_ptr<EffectContext> createContext(const Parameter::Common& common)
|
/frameworks/av/media/libeffects/loudness/aidl/ |
D | EffectLoudnessEnhancer.h | 41 std::shared_ptr<EffectContext> createContext(const Parameter::Common& common)
|
/frameworks/av/media/libeffects/downmix/aidl/ |
D | EffectDownmix.h | 42 std::shared_ptr<EffectContext> createContext(const Parameter::Common& common)
|
/frameworks/av/media/libeffects/visualizer/aidl/ |
D | Visualizer.h | 43 std::shared_ptr<EffectContext> createContext(const Parameter::Common& common)
|
/frameworks/av/media/libeffects/dynamicsproc/aidl/ |
D | DynamicsProcessing.h | 47 std::shared_ptr<EffectContext> createContext(const Parameter::Common& common)
|
/frameworks/base/libs/hwui/renderthread/ |
D | EglManager.h | 98 void createContext();
|
D | VulkanManager.h | 117 sk_sp<GrDirectContext> createContext(GrContextOptions& options,
|
/frameworks/av/media/libeffects/lvm/wrapper/Reverb/aidl/ |
D | EffectReverb.h | 38 std::shared_ptr<EffectContext> createContext(const Parameter::Common& common)
|
/frameworks/native/opengl/tests/testPauseResume/ |
D | README | 25 E/AndroidRuntime( 1466): java.lang.RuntimeException: createContext failed: EGL_BAD_ALLOC
|
/frameworks/av/media/libeffects/preprocessing/aidl/ |
D | EffectPreProcessing.h | 39 std::shared_ptr<EffectContext> createContext(const Parameter::Common& common)
|
/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/av/media/libeffects/lvm/wrapper/Aidl/ |
D | EffectBundleAidl.h | 45 std::shared_ptr<EffectContext> createContext(const Parameter::Common& common)
|
/frameworks/base/core/java/android/speech/ |
D | RecognitionService.java | 492 public Context createContext(@NonNull ContextParams contextParams) { in createContext() method in RecognitionService 502 return super.createContext(contextParams); in createContext() 730 mAttributionContext = createContext(new ContextParams.Builder() in getAttributionContextForCaller()
|
/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/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/ |
D | WindowlessSplashWindowCreator.java | 72 final Context myContext = SplashscreenContentDrawer.createContext(mContext, windowInfo, in addSplashScreenStartingWindow()
|
/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
|