HomeSort by relevance Sort by last modified time
    Searched refs:hasGL2 (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;
158 if (fb->m_caps.hasGL2) {
162 fb->m_caps.hasGL2 = false;
261 if (fb->m_caps.hasGL2 && has_gl_oes_image) {
329 fb->m_caps.hasGL2 = false;
FrameBuffer.h 39 bool hasGL2;

Completed in 135 milliseconds