Home
last modified time | relevance | path

Searched refs:unmap (Results 1 – 25 of 33) sorted by relevance

12

/external/selinux/libselinux/src/
Dload_policy.c207 goto unmap; in selinux_mkload_policy()
210 goto unmap; in selinux_mkload_policy()
216 goto unmap; in selinux_mkload_policy()
260 goto unmap; in selinux_mkload_policy()
286 unmap: in selinux_mkload_policy()
/external/mesa3d/src/mesa/vbo/
Dvbo_exec.h166 void vbo_exec_vtx_flush( struct vbo_exec_context *exec, GLboolean unmap );
172 vbo_exec_vtx_flush( struct vbo_exec_context *exec, GLboolean unmap ) in vbo_exec_vtx_flush() argument
Dvbo_exec_api.c553 vbo_exec_FlushVertices_internal(struct vbo_exec_context *exec, GLboolean unmap) in vbo_exec_FlushVertices_internal() argument
555 if (exec->vtx.vert_count || unmap) { in vbo_exec_FlushVertices_internal()
556 vbo_exec_vtx_flush( exec, unmap ); in vbo_exec_FlushVertices_internal()
/external/mesa3d/src/gallium/auxiliary/pipebuffer/
Dpb_buffer.h131 void (*unmap)( struct pb_buffer *buf ); member
180 buf->vtbl->unmap(buf); in pb_unmap()
/external/skia/src/gpu/
DGrBatchTarget.h136 fVertexPool->unmap(); in unmapVertexAndIndexBuffers()
137 fIndexPool->unmap(); in unmapVertexAndIndexBuffers()
DGrGeometryBuffer.h60 void unmap() { in unmap() function
DGrResourceProvider.cpp52 buffer->unmap(); in createInstancedIndexBuffer()
DGrBufferAllocPool.h36 void unmap();
DGrBufferAllocPool.cpp35 (block).fBuffer->unmap(); \
104 void GrBufferAllocPool::unmap() { in unmap() function in GrBufferAllocPool
/external/skia/src/gpu/gl/
DGrGLIndexBuffer.cpp40 fImpl.unmap(this->getGpuGL()); in onUnmap()
DGrGLVertexBuffer.cpp40 fImpl.unmap(this->getGpuGL()); in onUnmap()
DGrGLBufferImpl.h43 void unmap(GrGLGpu* gpu);
DGrGLBufferImpl.cpp136 void GrGLBufferImpl::unmap(GrGLGpu* gpu) { in unmap() function in GrGLBufferImpl
/external/drm_gralloc/
Dgralloc_drm_priv.h68 void (*unmap)(struct gralloc_drm_drv_t *drv, member
Dgralloc_drm_rockchip.c182 info->base.unmap = drm_gem_rockchip_unmap; in gralloc_drm_drv_create_for_rockchip()
Dgralloc_drm_nouveau.c359 info->base.unmap = nouveau_unmap; in gralloc_drm_drv_create_for_nouveau()
Dgralloc_drm.cpp394 bo->drm->drv->unmap(bo->drm->drv, bo); in gralloc_drm_bo_unlock()
Dgralloc_drm_radeon.c531 info->base.unmap = drm_gem_radeon_unmap; in gralloc_drm_drv_create_for_radeon()
Dgralloc_drm_pipe.c481 pm->base.unmap = pipe_unmap; in gralloc_drm_drv_create_for_pipe()
Dgralloc_drm_intel.c506 info->base.unmap = intel_unmap; in gralloc_drm_drv_create_for_intel()
/external/jemalloc/include/jemalloc/internal/
Djemalloc_internal_defs.h.in173 * If defined, use munmap() to unmap freed chunks, rather than storing them for
/external/deqp/modules/gles3/performance/
Des3pBufferDataUploadTests.cpp249 SingleOperationStatistics unmap; member
267 SingleOperationStatistics unmap; member
790 stats.unmap = calculateSingleOperationStatistics(samples, &MapBufferRangeDuration::unmapDuration); in calculateSampleStatistics()
804 …stats.unmap = calculateSingleOperationStatistics(samples, &MapBufferRangeFlushDuration::unmapDurat… in calculateSampleStatistics()
819 …stats.unmap = calculateSingleOperationStatistics(samples, &MapBufferRangeDurationNoAlloc::unmapDur… in calculateSampleStatistics()
832 …stats.unmap = calculateSingleOperationStatistics(samples, &MapBufferRangeFlushDurationNoAlloc::unm… in calculateSampleStatistics()
1105 …log << tcu::TestLog::Float("UnmapMin", "Unmap: Min time", "us", QP_KEY_TAG_TIME, stats.unmap.minTi… in logUnmapStats()
1106 << tcu::TestLog::Float("UnmapMax", "Unmap: Max time", "us", QP_KEY_TAG_TIME, stats.unmap.maxTime) in logUnmapStats()
1107 …<< tcu::TestLog::Float("UnmapMin90", "Unmap: 90%-Min time", "us", QP_KEY_TAG_TIME, stats.unmap.min… in logUnmapStats()
1108 …<< tcu::TestLog::Float("UnmapMax90", "Unmap: 90%-Max time", "us", QP_KEY_TAG_TIME, stats.unmap.max… in logUnmapStats()
[all …]
/external/selinux/sepolgen/tests/
Dperm_map586 unmap w 1
/external/selinux/sepolgen/src/share/
Dperm_map593 unmap w 1
/external/mdnsresponder/mDNSCore/
DuDNS.c615 mDNSBool unmap = mDNStrue; in mDNS_StopNATOperation_internal() local
642 unmap = mDNSfalse; in mDNS_StopNATOperation_internal()
645 if (traversal->ExpiryTime && unmap) in mDNS_StopNATOperation_internal()

12