OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_eglConfig
(Results
1 - 6
of
6
) sorted by null
/development/tools/emulator/opengl/host/libs/libOpenglRender/
FBConfig.h
40
EGLConfig getEGLConfig() const { return
m_eglConfig
; }
56
EGLConfig
m_eglConfig
;
FrameBuffer.h
119
EGLConfig
m_eglConfig
;
FrameBuffer.cpp
188
&fb->
m_eglConfig
, 1, &n)) {
199
fb->m_eglContext = s_egl.eglCreateContext(fb->m_eglDisplay, fb->
m_eglConfig
,
216
fb->m_pbufContext = s_egl.eglCreateContext(fb->m_eglDisplay, fb->
m_eglConfig
,
237
fb->
m_eglConfig
,
392
fb->
m_eglConfig
,
FBConfig.cpp
238
m_eglConfig
= p_eglCfg;
/development/samples/BrowserPlugin/jni/
RenderingThread.h
69
EGLConfig
m_eglConfig
;
RenderingThread.cpp
69
eglChooseConfig(m_eglDisplay, configAttribs, &
m_eglConfig
, 1, &numConfigs);
77
m_eglContext = eglCreateContext(m_eglDisplay,
m_eglConfig
, NULL, contextAttribs);
157
m_eglSurface = eglCreateWindowSurface(m_eglDisplay,
m_eglConfig
, ANW, NULL);
Completed in 115 milliseconds