/external/mesa3d/src/mesa/main/ |
D | pbo.c | 287 ctx->Driver.UnmapBuffer(ctx, unpack->BufferObj, MAP_INTERNAL); in _mesa_unmap_pbo_source() 384 ctx->Driver.UnmapBuffer(ctx, pack->BufferObj, MAP_INTERNAL); in _mesa_unmap_pbo_dest() 481 ctx->Driver.UnmapBuffer(ctx, unpack->BufferObj, MAP_INTERNAL); in _mesa_unmap_teximage_pbo()
|
D | bufferobj.c | 749 ctx->Driver.UnmapBuffer(ctx, bufObj, MAP_INTERNAL); in _mesa_ClearBufferSubData_sw() 758 ctx->Driver.UnmapBuffer(ctx, bufObj, MAP_INTERNAL); in _mesa_ClearBufferSubData_sw() 863 ctx->Driver.UnmapBuffer(ctx, src, MAP_INTERNAL); in copy_buffer_sub_data_fallback() 865 ctx->Driver.UnmapBuffer(ctx, dst, MAP_INTERNAL); in copy_buffer_sub_data_fallback() 1227 driver->UnmapBuffer = unmap_buffer_fallback; in _mesa_init_buffer_object_functions() 1249 ctx->Driver.UnmapBuffer(ctx, bufObj, i); in _mesa_buffer_unmap_all_mappings() 2059 status = ctx->Driver.UnmapBuffer(ctx, bufObj, MAP_USER); in _mesa_unmap_buffer()
|
/external/mesa3d/src/mesa/vbo/ |
D | vbo_primitive_restart.c | 216 ctx->Driver.UnmapBuffer(ctx, indirect, MAP_INTERNAL); in vbo_sw_primitive_restart() 234 ctx->Driver.UnmapBuffer(ctx, ib->obj, MAP_INTERNAL); in vbo_sw_primitive_restart()
|
D | vbo_rebase.c | 198 ctx->Driver.UnmapBuffer(ctx, ib->obj, MAP_INTERNAL); in vbo_rebase_prims()
|
D | vbo_split_copy.c | 580 ctx->Driver.UnmapBuffer(ctx, vbo, MAP_INTERNAL); in replay_finish() 587 ctx->Driver.UnmapBuffer(ctx, copy->ib->obj, MAP_INTERNAL); in replay_finish()
|
D | vbo_exec_array.c | 110 ctx->Driver.UnmapBuffer(ctx, bo, MAP_INTERNAL); in unmap_array_buffer() 163 ctx->Driver.UnmapBuffer(ctx, vao->IndexBufferObj, MAP_INTERNAL); in check_draw_elements_data() 226 ctx->Driver.UnmapBuffer(ctx, bufObj, MAP_INTERNAL); in print_draw_arrays() 738 ctx->Driver.UnmapBuffer(ctx, ctx->Array.VAO->IndexBufferObj, MAP_INTERNAL);
|
D | vbo_save_draw.c | 241 ctx->Driver.UnmapBuffer(ctx, list->vertex_store->bufferobj, in vbo_save_loopback_vertex_list()
|
D | vbo_minmax_index.c | 341 ctx->Driver.UnmapBuffer(ctx, ib->obj, MAP_INTERNAL); in vbo_get_minmax_index()
|
D | vbo_exec_draw.c | 310 ctx->Driver.UnmapBuffer(ctx, exec->vtx.bufferobj, MAP_INTERNAL); in vbo_exec_vtx_unmap()
|
/external/libmojo/mojo/public/c/system/ |
D | thunks.cc | 157 assert(g_thunks.UnmapBuffer); in MojoUnmapBuffer() 158 return g_thunks.UnmapBuffer(buffer); in MojoUnmapBuffer()
|
D | thunks.h | 105 MojoResult (*UnmapBuffer)(void* buffer); member
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nouveau_bufferobj.c | 181 functions->UnmapBuffer = nouveau_bufferobj_unmap; in nouveau_bufferobj_functions_init()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_buffer_objects.c | 237 functions->UnmapBuffer = radeonUnmapBuffer; in radeonInitBufferObjectFuncs()
|
/external/deqp/external/openglcts/docs/specs/ |
D | CTS_ARB_indirect_parameters.txt | 46 BindBuffer, BufferData, BufferSubData, MapBuffer, UnmapBuffer,
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_buffer_objects.c | 237 functions->UnmapBuffer = radeonUnmapBuffer; in radeonInitBufferObjectFuncs()
|
/external/skia/src/gpu/gl/ |
D | GrGLAssembleInterface.cpp | 243 GET_PROC(UnmapBuffer); in GrGLMakeAssembledGLInterface() 689 GET_PROC(UnmapBuffer); in GrGLMakeAssembledGLESInterface() 691 GET_PROC_SUFFIX(UnmapBuffer, OES); in GrGLMakeAssembledGLESInterface()
|
D | GrGLBuffer.cpp | 234 GL_CALL(UnmapBuffer(target)); in onUnmap()
|
/external/skqp/src/gpu/gl/ |
D | GrGLBuffer.cpp | 234 GL_CALL(UnmapBuffer(target)); in onUnmap()
|
D | GrGLAssembleInterface.cpp | 243 GET_PROC(UnmapBuffer); in GrGLMakeAssembledGLInterface() 821 GET_PROC(UnmapBuffer); in GrGLMakeAssembledGLESInterface() 823 GET_PROC_SUFFIX(UnmapBuffer, OES); in GrGLMakeAssembledGLESInterface()
|
/external/libmojo/mojo/edk/system/ |
D | core.h | 250 MojoResult UnmapBuffer(void* buffer);
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_pixel_bitmap.c | 315 ctx->Driver.UnmapBuffer(ctx, unpack->BufferObj, MAP_INTERNAL); in do_blit_bitmap()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_pixel_bitmap.c | 317 ctx->Driver.UnmapBuffer(ctx, unpack->BufferObj, MAP_INTERNAL); in do_blit_bitmap()
|
/external/libmojo/mojo/edk/embedder/ |
D | entrypoints.cc | 220 return g_core->UnmapBuffer(buffer); in MojoUnmapBufferImpl()
|
/external/mesa3d/src/mesa/drivers/x11/ |
D | xm_dd.c | 418 ctx->Driver.UnmapBuffer(ctx, unpack->BufferObj, MAP_INTERNAL); in xmesa_DrawPixels_8R8G8B() 549 ctx->Driver.UnmapBuffer(ctx, unpack->BufferObj, MAP_INTERNAL); in xmesa_DrawPixels_5R6G5B()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_bufferobjects.c | 577 functions->UnmapBuffer = st_bufferobj_unmap; in st_init_bufferobject_functions()
|