Home | History | Annotate | Download | only in src

Lines Matching refs:private_handle

8206         private_handle_t *private_handle = NULL;
8212 private_handle = native_buffer[buf_index].privatehandle;
8213 if (private_handle) {
8216 setMetaData(private_handle, UPDATE_BUFFER_GEOMETRY, (void*)&dim);
9707 private_handle_t *private_handle = NULL;
9711 private_handle = native_buffer[buf_index].privatehandle;
9713 if (private_handle) {
9714 setMetaData(private_handle, UPDATE_COLOR_SPACE, (void*)&color_space);
9836 private_handle_t *private_handle = NULL;
9840 private_handle = native_buffer[buf_index].privatehandle;
9842 if (private_handle) {
9843 setMetaData(private_handle, COLOR_METADATA, (void*)color_mdata);