Home
last modified time | relevance | path

Searched refs:m_nativeFormat (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglConfig.h77 EglOS::PixelFormat* nativeFormat() const { return m_nativeFormat; } in nativeFormat()
148 delete m_nativeFormat; in ~EglConfig() local
198 EglOS::PixelFormat* m_nativeFormat; variable
DEglConfig.cpp81 m_nativeFormat(frmt), in EglConfig()
144 m_nativeFormat(frmt), in EglConfig()
182 m_nativeFormat(conf.m_nativeFormat->clone()), in EglConfig()
223 m_nativeFormat(conf.m_nativeFormat->clone()), in EglConfig()