/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 | 743 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/ |
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 | 564 ctx->Driver.UnmapBuffer(ctx, vbo, MAP_INTERNAL); in replay_finish() 570 ctx->Driver.UnmapBuffer(ctx, copy->ib->obj, MAP_INTERNAL); in replay_finish()
|
D | vbo_save_draw.c | 254 ctx->Driver.UnmapBuffer(ctx, list->vertex_store->bufferobj, in loopback_vertex_list()
|
D | vbo_minmax_index.c | 344 ctx->Driver.UnmapBuffer(ctx, ib->obj, MAP_INTERNAL); in vbo_get_minmax_index()
|
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() 280 ctx->Driver.UnmapBuffer(ctx, bufObj, MAP_INTERNAL); in print_draw_arrays() 823 ctx->Driver.UnmapBuffer(ctx, ctx->Array.VAO->IndexBufferObj, MAP_INTERNAL);
|
D | vbo_exec_draw.c | 306 ctx->Driver.UnmapBuffer(ctx, exec->vtx.bufferobj, MAP_INTERNAL); in vbo_exec_vtx_unmap()
|
/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/mesa3d/src/mesa/drivers/dri/radeon/ |
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/skqp/src/gpu/gl/ |
D | GrGLAssembleInterface.cpp | 245 GET_PROC(UnmapBuffer); in GrGLMakeAssembledGLInterface() 710 GET_PROC(UnmapBuffer); in GrGLMakeAssembledGLESInterface() 712 GET_PROC_SUFFIX(UnmapBuffer, OES); in GrGLMakeAssembledGLESInterface()
|
D | GrGLBuffer.cpp | 233 GL_CALL(UnmapBuffer(target)); in onUnmap()
|
/external/skia/src/gpu/gl/ |
D | GrGLAssembleInterface.cpp | 242 GET_PROC(UnmapBuffer); in GrGLMakeAssembledGLInterface() 703 GET_PROC(UnmapBuffer); in GrGLMakeAssembledGLESInterface() 705 GET_PROC_SUFFIX(UnmapBuffer, OES); in GrGLMakeAssembledGLESInterface()
|
D | GrGLBuffer.cpp | 235 GL_CALL(UnmapBuffer(target)); in onUnmap()
|
/external/libchrome/mojo/public/c/system/ |
D | thunks.h | 139 MojoResult (*UnmapBuffer)(void* buffer); member
|
D | thunks.cc | 273 return INVOKE_THUNK(UnmapBuffer, buffer); in MojoUnmapBuffer()
|
/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/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/libchrome/mojo/core/ |
D | core.h | 276 MojoResult UnmapBuffer(void* buffer);
|
D | entrypoints.cc | 208 return g_core->UnmapBuffer(buffer); in MojoUnmapBufferImpl()
|
/external/mesa3d/src/mesa/drivers/x11/ |
D | xm_dd.c | 419 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/ |
D | t_draw.c | 412 ctx->Driver.UnmapBuffer(ctx, bo[i], MAP_INTERNAL); in unmap_vbos()
|