HomeSort by relevance Sort by last modified time
    Searched defs:gpu_context_t (Results 1 - 6 of 6) sorted by null

  /hardware/qcom/display/msm8960/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/qcom/display/msm8974/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 34 gpu_context_t::gpu_context_t(const private_module_t* module, function in class:gpu_context_t
54 int gpu_context_t::gralloc_alloc_buffer(size_t size, int usage,
167 void gpu_context_t::getGrallocInformationFromFormat(int inputFormat,
181 int gpu_context_t::gralloc_alloc_framebuffer_locked(size_t size, int usage,
241 int gpu_context_t::gralloc_alloc_framebuffer(size_t size, int usage,
251 int gpu_context_t::alloc_impl(int w, int h, int format, int usage,
322 int gpu_context_t::free_impl(private_handle_t const* hnd) {
348 int gpu_context_t::gralloc_alloc(alloc_device_t* dev, int w, int h, int format,
355 gpu_context_t* gpu = reinterpret_cast<gpu_context_t*>(dev)
    [all...]
  /hardware/qcom/display/msm8x26/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...]

Completed in 168 milliseconds