/hardware/qcom/display/libgralloc/ |
gpu.h | 34 class gpu_context_t : public alloc_device_t { class in namespace:gralloc 36 gpu_context_t(const private_module_t* module,
|
gpu.cpp | 35 gpu_context_t::gpu_context_t(const private_module_t* module, function in class:gpu_context_t 55 int gpu_context_t::gralloc_alloc_buffer(size_t size, int usage, 161 void gpu_context_t::getGrallocInformationFromFormat(int inputFormat, 175 int gpu_context_t::gralloc_alloc_framebuffer_locked(size_t size, int usage, 235 int gpu_context_t::gralloc_alloc_framebuffer(size_t size, int usage, 245 int gpu_context_t::alloc_impl(int w, int h, int format, int usage, 307 int gpu_context_t::free_impl(private_handle_t const* hnd) { 333 int gpu_context_t::gralloc_alloc(alloc_device_t* dev, int w, int h, int format, 340 gpu_context_t* gpu = reinterpret_cast<gpu_context_t*>(dev) [all...] |
/hardware/msm7k/libgralloc-qsd8k/ |
gpu.h | 32 class gpu_context_t : public alloc_device_t { class in inherits:alloc_device_t 52 gpu_context_t(Deps& deps, PmemAllocator& pmemAllocator,
|
gpu.cpp | 26 gpu_context_t::gpu_context_t(Deps& deps, PmemAllocator& pmemAllocator, function in class:gpu_context_t 44 int gpu_context_t::gralloc_alloc_framebuffer_locked(size_t size, int usage, 103 int gpu_context_t::gralloc_alloc_framebuffer(size_t size, int usage, 114 int gpu_context_t::gralloc_alloc_buffer(size_t size, int usage, buffer_handle_t* pHandle) 203 int gpu_context_t::alloc_impl(int w, int h, int format, int usage, 275 int gpu_context_t::free_impl(private_handle_t const* hnd) { 305 int gpu_context_t::gralloc_alloc(alloc_device_t* dev, int w, int h, int format, 311 gpu_context_t* gpu = reinterpret_cast<gpu_context_t*>(dev) [all...] |