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

/frameworks/native/libs/gui/
H A DSurface.cpp72 mReqFormat = 0;
108 mReqFormat, mReqUsage);
281 reqFormat = mReqFormat;
543 if (mReqFormat) {
544 *value = static_cast<int>(mReqFormat);
856 mReqFormat = 0;
1080 if (format != mReqFormat) {
1083 mReqFormat = format;
/frameworks/native/include/gui/
H A DSurface.h271 // mReqFormat is the buffer pixel format that will be requested at the next
273 PixelFormat mReqFormat; member in class:android::Surface

Completed in 65 milliseconds