HomeSort by relevance Sort by last modified time
    Searched refs:m_surface_type (Results 1 - 2 of 2) sorted by null

  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglConfig.cpp 66 m_surface_type(surface_type),
101 m_surface_type(conf.m_surface_type),
141 m_surface_type(conf.m_surface_type),
222 *val = m_surface_type;
337 if(dummy.m_surface_type != EGL_DONT_CARE &&
338 ((dummy.m_surface_type & m_surface_type) != dummy.m_surface_type)) return false
    [all...]
EglConfig.h 33 EGLint surfaceType(){ return m_surface_type;};
97 const EGLint m_surface_type; member in class:EglConfig

Completed in 25 milliseconds