Home
last modified time | relevance | path

Searched refs:get_internal_format (Results 1 – 9 of 9) sorted by relevance

/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosLayer.h431 isFormatRgb(VendorGraphicBufferMeta::get_internal_format(mLayerBuffer))); in isLayerFormatRgb()
435 isFormatYUV(VendorGraphicBufferMeta::get_internal_format(mLayerBuffer))); in isLayerFormatYuv()
/hardware/google/gchips/gralloc3/src/
Dformat_info.h96 extern uint32_t get_internal_format(const uint32_t base_format, const bool map_to_internal);
Dmali_gralloc_formats.cpp1661 return get_internal_format(base_format, map_to_internal); in get_base_format()
Dformat_info.cpp380 uint32_t get_internal_format(const uint32_t base_format, const bool map_to_internal) in get_internal_format() function
/hardware/google/gchips/gralloc4/src/core/
Dformat_info.h113 extern uint32_t get_internal_format(const uint32_t base_format, const bool map_to_internal);
Dmali_gralloc_formats.cpp1456 return get_internal_format(base_format, map_to_internal); in get_base_format()
Dformat_info.cpp362 uint32_t get_internal_format(const uint32_t base_format, const bool map_to_internal) in get_internal_format() function
/hardware/google/gchips/libvendorgraphicbuffer/include/
DVendorGraphicBuffer.h126 static uint64_t get_internal_format(buffer_handle_t);
/hardware/google/gchips/libvendorgraphicbuffer/gralloc4/
Dvendor_graphicbuffer_meta.cpp179 uint64_t VendorGraphicBufferMeta::get_internal_format(buffer_handle_t hnd) in get_internal_format() function in VendorGraphicBufferMeta