Home | History | Annotate | Download | only in src

Lines Matching refs:private_handle

8999         private_handle_t *private_handle = NULL;
9005 private_handle = native_buffer[buf_index].privatehandle;
9006 if (private_handle) {
9009 setMetaData(private_handle, UPDATE_BUFFER_GEOMETRY, (void*)&dim);
11269 private_handle_t *private_handle = NULL;
11273 private_handle = native_buffer[buf_index].privatehandle;
11275 if (private_handle) {
11276 setMetaData(private_handle, UPDATE_COLOR_SPACE, (void*)&color_space);
11398 private_handle_t *private_handle = NULL;
11402 private_handle = native_buffer[buf_index].privatehandle;
11404 if (private_handle) {
11405 setMetaData(private_handle, COLOR_METADATA, (void*)color_mdata);