Home
last modified time | relevance | path

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

/external/deqp/framework/egl/
DegluCallLogWrapper.cpp208 class EGLSurfaceFmt class
212 EGLSurfaceFmt (eglw::EGLSurface surface_) : surface(surface_) {} in EGLSurfaceFmt() function in eglu::EGLSurfaceFmt
215 inline EGLSurfaceFmt getEGLSurfaceStr (eglw::EGLSurface surface) { return EGLSurfaceFmt(surface); } in getEGLSurfaceStr()
217 inline std::ostream& operator<< (std::ostream& str, const EGLSurfaceFmt& fmt) in operator <<()