Lines Matching refs:gpu_context_t
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()
174 void gpu_context_t::getGrallocInformationFromFormat(int inputFormat, in getGrallocInformationFromFormat()
188 int gpu_context_t::gralloc_alloc_framebuffer_locked(int usage, in gralloc_alloc_framebuffer_locked()
248 int gpu_context_t::gralloc_alloc_framebuffer(int usage, in gralloc_alloc_framebuffer()
258 int gpu_context_t::alloc_impl(int w, int h, int format, int usage, in alloc_impl()
325 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()
369 gpu_context_t* gpu = reinterpret_cast<gpu_context_t*>(dev); in gralloc_alloc_size()
374 int gpu_context_t::gralloc_free(alloc_device_t* dev, in gralloc_free()
381 gpu_context_t* gpu = reinterpret_cast<gpu_context_t*>(dev); in gralloc_free()
387 int gpu_context_t::gralloc_close(struct hw_device_t *dev) in gralloc_close()
389 gpu_context_t* ctx = reinterpret_cast<gpu_context_t*>(dev); in gralloc_close()