Home
last modified time | relevance | path

Searched refs:imported_handle (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/System/
DGrallocAndroid.cpp78 int GrallocModule::import(buffer_handle_t handle, buffer_handle_t *imported_handle) in import() argument
89 … *imported_handle = static_cast<buffer_handle_t>(tmp_buf); in import()
105 … *imported_handle = static_cast<buffer_handle_t>(tmp_buf); in import()
112 *imported_handle = handle; in import()
DGrallocAndroid.hpp37 int import(buffer_handle_t handle, buffer_handle_t *imported_handle);
/third_party/skia/third_party/externals/swiftshader/src/Common/
DGrallocAndroid.cpp78 int GrallocModule::import(buffer_handle_t handle, buffer_handle_t *imported_handle) in import() argument
89 … *imported_handle = static_cast<buffer_handle_t>(tmp_buf); in import()
105 … *imported_handle = static_cast<buffer_handle_t>(tmp_buf); in import()
112 *imported_handle = handle; in import()
DGrallocAndroid.hpp37 int import(buffer_handle_t handle, buffer_handle_t *imported_handle);