Searched refs:mReqFormat (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/libs/gui/
H A DSurface.cpp81 mReqFormat = 0;
125 mReqFormat, mReqUsage);
492 reqFormat = mReqFormat;
817 if (mReqFormat) {
818 *value = static_cast<int>(mReqFormat);
1246 mReqFormat = 0;
1481 if (format != mReqFormat) {
1484 mReqFormat = format;
/frameworks/native/include/gui/
H A DSurface.h330 // mReqFormat is the buffer pixel format that will be requested at the next
332 PixelFormat mReqFormat; member in class:android::Surface
/frameworks/native/libs/gui/include/gui/
H A DSurface.h330 // mReqFormat is the buffer pixel format that will be requested at the next
332 PixelFormat mReqFormat; member in class:android::Surface

Completed in 145 milliseconds