Home
last modified time | relevance | path

Searched refs:mEglConfig (Results 1 – 5 of 5) sorted by relevance

/external/skia/platform_tools/android/apps/skottie/skottielib/src/main/java/org/skia/skottie/
DSkottieRunner.java43 EGLConfig mEglConfig; field in SkottieRunner
194 mEglConfig = chooseEglConfig();
195 if (mEglConfig == null) {
199 mEglContext = createContext(mEgl, mEglDisplay, mEglConfig);
207 mPBufferSurface = mEgl.eglCreatePbufferSurface(mEglDisplay, mEglConfig, attribs);
DSkottieAnimation.java303 mRunner.mEglConfig, mSurfaceTexture, null); in drawFrame()
308 mRunner.mEglConfig, mSurfaceHolder, null); in drawFrame()
/external/skqp/platform_tools/android/apps/skottie/src/main/java/org/skia/skottie/
DSkottieRunner.java43 private EGLConfig mEglConfig; field in SkottieRunner
174 mEglConfig = chooseEglConfig();
175 if (mEglConfig == null) {
179 mEglContext = createContext(mEgl, mEglDisplay, mEglConfig);
187 mPBufferSurface = mEgl.eglCreatePbufferSurface(mEglDisplay, mEglConfig, attribs);
403 mEglSurface = mEgl.eglCreateWindowSurface(mEglDisplay, mEglConfig, in drawFrame()
/external/angle/src/tests/egl_tests/
DEGLDirectCompositionTest.cpp172 ASSERT_EGL_TRUE(eglChooseConfig(mEglDisplay, configAttributes, &mEglConfig, 1, &nConfigs)); in Init()
187 eglCreateWindowSurface(mEglDisplay, mEglConfig, in CreateSurface()
191 mEglContext = eglCreateContext(mEglDisplay, mEglConfig, EGL_NO_CONTEXT, contextAttributes); in CreateSurface()
217 EGLConfig mEglConfig; member in EGLDirectCompositionTest
/external/replicaisland/src/com/replica/replicaisland/
DGLSurfaceView.java943 mEglConfig = mEGLConfigChooser.chooseConfig(mEgl, mEglDisplay); in start()
949 mEglContext = mEGLContextFactory.createContext(mEgl, mEglDisplay, mEglConfig); in start()
981 mEglDisplay, mEglConfig, holder); in createSurface()
1064 EGLConfig mEglConfig; field in GLSurfaceView.EglHelper
1251 mRenderer.onSurfaceCreated(gl, mEglHelper.mEglConfig); in guardedRun()