HomeSort by relevance Sort by last modified time
    Searched refs:mSecondEglContext (Results 1 - 2 of 2) sorted by null

  /frameworks/native/libs/gui/tests/
SurfaceTextureMultiContextGL.h 30 mSecondEglContext(EGL_NO_CONTEXT) {
37 mSecondEglContext = eglCreateContext(mEglDisplay, mGlConfig,
40 ASSERT_NE(EGL_NO_CONTEXT, mSecondEglContext);
43 mSecondEglContext));
69 if (mSecondEglContext != EGL_NO_CONTEXT) {
70 eglDestroyContext(mEglDisplay, mSecondEglContext);
75 EGLContext mSecondEglContext;
SurfaceTextureMultiContextGL_test.cpp 37 mSecondEglContext));
123 mSecondEglContext));
153 mSecondEglContext));
184 mSecondEglContext));
211 mSecondEglContext));
299 mSecondEglContext));
333 mSecondEglContext));
381 mSecondEglContext));
428 mSecondEglContext = eglCreateContext(mEglDisplay, mGlConfig,
431 ASSERT_NE(EGL_NO_CONTEXT, mSecondEglContext);
    [all...]

Completed in 78 milliseconds