HomeSort by relevance Sort by last modified time
    Searched full:unmap_buffer (Results 1 - 25 of 33) sorted by null

1 2

  /external/skia/src/gpu/
GrBufferAllocPool.cpp 32 #define UNMAP_BUFFER(block) \
60 UNMAP_BUFFER(fBlocks.back());
90 UNMAP_BUFFER(block);
259 UNMAP_BUFFER(block);
293 UNMAP_BUFFER(prev);
362 UNMAP_BUFFER(block);
  /external/skqp/src/gpu/
GrBufferAllocPool.cpp 32 #define UNMAP_BUFFER(block) \
60 UNMAP_BUFFER(fBlocks.back());
90 UNMAP_BUFFER(block);
259 UNMAP_BUFFER(block);
293 UNMAP_BUFFER(prev);
362 UNMAP_BUFFER(block);
  /hardware/qcom/display/msm8084/libgralloc/
ionalloc.h 50 virtual int unmap_buffer(void *base, size_t size,
memalloc.h 72 virtual int unmap_buffer(void *base, size_t size,
ionalloc.cpp 134 err = unmap_buffer(base, size, offset);
163 int IonAlloc::unmap_buffer(void *base, size_t size, size_t /*offset*/) function in class:IonAlloc
mapper.cpp 105 err = memalloc->unmap_buffer(base, size, hnd->offset);
111 err = memalloc->unmap_buffer(base, size, hnd->offset_metadata);
  /hardware/qcom/display/msm8226/libgralloc/
ionalloc.h 50 virtual int unmap_buffer(void *base, unsigned int size,
memalloc.h 72 virtual int unmap_buffer(void *base, unsigned int size,
ionalloc.cpp 135 err = unmap_buffer(base, size, offset);
165 int IonAlloc::unmap_buffer(void *base, unsigned int size, function in class:IonAlloc
  /hardware/qcom/display/msm8909/libgralloc/
ionalloc.h 50 virtual int unmap_buffer(void *base, unsigned int size,
memalloc.h 73 virtual int unmap_buffer(void *base, unsigned int size,
ionalloc.cpp 136 err = unmap_buffer(base, size, offset);
167 int IonAlloc::unmap_buffer(void *base, unsigned int size, function in class:IonAlloc
  /hardware/qcom/display/msm8909w_3100/libgralloc/
ionalloc.h 50 virtual int unmap_buffer(void *base, unsigned int size,
memalloc.h 73 virtual int unmap_buffer(void *base, unsigned int size,
ionalloc.cpp 136 err = unmap_buffer(base, size, offset);
167 int IonAlloc::unmap_buffer(void *base, unsigned int size, function in class:IonAlloc
  /hardware/qcom/display/msm8960/libgralloc/
ionalloc.h 50 virtual int unmap_buffer(void *base, size_t size,
memalloc.h 72 virtual int unmap_buffer(void *base, size_t size,
ionalloc.cpp 138 err = unmap_buffer(base, size, offset);
167 int IonAlloc::unmap_buffer(void *base, size_t size, int offset) function in class:IonAlloc
  /hardware/qcom/display/msm8994/libgralloc/
ionalloc.h 50 virtual int unmap_buffer(void *base, unsigned int size,
memalloc.h 72 virtual int unmap_buffer(void *base, unsigned int size,
ionalloc.cpp 147 err = unmap_buffer(base, size, offset);
178 int IonAlloc::unmap_buffer(void *base, unsigned int size, function in class:IonAlloc
  /hardware/qcom/display/msm8996/libgralloc/
ionalloc.h 50 virtual int unmap_buffer(void *base, unsigned int size,
memalloc.h 73 virtual int unmap_buffer(void *base, unsigned int size,
ionalloc.cpp 141 err = unmap_buffer(base, size, offset);
172 int IonAlloc::unmap_buffer(void *base, unsigned int size, function in class:IonAlloc
  /device/linaro/hikey/gralloc/
gralloc_module.cpp 197 static void unmap_buffer(private_handle_t *hnd) function
262 unmap_buffer(hnd);
357 unmap_buffer(hnd);

Completed in 499 milliseconds

1 2