Home
last modified time | relevance | path

Searched refs:hwcTestGraphicFormatLookup (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/opengl/tests/hwc/
DhwcTestLib.h108 const struct hwcTestGraphicFormat *hwcTestGraphicFormatLookup(const char *desc);
109 const struct hwcTestGraphicFormat *hwcTestGraphicFormatLookup(uint32_t id);
DhwcColorEquiv.cpp142 = hwcTestGraphicFormatLookup(defaultRefFormat);
238 refFormat = hwcTestGraphicFormatLookup(optarg); in main()
266 equivFormat = hwcTestGraphicFormatLookup(argv[optind]); in main()
DhwcRects.cpp376 format = hwcTestGraphicFormatLookup(str.c_str()); in parseRect()
DhwcTestLib.cpp358 const struct hwcTestGraphicFormat *hwcTestGraphicFormatLookup(const char *desc) in hwcTestGraphicFormatLookup() function
372 const struct hwcTestGraphicFormat *hwcTestGraphicFormatLookup(uint32_t id) in hwcTestGraphicFormatLookup() function
DhwcCommit.cpp435 format = hwcTestGraphicFormatLookup((*itFormat).c_str()); in main()
571 = hwcTestGraphicFormatLookup((*it).c_str()); in main()
1325 attrib = hwcTestGraphicFormatLookup(this->format); in setSourceDim()