Home
last modified time | relevance | path

Searched refs:AllocateIntermediateBuffers (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/display/msm8998/sdm/libs/hwc/
Dhwc_tonemapper.h59 DisplayError AllocateIntermediateBuffers(int width, int height, int format, int usage);
Dhwc_tonemapper.cpp61 DisplayError ToneMapSession::AllocateIntermediateBuffers(int w, int h, int format, int usage) { in AllocateIntermediateBuffers() function in sdm::ToneMapSession
324 error = session->AllocateIntermediateBuffers(INT(layer->request.width), in AcquireToneMapSession()