/cts/tests/tests/media/src/android/media/cts/ |
D | NdkInputSurface.java | 35 static private native long eglCreateContext(long eglDisplay, long eglConfig); in eglCreateContext() method in NdkInputSurface 59 mEGLContext = eglCreateContext(mEGLDisplay, mEGLConfig); in NdkInputSurface()
|
D | OutputSurface.java | 155 mEGLContext = EGL14.eglCreateContext(mEGLDisplay, configs[0], EGL14.EGL_NO_CONTEXT, in eglSetup()
|
D | InputSurface.java | 107 mEGLContext = EGL14.eglCreateContext(mEGLDisplay, mConfigs[0], EGL14.EGL_NO_CONTEXT, in eglSetup()
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | EGL15Test.java | 118 mEglContext = EGL14.eglCreateContext(mEglDisplay, mEglConfig, EGL14.EGL_NO_CONTEXT, in setup() 341 mEglContext = EGL14.eglCreateContext(mEglDisplay, mEglConfig, EGL14.EGL_NO_CONTEXT, in testEGL15CreateDebugContext() 352 mEglContext = EGL14.eglCreateContext(mEglDisplay, mEglConfig, EGL14.EGL_NO_CONTEXT, in testEGL15CreateDebugContext()
|
D | RenderTarget.java | 35 import static android.opengl.EGL14.eglCreateContext; 171 EGLContext context = eglCreateContext(display, config, EGL_NO_CONTEXT, gl_attribs, 0); in setupThread()
|
D | ASurfaceTextureTest.java | 84 mEglContext = EGL14.eglCreateContext(mEglDisplay, mEglConfig, EGL_NO_CONTEXT, in setup()
|
D | EGL14Test.java | 105 mEglContext = EGL14.eglCreateContext(mEglDisplay, mEglConfig, EGL14.EGL_NO_CONTEXT, in setup()
|
D | ANativeWindowTest.java | 89 mEglContext = EGL14.eglCreateContext(mEglDisplay, mEglConfig, EGL_NO_CONTEXT, in setup()
|
/cts/tests/tests/opengl/src/android/opengl/cts/ |
D | EglSurfacesTest.java | 71 EGLContext context = egl.eglCreateContext(display, config, in testCreatePixmapSurface()
|
D | Egl14Utils.java | 97 return EGL14.eglCreateContext(eglDisplay, eglConfig, in createEglContext()
|
D | FramebufferTest.java | 208 EGLContext context = EGL14.eglCreateContext(mEGLDisplay, config, sharedContext, in EglCore() 229 EGLContext context = EGL14.eglCreateContext(mEGLDisplay, config, sharedContext, in EglCore()
|
D | WrapperTest.java | 278 mEGLContext = EGL14.eglCreateContext(mEGLDisplay, configs[0], EGL14.EGL_NO_CONTEXT, in eglSetup()
|
/cts/tests/tests/security/src/android/security/cts/ |
D | RenderTarget.java | 35 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/ |
D | GLEnv.java | 62 mEGLContext = egl.eglCreateContext(mEGLDisplay, mEGLConfig, EGL10.EGL_NO_CONTEXT, attribs); in GLEnv()
|
/cts/tools/release-parser/tests/resources/ |
D | libEGL.so.pb.txt | 179 name: "eglCreateContext"
|
/cts/tests/media/src/android/mediav2/cts/ |
D | EGLWindowSurface.java | 82 mEGLContext = EGL14.eglCreateContext(mEGLDisplay, mConfigs[0], EGL14.EGL_NO_CONTEXT, in eglSetup()
|
D | OutputSurface.java | 161 mEGLContext = EGL14.eglCreateContext(mEGLDisplay, configs[0], EGL14.EGL_NO_CONTEXT, in eglSetup()
|
/cts/hostsidetests/angle/app/common/src/com/android/angleIntegrationTest/common/ |
D | GlesView.java | 94 .eglCreateContext(display, eglConfig, EGL10.EGL_NO_CONTEXT, contextAttribs); in createEGL()
|
/cts/tests/tests/view/src/android/view/cts/ |
D | GLProducerThread.java | 110 mEglContext = mEgl.eglCreateContext(mEglDisplay, in initGL()
|
D | TextureViewCtsActivity.java | 421 return egl.eglCreateContext(eglDisplay, eglConfig, EGL10.EGL_NO_CONTEXT, attrib_list); in createContext()
|
/cts/tests/openglperf2/jni/primitive/contextswitch/ |
D | ContextSwitchRenderer.cpp | 109 mContexts[i] = eglCreateContext(mEglDisplay, mGlConfig, mEglContext, contextAttribs); in setUp()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/ |
D | CtsMediaOutputSurface.java | 159 mEGLContext = EGL14.eglCreateContext(mEGLDisplay, configs[0], EGL14.EGL_NO_CONTEXT, in eglSetup()
|
/cts/tests/vr/src/android/vr/cts/ |
D | OpenGLESActivity.java | 240 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/openglperf2/jni/graphics/ |
D | Renderer.cpp | 111 mEglContext = eglCreateContext(mEglDisplay, mGlConfig, EGL_NO_CONTEXT, contextAttribs); in eglSetUp()
|
/cts/hostsidetests/sustainedperf/shadertoy_android/src/ |
D | GLtestView.java | 116 … EGLContext context = egl.eglCreateContext(display, eglConfig, EGL10.EGL_NO_CONTEXT, attrib_list); in createContext()
|