/hardware/qcom/display/msm8996/libgralloc1/ |
gr_ion_alloc.h | 68 int UnmapBuffer(void *base, unsigned int size, unsigned int offset);
|
gr_ion_alloc.cpp | 122 err = UnmapBuffer(base, size, offset); 148 int IonAlloc::UnmapBuffer(void *base, unsigned int size, unsigned int /*offset*/) {
|
/external/mesa3d/src/mesa/main/ |
pbo.c | 223 ctx->Driver.UnmapBuffer(ctx, unpack->BufferObj); 319 ctx->Driver.UnmapBuffer(ctx, pack->BufferObj); 410 ctx->Driver.UnmapBuffer(ctx, unpack->BufferObj);
|
bufferobj.c | 545 * \sa glUnmapBufferARB, dd_function_table::UnmapBuffer 601 ctx->Driver.UnmapBuffer(ctx, src); 603 ctx->Driver.UnmapBuffer(ctx, dst); 808 driver->UnmapBuffer = _mesa_buffer_unmap; 869 ctx->Driver.UnmapBuffer(ctx, bufObj); 1069 ctx->Driver.UnmapBuffer(ctx, bufObj); [all...] |
shared.c | 204 ctx->Driver.UnmapBuffer(ctx, bufObj);
|
api_validate.c | 95 ctx->Driver.UnmapBuffer(ctx, elementBuf);
|
texgetimage.c | 589 ctx->Driver.UnmapBuffer(ctx, ctx->Pack.BufferObj); 656 ctx->Driver.UnmapBuffer(ctx, ctx->Pack.BufferObj);
|
dd.h | 577 GLboolean (*UnmapBuffer)( struct gl_context *ctx, [all...] |
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
nouveau_bufferobj.c | 176 functions->UnmapBuffer = nouveau_bufferobj_unmap;
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_buffer_objects.c | 232 functions->UnmapBuffer = radeonUnmapBuffer;
|
/external/mesa3d/src/mesa/vbo/ |
vbo_primitive_restart.c | 196 ctx->Driver.UnmapBuffer(ctx, ib->obj);
|
vbo_rebase.c | 186 ctx->Driver.UnmapBuffer(ctx, ib->obj);
|
vbo_exec_array.c | 179 ctx->Driver.UnmapBuffer(ctx, ib->obj); 276 ctx->Driver.UnmapBuffer(ctx, array->BufferObj); 326 ctx->Driver.UnmapBuffer(ctx, ctx->Array.ArrayObj->ElementArrayBufferObj); 388 ctx->Driver.UnmapBuffer(ctx, bufObj); 792 ctx->Driver.UnmapBuffer(ctx, ctx->Array.ArrayObj->ElementArrayBufferObj); [all...] |