OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hwcTestGraphicFormatLookup
(Results
1 - 5
of
5
) sorted by null
/frameworks/native/opengl/tests/hwc/
hwcTestLib.h
111
const struct hwcTestGraphicFormat *
hwcTestGraphicFormatLookup
(const char *desc);
112
const struct hwcTestGraphicFormat *
hwcTestGraphicFormatLookup
(uint32_t id);
hwcColorEquiv.cpp
142
=
hwcTestGraphicFormatLookup
(defaultRefFormat);
239
refFormat =
hwcTestGraphicFormatLookup
(optarg);
267
equivFormat =
hwcTestGraphicFormatLookup
(argv[optind]);
hwcRects.cpp
379
format =
hwcTestGraphicFormatLookup
(str.c_str());
hwcTestLib.cpp
356
const struct hwcTestGraphicFormat *
hwcTestGraphicFormatLookup
(const char *desc)
370
const struct hwcTestGraphicFormat *
hwcTestGraphicFormatLookup
(uint32_t id)
[
all
...]
hwcCommit.cpp
436
format =
hwcTestGraphicFormatLookup
((*itFormat).c_str());
572
=
hwcTestGraphicFormatLookup
((*it).c_str());
[
all
...]
Completed in 254 milliseconds