OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:eglMinor
(Results
1 - 3
of
3
) sorted by null
/sdk/emulator/opengl/host/libs/libOpenglRender/
FrameBuffer.h
43
EGLint
eglMinor
;
RenderControl.cpp
38
*minor = (EGLint)fb->getCaps().
eglMinor
;
FrameBuffer.cpp
143
if (!s_egl.eglInitialize(fb->m_eglDisplay, &fb->m_caps.eglMajor, &fb->m_caps.
eglMinor
)) {
149
DBG("egl: %d %d\n", fb->m_caps.eglMajor, fb->m_caps.
eglMinor
);
Completed in 36 milliseconds