Home
last modified time | relevance | path

Searched refs:UnmapBuffer (Results 1 – 25 of 42) sorted by relevance

12

/external/mesa3d/src/mesa/main/
Dpbo.c287 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()
Dbufferobj.c743 ctx->Driver.UnmapBuffer(ctx, bufObj, MAP_INTERNAL); in _mesa_ClearBufferSubData_sw()
752 ctx->Driver.UnmapBuffer(ctx, bufObj, MAP_INTERNAL); in _mesa_ClearBufferSubData_sw()
857 ctx->Driver.UnmapBuffer(ctx, src, MAP_INTERNAL); in copy_buffer_sub_data_fallback()
859 ctx->Driver.UnmapBuffer(ctx, dst, MAP_INTERNAL); in copy_buffer_sub_data_fallback()
1198 driver->UnmapBuffer = unmap_buffer_fallback; in _mesa_init_buffer_object_functions()
1218 ctx->Driver.UnmapBuffer(ctx, bufObj, i); in _mesa_buffer_unmap_all_mappings()
2564 GLboolean status = ctx->Driver.UnmapBuffer(ctx, bufObj, MAP_USER); in unmap_buffer()
/external/mesa3d/src/mesa/vbo/
Dvbo_primitive_restart.c216 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()
Dvbo_rebase.c198 ctx->Driver.UnmapBuffer(ctx, ib->obj, MAP_INTERNAL); in vbo_rebase_prims()
Dvbo_split_copy.c564 ctx->Driver.UnmapBuffer(ctx, vbo, MAP_INTERNAL); in replay_finish()
570 ctx->Driver.UnmapBuffer(ctx, copy->ib->obj, MAP_INTERNAL); in replay_finish()
Dvbo_save_draw.c254 ctx->Driver.UnmapBuffer(ctx, list->vertex_store->bufferobj, in loopback_vertex_list()
Dvbo_minmax_index.c344 ctx->Driver.UnmapBuffer(ctx, ib->obj, MAP_INTERNAL); in vbo_get_minmax_index()
Dvbo_exec_array.c110 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()
280 ctx->Driver.UnmapBuffer(ctx, bufObj, MAP_INTERNAL); in print_draw_arrays()
823 ctx->Driver.UnmapBuffer(ctx, ctx->Array.VAO->IndexBufferObj, MAP_INTERNAL);
Dvbo_exec_draw.c306 ctx->Driver.UnmapBuffer(ctx, exec->vtx.bufferobj, MAP_INTERNAL); in vbo_exec_vtx_unmap()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_bufferobj.c181 functions->UnmapBuffer = nouveau_bufferobj_unmap; in nouveau_bufferobj_functions_init()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_buffer_objects.c237 functions->UnmapBuffer = radeonUnmapBuffer; in radeonInitBufferObjectFuncs()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_buffer_objects.c237 functions->UnmapBuffer = radeonUnmapBuffer; in radeonInitBufferObjectFuncs()
/external/deqp/external/openglcts/docs/specs/
DCTS_ARB_indirect_parameters.txt46 BindBuffer, BufferData, BufferSubData, MapBuffer, UnmapBuffer,
/external/skqp/src/gpu/gl/
DGrGLAssembleInterface.cpp245 GET_PROC(UnmapBuffer); in GrGLMakeAssembledGLInterface()
710 GET_PROC(UnmapBuffer); in GrGLMakeAssembledGLESInterface()
712 GET_PROC_SUFFIX(UnmapBuffer, OES); in GrGLMakeAssembledGLESInterface()
DGrGLBuffer.cpp233 GL_CALL(UnmapBuffer(target)); in onUnmap()
/external/skia/src/gpu/gl/
DGrGLAssembleInterface.cpp242 GET_PROC(UnmapBuffer); in GrGLMakeAssembledGLInterface()
703 GET_PROC(UnmapBuffer); in GrGLMakeAssembledGLESInterface()
705 GET_PROC_SUFFIX(UnmapBuffer, OES); in GrGLMakeAssembledGLESInterface()
DGrGLBuffer.cpp235 GL_CALL(UnmapBuffer(target)); in onUnmap()
/external/libchrome/mojo/public/c/system/
Dthunks.h139 MojoResult (*UnmapBuffer)(void* buffer); member
Dthunks.cc273 return INVOKE_THUNK(UnmapBuffer, buffer); in MojoUnmapBuffer()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_pixel_bitmap.c317 ctx->Driver.UnmapBuffer(ctx, unpack->BufferObj, MAP_INTERNAL); in do_blit_bitmap()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_pixel_bitmap.c315 ctx->Driver.UnmapBuffer(ctx, unpack->BufferObj, MAP_INTERNAL); in do_blit_bitmap()
/external/libchrome/mojo/core/
Dcore.h276 MojoResult UnmapBuffer(void* buffer);
Dentrypoints.cc208 return g_core->UnmapBuffer(buffer); in MojoUnmapBufferImpl()
/external/mesa3d/src/mesa/drivers/x11/
Dxm_dd.c419 ctx->Driver.UnmapBuffer(ctx, unpack->BufferObj, MAP_INTERNAL); in xmesa_DrawPixels_8R8G8B()
550 ctx->Driver.UnmapBuffer(ctx, unpack->BufferObj, MAP_INTERNAL); in xmesa_DrawPixels_5R6G5B()
/external/mesa3d/src/mesa/tnl/
Dt_draw.c412 ctx->Driver.UnmapBuffer(ctx, bo[i], MAP_INTERNAL); in unmap_vbos()

12