/hardware/qcom/display/msm8084/libgralloc/ |
D | gpu.cpp | 35 gpu_context_t::gpu_context_t(const private_module_t* module, in gpu_context_t() function in gpu_context_t 55 int gpu_context_t::gralloc_alloc_buffer(size_t size, int usage, in gralloc_alloc_buffer() 175 void gpu_context_t::getGrallocInformationFromFormat(int inputFormat, in getGrallocInformationFromFormat() 189 int gpu_context_t::gralloc_alloc_framebuffer_locked(int usage, in gralloc_alloc_framebuffer_locked() 249 int gpu_context_t::gralloc_alloc_framebuffer(int usage, in gralloc_alloc_framebuffer() 259 int gpu_context_t::alloc_impl(int w, int h, int format, int usage, in alloc_impl() 321 int gpu_context_t::free_impl(private_handle_t const* hnd) { in free_impl() 347 int gpu_context_t::gralloc_alloc(alloc_device_t* dev, int w, int h, int format, in gralloc_alloc() 354 gpu_context_t* gpu = reinterpret_cast<gpu_context_t*>(dev); in gralloc_alloc() 357 int gpu_context_t::gralloc_alloc_size(alloc_device_t* dev, int w, int h, in gralloc_alloc_size() [all …]
|
D | gpu.h | 33 class gpu_context_t : public alloc_device_t { 35 gpu_context_t(const private_module_t* module,
|
D | gralloc.cpp | 105 gpu_context_t *dev; in gralloc_device_open() 107 dev = new gpu_context_t(m, alloc_ctrl); in gralloc_device_open()
|
/hardware/qcom/display/msm8974/libgralloc/ |
D | gpu.cpp | 34 gpu_context_t::gpu_context_t(const private_module_t* module, in gpu_context_t() function in gpu_context_t 54 int gpu_context_t::gralloc_alloc_buffer(size_t size, int usage, in gralloc_alloc_buffer() 167 void gpu_context_t::getGrallocInformationFromFormat(int inputFormat, in getGrallocInformationFromFormat() 181 int gpu_context_t::gralloc_alloc_framebuffer_locked(size_t size, int usage, in gralloc_alloc_framebuffer_locked() 241 int gpu_context_t::gralloc_alloc_framebuffer(size_t size, int usage, in gralloc_alloc_framebuffer() 251 int gpu_context_t::alloc_impl(int w, int h, int format, int usage, in alloc_impl() 322 int gpu_context_t::free_impl(private_handle_t const* hnd) { in free_impl() 348 int gpu_context_t::gralloc_alloc(alloc_device_t* dev, int w, int h, int format, in gralloc_alloc() 355 gpu_context_t* gpu = reinterpret_cast<gpu_context_t*>(dev); in gralloc_alloc() 358 int gpu_context_t::gralloc_alloc_size(alloc_device_t* dev, int w, int h, in gralloc_alloc_size() [all …]
|
D | gpu.h | 34 class gpu_context_t : public alloc_device_t { 36 gpu_context_t(const private_module_t* module,
|
D | gralloc.cpp | 104 gpu_context_t *dev; in gralloc_device_open() 106 dev = new gpu_context_t(m, alloc_ctrl); in gralloc_device_open()
|
/hardware/qcom/display/msm8960/libgralloc/ |
D | gpu.cpp | 35 gpu_context_t::gpu_context_t(const private_module_t* module, in gpu_context_t() function in gpu_context_t 55 int gpu_context_t::gralloc_alloc_buffer(size_t size, int usage, in gralloc_alloc_buffer() 161 void gpu_context_t::getGrallocInformationFromFormat(int inputFormat, in getGrallocInformationFromFormat() 175 int gpu_context_t::gralloc_alloc_framebuffer_locked(size_t size, int usage, in gralloc_alloc_framebuffer_locked() 235 int gpu_context_t::gralloc_alloc_framebuffer(size_t size, int usage, in gralloc_alloc_framebuffer() 245 int gpu_context_t::alloc_impl(int w, int h, int format, int usage, in alloc_impl() 307 int gpu_context_t::free_impl(private_handle_t const* hnd) { in free_impl() 333 int gpu_context_t::gralloc_alloc(alloc_device_t* dev, int w, int h, int format, in gralloc_alloc() 340 gpu_context_t* gpu = reinterpret_cast<gpu_context_t*>(dev); in gralloc_alloc() 343 int gpu_context_t::gralloc_alloc_size(alloc_device_t* dev, int w, int h, in gralloc_alloc_size() [all …]
|
D | gpu.h | 34 class gpu_context_t : public alloc_device_t { 36 gpu_context_t(const private_module_t* module,
|
D | gralloc.cpp | 104 gpu_context_t *dev; in gralloc_device_open() 106 dev = new gpu_context_t(m, alloc_ctrl); in gralloc_device_open()
|
/hardware/qcom/display/msm8226/libgralloc/ |
D | gpu.cpp | 34 gpu_context_t::gpu_context_t(const private_module_t* module, in gpu_context_t() function in gpu_context_t 54 int gpu_context_t::gralloc_alloc_buffer(unsigned int size, int usage, in gralloc_alloc_buffer() 178 void gpu_context_t::getGrallocInformationFromFormat(int inputFormat, in getGrallocInformationFromFormat() 192 int gpu_context_t::gralloc_alloc_framebuffer_locked(int usage, in gralloc_alloc_framebuffer_locked() 252 int gpu_context_t::gralloc_alloc_framebuffer(int usage, in gralloc_alloc_framebuffer() 262 int gpu_context_t::alloc_impl(int w, int h, int format, int usage, in alloc_impl() 324 int gpu_context_t::free_impl(private_handle_t const* hnd) { in free_impl() 351 int gpu_context_t::gralloc_alloc(alloc_device_t* dev, int w, int h, int format, in gralloc_alloc() 358 gpu_context_t* gpu = reinterpret_cast<gpu_context_t*>(dev); in gralloc_alloc() 361 int gpu_context_t::gralloc_alloc_size(alloc_device_t* dev, int w, int h, in gralloc_alloc_size() [all …]
|
D | gpu.h | 33 class gpu_context_t : public alloc_device_t { 35 gpu_context_t(const private_module_t* module,
|
D | gralloc.cpp | 105 gpu_context_t *dev; in gralloc_device_open() 107 dev = new gpu_context_t(m, alloc_ctrl); in gralloc_device_open()
|