OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_caps
(Results
1 - 2
of
2
) sorted by null
/sdk/emulator/opengl/host/libs/libOpenglRender/
FrameBuffer.cpp
124
fb->
m_caps
.hasGL2 = false;
127
fb->
m_caps
.hasGL2 = s_gl2_enabled;
130
fb->
m_caps
.hasGL2 = false;
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);
158
if (fb->
m_caps
.hasGL2) {
162
fb->
m_caps
.hasGL2 = false;
266
if (fb->
m_caps
.hasGL2 && has_gl_oes_image)
[
all
...]
FrameBuffer.h
58
const FrameBufferCaps &getCaps() const { return
m_caps
; }
117
FrameBufferCaps
m_caps
;
member in class:FrameBuffer
Completed in 486 milliseconds