Home
last modified time | relevance | path

Searched refs:GRALLOC1_PFN_SET_LAYER_COUNT (Results 1 – 3 of 3) sorted by relevance

/hardware/libhardware/include/hardware/
Dgralloc1.h480 typedef int32_t /*gralloc1_error_t*/ (*GRALLOC1_PFN_SET_LAYER_COUNT)( typedef
/hardware/interfaces/graphics/allocator/2.0/utils/passthrough/include/allocator-passthrough/2.0/
DGralloc1Hal.h346 GRALLOC1_PFN_SET_LAYER_COUNT setLayerCount;
/hardware/interfaces/graphics/allocator/2.0/utils/gralloc1-adapter/
DGralloc1On0Adapter.cpp111 return asFP<GRALLOC1_PFN_SET_LAYER_COUNT>(setLayerCountHook); in doGetFunction()