Home
last modified time | relevance | path

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

12

/frameworks/rs/
DrsApiContext.cpp32 Context *rsc = Context::createContext(dev, nullptr, ct, flags, vendorDriverName); in rsContextCreateVendor()
60 Context *rsc = Context::createContext(dev, &sc); in rsContextCreateGL()
DrsContext.h82 static Context * createContext(Device *, const RsSurfaceConfig *sc,
DrsContext.cpp461 Context * Context::createContext(Device *dev, const RsSurfaceConfig *sc, in createContext() function in android::renderscript::Context
/frameworks/base/tests/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/base/core/java/android/speech/
DRecognitionService.java295 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/
DEglManager.h97 void createContext();
DVulkanManager.h111 sk_sp<GrDirectContext> createContext(const GrContextOptions& options,
DEglManager.cpp135 createContext(); in initialize()
357 void EglManager::createContext() { in createContext() function in android::uirenderer::renderthread::EglManager
DRenderThread.cpp295 sk_sp<GrDirectContext> grContext = mVkManager->createContext(options); in requireVkContext()
DVulkanManager.cpp366 sk_sp<GrDirectContext> VulkanManager::createContext(const GrContextOptions& options, in createContext() function in android::uirenderer::renderthread::VulkanManager
/frameworks/native/opengl/tests/testPauseResume/
DREADME25 E/AndroidRuntime( 1466): java.lang.RuntimeException: createContext failed: EGL_BAD_ALLOC
/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/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/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
/frameworks/base/opengl/java/android/opengl/
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()
/frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
DGLPerfView.java80 public EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig eglConfig) { in createContext() method in GLPerfView.ContextFactory
/frameworks/native/opengl/tests/gldual/src/com/android/gldual/
DGLDualGL2View.java83 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/
DGL2JNIView.java80 public EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig eglConfig) { in createContext() method in GL2JNIView.ContextFactory
/frameworks/base/libs/hwui/
DHardwareBitmapUploader.cpp253 mGrContext = vkManager->createContext(options, in onUploadHardwareBitmap()
/frameworks/base/core/java/android/content/
DContextWrapper.java1116 public Context createContext(@NonNull ContextParams contextParams) { in createContext() method in ContextWrapper
1117 return mBase.createContext(contextParams); in createContext()
DContext.java6966 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/
DContextImpl.java2831 public Context createContext(@NonNull ContextParams contextParams) { in createContext() method in ContextImpl
2839 return createContext( in createAttributionContext()
/frameworks/base/telephony/java/android/telephony/
DTelephonyManager.java467 contextToReturn = contextToReturn.createContext( in mergeAttributionAndRenouncedPermissions()
471 contextToReturn = contextToReturn.createContext( in mergeAttributionAndRenouncedPermissions()
/frameworks/base/core/api/
Dcurrent.txt9646 …method @NonNull public android.content.Context createContext(@NonNull android.content.ContextParam…
30658 …method public javax.microedition.khronos.egl.EGLContext createContext(javax.microedition.khronos.e…

12