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

  /sdk/emulator/opengl/host/libs/libOpenglRender/
FrameBuffer.h 117 EGLContext m_pbufContext;
FrameBuffer.cpp 98 s_egl.eglDestroyContext(s_theFrameBuffer->m_eglDisplay,s_theFrameBuffer->m_pbufContext);
216 fb->m_pbufContext = s_egl.eglCreateContext(fb->m_eglDisplay, fb->m_eglConfig,
219 if (fb->m_pbufContext == EGL_NO_CONTEXT) {
365 m_pbufContext(EGL_NO_CONTEXT),
732 m_pbufSurface, m_pbufContext)) {

Completed in 19 milliseconds