Searched defs:gpu (Results 1 - 3 of 3) sorted by relevance

/hardware/msm7k/libgralloc/
H A Dgralloc_priv.h49 int gpu; member in struct:private_module_t
H A Dgralloc.cpp121 gpu: -1,
249 int gpu = open("/dev/msm_hw3dm", O_RDWR, 0); local
250 LOGE_IF(gpu<0, "could not open hw3dm (%s)", strerror(errno));
251 if (gpu >= 0) {
253 if (ioctl(gpu, HW3D_GET_REGIONS, regions) < 0) {
272 gpu, regions[FB_ARENA].map_offset);
278 close(gpu);
279 gpu = -1;
283 m->gpu = gpu;
[all...]
/hardware/msm7k/libgralloc-qsd8k/
H A Dgpu.cpp24 #include "gpu.h"
311 gpu_context_t* gpu = reinterpret_cast<gpu_context_t*>(dev); local
312 return gpu->alloc_impl(w, h, format, usage, pHandle, pStride);
322 gpu_context_t* gpu = reinterpret_cast<gpu_context_t*>(dev); local
323 return gpu->free_impl(hnd);

Completed in 485 milliseconds