OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsUncompressedRGBFormat
(Results
1 - 4
of
4
) sorted by null
/hardware/qcom/display/msm8996/libgralloc1/
gr_utils.h
53
bool
IsUncompressedRGBFormat
(int format);
gr_utils.cpp
34
bool
IsUncompressedRGBFormat
(int format) {
gr_allocator.cpp
258
if (
IsUncompressedRGBFormat
(format)) {
762
if (!gralloc1::
IsUncompressedRGBFormat
(hnd->format)) {
802
if (
IsUncompressedRGBFormat
(format)) {
gr_buf_mgr.cpp
428
if (
IsUncompressedRGBFormat
(inputFormat)) {
Completed in 59 milliseconds