Home
last modified time | relevance | path

Searched defs:createContext (Results 1 – 7 of 7) sorted by relevance

/cts/tests/tests/opengl/src/android/opengl/cts/
DGlTestBase.java75 public void createContext() { in createContext() method in GlTestBase
/cts/tests/vr/src/android/vr/cts/
DOpenGLESActivity.java234 public EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig config) { in createContext() method in OpenGLESActivity.PriorityContextFactory
260 public EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig config) { in createContext() method in OpenGLESActivity.ProtectedContextFactory
/cts/hostsidetests/sustainedperf/shadertoy_android/src/
DGLtestView.java112 public EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig eglConfig) { in createContext() method in GLtestView.ContextFactory
/cts/tests/tests/view/src/android/view/cts/
DTextureViewCtsActivity.java419 EGLContext createContext(EGL10 egl, EGLDisplay eglDisplay, EGLConfig eglConfig) { in createContext() method in TextureViewCtsActivity
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityOverlayTest.java454 Function<Display, Context> createContext, boolean expectException) throws Exception { in addOverlayToVirtualDisplayAndCheck()
/cts/tests/tests/openglperf/src/android/openglperf/cts/
DGLSurfaceViewCustom.java770 EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig eglConfig); in createContext() method
777 public EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig config) { in createContext() method in GLSurfaceViewCustom.DefaultContextFactory
/cts/tests/tests/resourcesloader/src/android/content/res/loader/cts/
DResourcesLoaderValuesTest.kt586 private fun createContext(context: Context, id: Int): Context { in <lambda>() method in android.content.res.loader.cts.ResourcesLoaderValuesTest