OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getSurfaceAttribListStr
(Results
1 - 2
of
2
) sorted by null
/external/deqp/framework/egl/
egluStrUtil.hpp
83
inline SurfaceAttribListFmt
getSurfaceAttribListStr
(const int* attribs) { return SurfaceAttribListFmt(attribs); }
egluCallLogWrapper.inl
115
m_log << TestLog::Message << "eglCreatePbufferSurface(" << dpy << ", " << toHex(config) << ", " <<
getSurfaceAttribListStr
(attrib_list) << ");" << TestLog::EndMessage;
125
m_log << TestLog::Message << "eglCreatePixmapSurface(" << dpy << ", " << toHex(config) << ", " << toHex(pixmap) << ", " <<
getSurfaceAttribListStr
(attrib_list) << ");" << TestLog::EndMessage;
195
m_log << TestLog::Message << "eglCreateWindowSurface(" << dpy << ", " << toHex(config) << ", " << toHex(win) << ", " <<
getSurfaceAttribListStr
(attrib_list) << ");" << TestLog::EndMessage;
Completed in 45 milliseconds