HomeSort by relevance Sort by last modified time
    Searched refs:gralloc_device_ (Results 1 - 8 of 8) sorted by null

  /hardware/qcom/display/msm8909/sdm/libs/hwc2/
hwc_buffer_allocator.cpp 51 err = gralloc1_open(module_, &gralloc_device_);
57 if (gralloc_device_ == nullptr) {
63 gralloc_device_->getFunction(gralloc_device_, GRALLOC1_FUNCTION_RELEASE));
65 gralloc_device_->getFunction(gralloc_device_, GRALLOC1_FUNCTION_PERFORM));
67 gralloc_device_->getFunction(gralloc_device_, GRALLOC1_FUNCTION_LOCK));
69 gralloc_device_->getFunction(gralloc_device_, GRALLOC1_FUNCTION_UNLOCK))
    [all...]
hwc_buffer_allocator.h 67 gralloc1_device_t *gralloc_device_ = nullptr; member in class:sdm::HWCBufferAllocator
  /hardware/qcom/display/msm8996/sdm/libs/hwc2/
hwc_buffer_allocator.cpp 47 gralloc1_open(module_, &gralloc_device_);
50 gralloc_device_->getFunction(gralloc_device_, GRALLOC1_FUNCTION_RELEASE));
52 gralloc_device_->getFunction(gralloc_device_, GRALLOC1_FUNCTION_PERFORM));
56 if (gralloc_device_ != nullptr) {
57 gralloc1_close(gralloc_device_);
85 Perform_(gralloc_device_, GRALLOC1_MODULE_PERFORM_ALLOCATE_BUFFER, width, height, format,
104 ReleaseBuffer_(gralloc_device_, hnd);
115 Perform_(gralloc_device_, GRALLOC_MODULE_PERFORM_GET_CUSTOM_STRIDE_AND_HEIGHT_FROM_HANDLE, handle
    [all...]
hwc_buffer_allocator.h 63 gralloc1_device_t *gralloc_device_ = nullptr; member in class:sdm::HWCBufferAllocator
  /hardware/qcom/display/msm8998/sdm/libs/hwc2/
hwc_buffer_allocator.cpp 47 gralloc1_open(module_, &gralloc_device_);
50 gralloc_device_->getFunction(gralloc_device_, GRALLOC1_FUNCTION_RELEASE));
52 gralloc_device_->getFunction(gralloc_device_, GRALLOC1_FUNCTION_PERFORM));
56 if (gralloc_device_ != nullptr) {
57 gralloc1_close(gralloc_device_);
91 Perform_(gralloc_device_, GRALLOC1_MODULE_PERFORM_ALLOCATE_BUFFER, width, height, format,
110 ReleaseBuffer_(gralloc_device_, hnd);
121 Perform_(gralloc_device_, GRALLOC_MODULE_PERFORM_GET_CUSTOM_STRIDE_AND_HEIGHT_FROM_HANDLE, handle
    [all...]
hwc_buffer_allocator.h 63 gralloc1_device_t *gralloc_device_ = nullptr; member in class:sdm::HWCBufferAllocator
  /hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
hwc_buffer_allocator.cpp 49 gralloc1_open(module_, &gralloc_device_);
51 if (gralloc_device_ != nullptr) {
53 gralloc_device_->getFunction(gralloc_device_, GRALLOC1_FUNCTION_RELEASE));
55 gralloc_device_->getFunction(gralloc_device_, GRALLOC1_FUNCTION_PERFORM));
57 gralloc_device_->getFunction(gralloc_device_, GRALLOC1_FUNCTION_LOCK));
62 if (gralloc_device_ != nullptr) {
63 gralloc1_close(gralloc_device_);
    [all...]
hwc_buffer_allocator.h 67 gralloc1_device_t *gralloc_device_ = nullptr; member in class:sdm::HWCBufferAllocator

Completed in 78 milliseconds