HomeSort by relevance Sort by last modified time
    Searched refs:mReqFormat (Results 1 - 2 of 2) sorted by null

  /frameworks/native/libs/gui/
Surface.cpp 64 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/
Surface.h 212 // mReqFormat is the buffer pixel format that will be requested at the next
214 uint32_t mReqFormat;

Completed in 87 milliseconds