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

  /external/deqp/modules/egl/
teglMutableRenderBufferTests.cpp 156 const EGLint contextAttribList[] =
163 m_eglContext = egl.createContext(m_eglDisplay, m_eglConfig, EGL_NO_CONTEXT, contextAttribList);
teglNegativePartialUpdateTests.cpp 151 static const EGLint contextAttribList[] = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL_NONE };
174 m_eglContext = initAndMakeCurrentEGLContext(egl, m_eglDisplay, m_eglSurface, m_eglConfig, contextAttribList);
teglSyncTests.cpp 198 const EGLint contextAttribList[] =
218 m_eglContext = egl.createContext(m_eglDisplay, m_eglConfig, EGL_NO_CONTEXT, contextAttribList);
    [all...]

Completed in 86 milliseconds