Home
last modified time | relevance | path

Searched refs:eglCreateContext (Results 1 – 25 of 40) sorted by relevance

12

/cts/tests/tests/media/common/src/android/media/cts/
DNdkInputSurface.java35 static private native long eglCreateContext(long eglDisplay, long eglConfig); in eglCreateContext() method in NdkInputSurface
59 mEGLContext = eglCreateContext(mEGLDisplay, mEGLConfig); in NdkInputSurface()
DInputSurface.java122 mEGLContext = EGL14.eglCreateContext(mEGLDisplay, mConfigs[0], EGL14.EGL_NO_CONTEXT, in eglSetup()
/cts/tests/tests/graphics/src/android/graphics/cts/
DRenderTarget.java35 import static android.opengl.EGL14.eglCreateContext;
171 EGLContext context = eglCreateContext(display, config, EGL_NO_CONTEXT, gl_attribs, 0); in setupThread()
DASurfaceTextureTest.java84 mEglContext = EGL14.eglCreateContext(mEglDisplay, mEglConfig, EGL_NO_CONTEXT, in setup()
DEGL15Test.java129 mEglContext = EGL14.eglCreateContext(mEglDisplay, mEglConfig, EGL14.EGL_NO_CONTEXT, in setup()
458 mEglContext = EGL14.eglCreateContext(mEglDisplay, mEglConfig, EGL14.EGL_NO_CONTEXT, in testEGL15CreateDebugContext()
469 mEglContext = EGL14.eglCreateContext(mEglDisplay, mEglConfig, EGL14.EGL_NO_CONTEXT, in testEGL15CreateDebugContext()
DEGL14Test.java105 mEglContext = EGL14.eglCreateContext(mEglDisplay, mEglConfig, EGL14.EGL_NO_CONTEXT, in setup()
/cts/tests/tests/opengl/src/android/opengl/cts/
DEglSurfacesTest.java71 EGLContext context = egl.eglCreateContext(display, config, in testCreatePixmapSurface()
DEgl14Utils.java97 return EGL14.eglCreateContext(eglDisplay, eglConfig, in createEglContext()
DFramebufferTest.java208 EGLContext context = EGL14.eglCreateContext(mEGLDisplay, config, sharedContext, in EglCore()
229 EGLContext context = EGL14.eglCreateContext(mEGLDisplay, config, sharedContext, in EglCore()
/cts/tests/tests/security/src/android/security/cts/
DRenderTarget.java35 import static android.opengl.EGL14.eglCreateContext;
174 EGLContext context = eglCreateContext(display, config, EGL_NO_CONTEXT, gl_attribs, 0); in setupThread()
/cts/tests/tests/effect/src/android/effect/cts/
DGLEnv.java62 mEGLContext = egl.eglCreateContext(mEGLDisplay, mEGLConfig, EGL10.EGL_NO_CONTEXT, attribs); in GLEnv()
/cts/tools/release-parser/tests/resources/
DlibEGL.so.pb.txt179 name: "eglCreateContext"
/cts/hostsidetests/angle/app/common/src/com/android/angleIntegrationTest/common/
DGlesView.java95 .eglCreateContext(display, eglConfig, EGL10.EGL_NO_CONTEXT, contextAttribs); in createEGL()
/cts/tests/tests/media/common/jni/
DNdkInputSurface-jni.cpp77 EGLConfig eglContext = eglCreateContext( in Java_android_media_cts_NdkInputSurface_eglCreateContext()
/cts/tests/mediapc/src/android/mediapc/cts/
DInputSurface.java84 mEGLContext = EGL14.eglCreateContext(mEGLDisplay, mConfigs[0], EGL14.EGL_NO_CONTEXT, in eglSetup()
DOutputSurface.java161 mEGLContext = EGL14.eglCreateContext(mEGLDisplay, configs[0], EGL14.EGL_NO_CONTEXT, in eglSetup()
DExtYuvTargetSupportTest.java119 mEGLContext = EGL14.eglCreateContext(mEGLDisplay, configs[0], EGL14.EGL_NO_CONTEXT, in eglSetup()
/cts/libs/hardware/src/com/android/cts/hardware/
DSyncFenceUtil.java96 eglContext = EGL14.eglCreateContext(eglDisplay, eglConfig, EGL14.EGL_NO_CONTEXT, in createUselessFence()
/cts/tests/vr/src/android/vr/cts/
DOpenGLESActivity.java240 EGLContext context = egl.eglCreateContext(display, config, EGL10.EGL_NO_CONTEXT, in createContext()
266 EGLContext context = egl.eglCreateContext(display, config, EGL10.EGL_NO_CONTEXT, in createContext()
/cts/tests/tests/view/src/android/view/cts/
DGLProducerThread.java110 mEglContext = mEgl.eglCreateContext(mEglDisplay, in initGL()
/cts/tests/openglperf2/jni/primitive/contextswitch/
DContextSwitchRenderer.cpp109 mContexts[i] = eglCreateContext(mEglDisplay, mGlConfig, mEglContext, contextAttribs); in setUp()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DCtsMediaOutputSurface.java159 mEGLContext = EGL14.eglCreateContext(mEGLDisplay, configs[0], EGL14.EGL_NO_CONTEXT, in eglSetup()
/cts/tests/media/common/src/android/mediav2/common/cts/
DInputSurface.java103 mEGLContext = EGL14.eglCreateContext(mEGLDisplay, mConfigs[0], EGL14.EGL_NO_CONTEXT, in eglSetup()
/cts/tests/tests/virtualdevice/camera/src/android/virtualdevice/cts/camera/
DVirtualCameraUtils.java34 import static android.opengl.EGL14.eglCreateContext;
352 EGLContext eglContext = eglCreateContext(eglDisplay, configs[0], EGL_NO_CONTEXT, in getMaximumTextureSize()
/cts/tests/openglperf2/jni/graphics/
DRenderer.cpp111 mEglContext = eglCreateContext(mEglDisplay, mGlConfig, EGL_NO_CONTEXT, contextAttribs); in eglSetUp()

12