Searched refs:m_eglCtx (Results 1 - 1 of 1) sorted by relevance
/test/xts/acts/graphic/graphicEGL/entry/src/main/cpp/ |
H A D | eglndk.cpp | 183 EGLContext m_eglCtx = eglCreateContext(m_eglDisplay, m_eglConf, EGL_NO_CONTEXT, ctxAttr);
in EglCreateContext() local 184 NAPI_ASSERT(env, m_eglCtx != EGL_NO_CONTEXT, "eglCreateContext error");
in EglCreateContext() 185 eglDestroyContext(m_eglDisplay, m_eglCtx);
in EglCreateContext() 199 EGLContext m_eglCtx = eglCreateContext(m_eglDisplay, m_eglConf, EGL_NO_CONTEXT, ctxAttr);
in EglCreateContextAbnormal() local 200 NAPI_ASSERT(env, m_eglCtx == EGL_NO_CONTEXT, "eglCreateContext error");
in EglCreateContextAbnormal() 201 eglDestroyContext(m_eglDisplay, m_eglCtx);
in EglCreateContextAbnormal() 297 EGLContext m_eglCtx = eglCreateContext(m_eglDisplay, m_eglConf, EGL_NO_CONTEXT, ctxAttr);
in EglDestroyContext() local 298 EGLBoolean Ret = eglDestroyContext(m_eglDisplay, m_eglCtx);
in EglDestroyContext() 312 EGLContext m_eglCtx = eglCreateContext(m_eglDisplay, m_eglConf, EGL_NO_CONTEXT, nullptr);
in EglDestroyContextAbnormal() local 313 EGLBoolean Ret = eglDestroyContext(m_eglDisplay, m_eglCtx);
in EglDestroyContextAbnormal() 455 EGLContext m_eglCtx = eglCreateContext(m_eglDisplay, m_eglConf, EGL_NO_CONTEXT, ctxAttr); EglGetCurrentDisplay() local 495 EGLContext m_eglCtx = eglCreateContext(m_eglDisplay, m_eglConf, EGL_NO_CONTEXT, ctxAttr); EglGetCurrentSurface() local 538 EGLContext m_eglCtx = eglCreateContext(m_eglDisplay, m_eglConf, EGL_NO_CONTEXT, ctxAttr); EglGetError() local 610 EGLContext m_eglCtx = eglCreateContext(m_eglDisplay, m_eglConf, EGL_NO_CONTEXT, ctxAttr); EglMakeCurrent() local 626 EGLContext m_eglCtx = nullptr; EglMakeCurrentAbnormal() local 653 EGLContext m_eglCtx = eglCreateContext(m_eglDisplay, m_eglConf, EGL_NO_CONTEXT, ctxAttr); EglQueryContext() local 679 EGLContext m_eglCtx = nullptr; EglQueryContextAbnormal() local [all...] |
Completed in 3 milliseconds