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

1 2

  /hardware/qcom/display/msm8996/libgralloc1/
gr_ion_alloc.h 70 int UnmapBuffer(void *base, unsigned int size, unsigned int offset);
gr_ion_alloc.cpp 112 err = UnmapBuffer(base, size, offset);
155 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 122 err = UnmapBuffer(base, size, offset);
165 int IonAlloc::UnmapBuffer(void *base, unsigned int size, unsigned int /*offset*/) {
  /hardware/qcom/display/sdm845/libgralloc1/
gr_ion_alloc.h 70 int UnmapBuffer(void *base, unsigned int size, unsigned int offset);
gr_ion_alloc.cpp 122 err = UnmapBuffer(base, size, offset);
165 int IonAlloc::UnmapBuffer(void *base, unsigned int size, unsigned int /*offset*/) {
  /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);
bufferobj.c 749 ctx->Driver.UnmapBuffer(ctx, bufObj, MAP_INTERNAL);
758 ctx->Driver.UnmapBuffer(ctx, bufObj, MAP_INTERNAL);
803 * Default callback for \c dd_function_table::UnmapBuffer().
807 * \sa glUnmapBufferARB, dd_function_table::UnmapBuffer
863 ctx->Driver.UnmapBuffer(ctx, src, MAP_INTERNAL);
865 ctx->Driver.UnmapBuffer(ctx, dst, MAP_INTERNAL);
    [all...]
  /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);
vbo_save_draw.c 241 ctx->Driver.UnmapBuffer(ctx, list->vertex_store->bufferobj,
  /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 239 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);
intel_buffer_objects.c 164 * to the spec, but Mesa doesn't do UnmapBuffer for us at context destroy
531 * The UnmapBuffer() driver hook.
648 functions->UnmapBuffer = brw_unmap_buffer;
  /external/skia/src/gpu/gl/
GrGLBuffer.cpp 234 GL_CALL(UnmapBuffer(target));
  /external/libmojo/mojo/edk/embedder/
entrypoints.cc 220 return g_core->UnmapBuffer(buffer);
  /external/mesa3d/src/mesa/state_tracker/
st_cb_bufferobjects.c 577 functions->UnmapBuffer = st_bufferobj_unmap;
  /external/mesa3d/src/mesa/tnl/
t_draw.c 412 ctx->Driver.UnmapBuffer(ctx, bo[i], MAP_INTERNAL);

Completed in 701 milliseconds

1 2