OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_surfaceContext
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/android/rendering/
GaneshContext.h
55
EGLContext
m_surfaceContext
;
GaneshContext.cpp
48
,
m_surfaceContext
(EGL_NO_CONTEXT)
80
if (eglGetCurrentContext() !=
m_surfaceContext
) {
82
m_surfaceContext
, eglGetCurrentContext());
88
if (!
m_surfaceContext
) {
120
m_surfaceContext
= eglCreateContext(display, m_surfaceConfig, NULL, contextAttribs);
146
EGLBoolean returnValue = eglMakeCurrent(display, tileQueue->m_eglSurface, tileQueue->m_eglSurface,
m_surfaceContext
);
Completed in 570 milliseconds