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

/frameworks/native/libs/gui/
H A DSurface.cpp64 mReqFormat = 0;
100 mReqHeight, mReqFormat, mReqUsage);
209 reqFormat = mReqFormat;
349 if (mReqFormat) {
350 *value = mReqFormat;
582 mReqFormat = 0;
684 mReqFormat = format;
/frameworks/native/include/gui/
H A DSurface.h212 // mReqFormat is the buffer pixel format that will be requested at the next
214 uint32_t mReqFormat; member in class:android::Surface

Completed in 710 milliseconds