OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mReqFormat
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/libs/gui/
Surface.cpp
62
mReqFormat
= 0;
187
reqW, reqH,
mReqFormat
, mReqUsage);
190
"failed: %d", mReqWidth, mReqHeight,
mReqFormat
, mReqUsage,
308
if (
mReqFormat
) {
309
*value =
mReqFormat
;
517
mReqFormat
= 0;
617
mReqFormat
= format;
/frameworks/native/include/gui/
Surface.h
186
//
mReqFormat
is the buffer pixel format that will be requested at the next
188
uint32_t
mReqFormat
;
Completed in 683 milliseconds