HomeSort by relevance Sort by last modified time
    Searched refs:UnmapBuffer (Results 1 - 25 of 51) sorted by null

1 2 3

  /hardware/qcom/display/msm8909/gralloc/
gr_ion_alloc.h 70 int UnmapBuffer(void *base, unsigned int size, unsigned int offset);
gr_ion_alloc.cpp 113 err = UnmapBuffer(base, size, offset);
156 int IonAlloc::UnmapBuffer(void *base, unsigned int size, unsigned int /*offset*/) {
  /hardware/qcom/display/msm8909w_3100/libgralloc1/
gr_ion_alloc.h 70 int UnmapBuffer(void *base, unsigned int size, unsigned int offset);
gr_ion_alloc.cpp 113 err = UnmapBuffer(base, size, offset);
156 int IonAlloc::UnmapBuffer(void *base, unsigned int size, unsigned int /*offset*/) {
  /hardware/qcom/display/msm8996/libgralloc1/
gr_ion_alloc.h 70 int UnmapBuffer(void *base, unsigned int size, unsigned int offset);
gr_ion_alloc.cpp 113 err = UnmapBuffer(base, size, offset);
156 int IonAlloc::UnmapBuffer(void *base, unsigned int size, unsigned int /*offset*/) {
  /hardware/qcom/display/msm8998/libgralloc1/
gr_ion_alloc.h 70 int UnmapBuffer(void *base, unsigned int size, unsigned int offset);
gr_ion_alloc.cpp 127 err = UnmapBuffer(base, size, offset);
170 int IonAlloc::UnmapBuffer(void *base, unsigned int size, unsigned int /*offset*/) {
  /hardware/qcom/display/msm8909/sdm/libs/hwc2/
hwc_buffer_allocator.h 64 DisplayError UnmapBuffer(const private_handle_t *handle, int* release_fence);
hwc_display_virtual.cpp 171 error = buffer_allocator_->UnmapBuffer(output_handle, &release_fence);
  /external/mesa3d/src/mesa/main/
pbo.c 287 ctx->Driver.UnmapBuffer(ctx, unpack->BufferObj, MAP_INTERNAL);
384 ctx->Driver.UnmapBuffer(ctx, pack->BufferObj, MAP_INTERNAL);
481 ctx->Driver.UnmapBuffer(ctx, unpack->BufferObj, MAP_INTERNAL);
  /external/mesa3d/src/mesa/vbo/
vbo_primitive_restart.c 216 ctx->Driver.UnmapBuffer(ctx, indirect, MAP_INTERNAL);
234 ctx->Driver.UnmapBuffer(ctx, ib->obj, MAP_INTERNAL);
vbo_rebase.c 198 ctx->Driver.UnmapBuffer(ctx, ib->obj, MAP_INTERNAL);
vbo_split_copy.c 580 ctx->Driver.UnmapBuffer(ctx, vbo, MAP_INTERNAL);
587 ctx->Driver.UnmapBuffer(ctx, copy->ib->obj, MAP_INTERNAL);
vbo_minmax_index.c 341 ctx->Driver.UnmapBuffer(ctx, ib->obj, MAP_INTERNAL);
  /external/libmojo/mojo/public/c/system/
thunks.h 105 MojoResult (*UnmapBuffer)(void* buffer);
thunks.cc 157 assert(g_thunks.UnmapBuffer);
158 return g_thunks.UnmapBuffer(buffer);
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_bufferobj.c 181 functions->UnmapBuffer = nouveau_bufferobj_unmap;
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_buffer_objects.c 237 functions->UnmapBuffer = radeonUnmapBuffer;
  /external/libmojo/mojo/edk/system/
core.h 250 MojoResult UnmapBuffer(void* buffer);
  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_pixel_bitmap.c 315 ctx->Driver.UnmapBuffer(ctx, unpack->BufferObj, MAP_INTERNAL);
  /external/mesa3d/src/mesa/drivers/dri/i965/
intel_pixel_bitmap.c 317 ctx->Driver.UnmapBuffer(ctx, unpack->BufferObj, MAP_INTERNAL);
  /external/skia/src/gpu/gl/
GrGLBuffer.cpp 234 GL_CALL(UnmapBuffer(target));
  /external/skqp/src/gpu/gl/
GrGLBuffer.cpp 234 GL_CALL(UnmapBuffer(target));
  /external/libmojo/mojo/edk/embedder/
entrypoints.cc 220 return g_core->UnmapBuffer(buffer);

Completed in 807 milliseconds

1 2 3