OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:eglMajor
(Results
1 - 3
of
3
) sorted by null
/sdk/emulator/opengl/host/libs/libOpenglRender/
FrameBuffer.h
42
EGLint
eglMajor
;
RenderControl.cpp
37
*major = (EGLint)fb->getCaps().
eglMajor
;
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 55 milliseconds