OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_pbufContext
(Results
1 - 2
of
2
) sorted by null
/development/tools/emulator/opengl/host/libs/libOpenglRender/
FrameBuffer.h
112
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) {
353
m_pbufContext
(EGL_NO_CONTEXT),
697
m_pbufSurface,
m_pbufContext
)) {
Completed in 1052 milliseconds