Searched refs:m_contextObj (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/mac/
H A DGraphicsContext3DMac.mm87 return context->m_contextObj ? context.release() : 0;
93 , m_contextObj(0)
121 // If none of that works, we simply fail and set m_contextObj to 0.
145 CGLError err = CGLCreateContext(pixelFormatObj, 0, &m_contextObj);
148 if (err != kCGLNoError || !m_contextObj) {
150 m_contextObj = 0;
155 CGLSetCurrentContext(m_contextObj);
226 if (m_contextObj) {
227 CGLSetCurrentContext(m_contextObj);
241 CGLDestroyContext(m_contextObj);
[all...]
/external/webkit/Source/WebCore/platform/graphics/
H A DGraphicsContext3D.h459 PlatformGraphicsContext3D platformGraphicsContext3D() const { return m_contextObj; }
891 CGLContextObj m_contextObj; member in class:WebCore::GraphicsContext3D

Completed in 51 milliseconds