Home
last modified time | relevance | path

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

123

/frameworks/rs/
DrsApiContext.cpp32 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/
DSkiaVkRenderEngine.cpp140 contexts.first = createContext(sVulkanInterface); in createContexts()
142 contexts.second = createContext(sProtectedContentVulkanInterface); in createContexts()
DGaneshVkRenderEngine.h28 std::unique_ptr<SkiaGpuContext> createContext(VulkanInterface& vulkanInterface) override;
DGraphiteVkRenderEngine.h30 std::unique_ptr<SkiaGpuContext> createContext(VulkanInterface& vulkanInterface) override;
DSkiaVkRenderEngine.h73 virtual std::unique_ptr<SkiaGpuContext> createContext(VulkanInterface& vulkanInterface) = 0;
DGaneshVkRenderEngine.cpp53 std::unique_ptr<SkiaGpuContext> GaneshVkRenderEngine::createContext( in createContext() function in android::renderengine::skia::GaneshVkRenderEngine
DGraphiteVkRenderEngine.cpp62 std::unique_ptr<SkiaGpuContext> GraphiteVkRenderEngine::createContext( in createContext() function in android::renderengine::skia::GraphiteVkRenderEngine
/frameworks/base/tests/graphics/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/av/media/libeffects/hapticgenerator/aidl/
DEffectHapticGenerator.h41 std::shared_ptr<EffectContext> createContext(const Parameter::Common& common)
/frameworks/av/media/libeffects/loudness/aidl/
DEffectLoudnessEnhancer.h41 std::shared_ptr<EffectContext> createContext(const Parameter::Common& common)
/frameworks/av/media/libeffects/downmix/aidl/
DEffectDownmix.h42 std::shared_ptr<EffectContext> createContext(const Parameter::Common& common)
/frameworks/av/media/libeffects/visualizer/aidl/
DVisualizer.h43 std::shared_ptr<EffectContext> createContext(const Parameter::Common& common)
/frameworks/av/media/libeffects/dynamicsproc/aidl/
DDynamicsProcessing.h47 std::shared_ptr<EffectContext> createContext(const Parameter::Common& common)
/frameworks/base/libs/hwui/renderthread/
DEglManager.h98 void createContext();
DVulkanManager.h117 sk_sp<GrDirectContext> createContext(GrContextOptions& options,
/frameworks/av/media/libeffects/lvm/wrapper/Reverb/aidl/
DEffectReverb.h38 std::shared_ptr<EffectContext> createContext(const Parameter::Common& common)
/frameworks/native/opengl/tests/testPauseResume/
DREADME25 E/AndroidRuntime( 1466): java.lang.RuntimeException: createContext failed: EGL_BAD_ALLOC
/frameworks/av/media/libeffects/preprocessing/aidl/
DEffectPreProcessing.h39 std::shared_ptr<EffectContext> createContext(const Parameter::Common& common)
/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/av/media/libeffects/lvm/wrapper/Aidl/
DEffectBundleAidl.h45 std::shared_ptr<EffectContext> createContext(const Parameter::Common& common)
/frameworks/base/core/java/android/speech/
DRecognitionService.java492 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/
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/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DWindowlessSplashWindowCreator.java72 final Context myContext = SplashscreenContentDrawer.createContext(mContext, windowInfo, in addSplashScreenStartingWindow()
/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

123