Searched refs:buffInt (Results 1 – 4 of 4) sorted by relevance
/aosp12/hardware/qcom/sm8150/display/gpu_tonemapper/ |
H A D | EGLImageWrapper.cpp | 86 void EGLImageWrapper::DeleteEGLImageCallback::operator()(int& buffInt, EGLImageBuffer*& eglImage) in operator ()() argument 94 free_ion_cookie(ion_fd, buffInt /* cookie */); in operator ()() 98 if (it->second == buffInt /* counter */) { in operator ()() 202 buffStrbuffIntMap.insert(pair<string, int>(buffStr, buffInt)); in wrap() 203 eglImageBufferCache->put(buffInt, eglImage); in wrap() 204 buffInt++; in wrap()
|
H A D | EGLImageWrapper.h | 37 void operator()(int& buffInt, EGLImageBuffer*& eglImage); 51 uint64_t buffInt = 0; variable
|
/aosp12/hardware/qcom/sm7250/display/gpu_tonemapper/ |
H A D | EGLImageWrapper.cpp | 56 void EGLImageWrapper::DeleteEGLImageCallback::operator()(int& buffInt, EGLImageBuffer*& eglImage) in operator ()() argument 65 if (it->second == buffInt /* counter */) { in operator ()() 172 buffStrbuffIntMap.insert(pair<string, int>(buffStr, buffInt)); in wrap() 173 eglImageBufferCache->put(buffInt, eglImage); in wrap() 174 buffInt++; in wrap()
|
H A D | EGLImageWrapper.h | 37 void operator()(int& buffInt, EGLImageBuffer*& eglImage); 45 uint64_t buffInt = 0; variable
|